.password-reset-intro {
    margin: -12px 0 24px;
    color: #64748b;
    line-height: 1.6;
}

.customer-auth-success,
.password-reset-dev {
    margin-bottom: 20px;
    padding: 14px 16px;
    border-radius: 10px;
    font-weight: 700;
}

.customer-auth-success {
    color: #166534;
    background: #dcfce7;
}

.password-reset-dev {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #075985;
    background: #e0f2fe;
}

.password-reset-dev a {
    color: #0567e8;
    font-weight: 900;
}

.customer-auth-card .forgot-password-link {
    display: flex;
    justify-content: flex-end;
    margin-top: -7px;
    color: #0567e8;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.customer-auth-card .forgot-password-link:hover {
    text-decoration: underline;
}
