/* Auth pages — mobile layout (forgot-password, etc.)
   Works with desktop-step-view / mobile-step-view from appointment-calendar-mobile.css */

.forgot-password-page .forgot-password-card {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 20px 15px;
    margin-bottom: 15px;
    background: #fff;
}

.forgot-password-page .forgot-password-intro {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
}

.forgot-password-page .list-email {
    margin-top: 15px;
}

.forgot-password-page .list-email > div {
    padding: 14px 16px;
    margin-bottom: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    background: #f9f9f9;
    font-size: 16px;
    word-break: break-all;
    -webkit-tap-highlight-color: rgba(217, 223, 32, 0.3);
}

.forgot-password-page .list-email > div:active {
    background: #f0f0f0;
}

.forgot-password-page .login-forgot-email-form .prosubmit .btn,
.forgot-password-page .form-forgot-password .prosubmit .btn {
    width: 100%;
    max-width: none;
}

.forgot-password-page .phone-action-row {
    margin-top: 10px;
}

.forgot-password-page .phone-action-row .btn {
    width: 100%;
    min-height: 44px;
    margin-top: 10px;
}

@media (max-width: 1200px) {
    .forgot-password-page .editproviewport.blockcont {
        border: none;
        padding: 0;
    }

    .forgot-password-page .mobile-step-view .smalltitle {
        font-size: 20px !important;
        margin-bottom: 12px !important;
    }

    .forgot-password-page .g-recaptcha {
        transform: scale(0.92);
        transform-origin: 0 0;
        max-width: 100%;
        overflow: hidden;
    }
}
