#page-title {display:none;}

#find-id-result {
    padding: 60px 20px 80px;
}

.find-id-result-wrap {
    max-width: 640px;
    margin: 0 auto;
}

.find-id-result-card {
    padding: 40px 32px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
    text-align: center;
}

.find-id-result-title {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #111827;
}

.find-id-result-desc {
    margin: 14px 0 0;
    font-size: 16px;
    line-height: 1.7;
    color: #6b7280;
}

.find-id-result-box {
    margin-top: 30px;
    padding: 24px 20px;
    border-radius: 16px;
    background: #f8fafc;
}

.find-id-result-label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
}

.find-id-result-value {
    display: block;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #0f172a;
    word-break: break-all;
}

.find-id-result-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.find-id-result-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 48px;
    padding: 0 20px;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
}

.find-id-result-btn.primary {
    border-color: #0f172a;
    background: #0f172a;
    color: #fff;
}

@media (max-width: 767px) {
    #find-id-result {
        padding: 40px 16px 60px;
    }

    .find-id-result-card {
        padding: 32px 20px;
        border-radius: 18px;
    }

    .find-id-result-title {
        font-size: 26px;
    }

    .find-id-result-value {
        font-size: 24px;
    }

    .find-id-result-actions {
        flex-direction: column;
    }

    .find-id-result-btn {
        width: 100%;
    }
}
