

        .account-page {
            position: relative;
            width: 100%;
            min-height: 360px;
            padding: 42px 26px 28px;
            background: #ffffff;
            padding-bottom: 10%;

        }

        .account-logo {
            display: inline-block;
            color: rgba(0, 0, 0, 1);
            font-size: 20px;
            font-weight: 500;
            line-height: 1;
            text-decoration: none;
            margin-top: 7%;
        }

        .login-container {
            width: 100%;
            max-width: 352px;
            margin: 64px auto 0;
        }

        .login-title {
            margin: 0 0 18px;
            color: rgba(0, 0, 0, 1);
            font-size: 20px;
            font-weight: 500;
            line-height: 1.2;
            text-align: center;
        }

        .login-form {
            width: 100%;
            margin: 0;
        }

        .form-group {
            width: 100%;
            margin-bottom: 10px;
        }

        .form-label {
            display: block;
            margin: 0 0 4px;
            color: rgba(83, 88, 98, 1);
            font-size: 14px;
            font-weight: 500;
            line-height: 1;
        }

        .form-input {
            display: block;
            width: 100%;
            height: 34px;
            margin: 0;
            padding: 0 8px;
            border: 1px solid rgba(213, 215, 218, 1);
            border-radius: 0;
            background: #ffffff;
            color: #222222;
            font-family: PP Neue Montreal, Arial, sans-serif !important;
            font-size: 12px;
            font-weight: 500;
            line-height: 26px;
            outline: none;
            box-shadow: none;
            transition: border-color .15s ease;
        }

        .form-input::placeholder {
            color: rgba(164, 167, 174, 1);
            opacity: 1;
        }

        .form-input:focus {
            border-color: #9d9d9d;
            box-shadow: none;
            outline: none;
        }

        .password-field {
            position: relative;
            width: 100%;
        }

        .password-input {
            padding-right: 30px;
        }

        .password-toggle {
            position: absolute;
            top: 50%;
            right: 7px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 17px;
            height: 17px;
            padding: 0;
            border: 0;
            background: transparent;
            color: rgba(164, 167, 174, 1);
            cursor: pointer;
            transform: translateY(-50%);
        }

        .forgot-row {
            display: flex;
            justify-content: flex-end;
            width: 100%;
            margin-top: -5px;
            margin-bottom: 16px;
        }

        .forgot-link {
            color: rgba(83, 88, 98, 1);
            font-size: 12px;
            font-weight: 400;
            line-height: 1;
            text-decoration: none;
            font-family: PP Neue Montreal, Arial, sans-serif !important;
        }

        .forgot-link:hover {
            color: #111111;
        }

        .login-button {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 42px;
            margin: 0;
            padding: 0;
            border: 1px solid rgba(65, 70, 81, 1);
            border-radius: 0;
            background: #ffffff;
            color: #222222;
            font-family: PP Neue Montreal, Arial, sans-serif !important;
            font-size: 14px;
            font-weight: 500;
            line-height: 1;
            text-transform: none;
            letter-spacing: 0;
            cursor: pointer;
            box-shadow: none;
            transition: background-color .15s ease, color .15s ease;
        }

        .login-button:hover {
            background: #111111;
            color: #ffffff;
        }

        .register-text {
            margin: 17px 0 0;
            color: rgba(113, 118, 128, 1);
            font-size: 12px;
            font-weight: 400;
            line-height: 1.2;
            text-align: center;
            font-family: PP Neue Montreal, Arial, sans-serif !important;
        }

        .register-text a {
            color: rgba(83, 88, 98, 1);
            font-weight: 400;
            text-decoration: none;
        }

        .register-text a:hover {
            text-decoration: underline;
        }

        .form-error {
            margin: 3px 0 0;
            color: #dc2626;
            font-size: 12px;
            line-height: 1.3;
        }

        .auth-status {
            margin-bottom: 10px;
            color: #15803d;
            font-size: 12px;
            text-align: center;
        }

        @media (max-width: 768px) {
            .account-page {
                min-height: 340px;
                padding: 34px 20px 24px;
                padding-bottom: 10%;
            }

            .login-container {
                margin-top: 56px;
                padding-bottom: 15%;
            }
        }

        @media (max-width: 480px) {
            .account-page {
                min-height: 320px;
                padding: 28px 18px 22px;
            }

            .login-container {
                max-width: 280px;
                margin-top: 48px;
                padding-bottom: 15%;
            }
        }
.account-page{
    position: relative;
    width:100%;
    min-height:720px;
    padding:42px 26px 28px;
    background:#fff;
}

.login-container{
    width:100%;
    max-width:352px;
    margin:64px auto 0;
}
.password-toggle svg {
    display: block;
    pointer-events: none;
}

.password-toggle svg[hidden] {
    display: none;
}

.verification-text {
    margin: -10px 0 16px;
    color: rgba(83, 88, 98, 1);
    font-family: PP Neue Montreal, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}

.verification-logout {
    display: block;
    margin: 16px auto 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(83, 88, 98, 1);
    font-family: PP Neue Montreal, Arial, sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.verification-logout:hover {
    color: #111111;
    text-decoration: underline;
}




html,
body {
    height: auto !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

body {
    position: static !important;
}

main,
.page-content,
.app-content,
.content-wrapper {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
}

.customer-account {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100%;
    height: auto !important;
    min-height: 470px;
    margin: 0;
    padding: 110px 25px 65px;
    overflow: visible !important;
    background: #ffffff;
    color: #111111;
    font-family: "PP Neue Montreal", Arial, sans-serif;
}

.account-top {
    position: relative !important;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 22px;
    margin: 0;
}

.account-name {
    display: inline-block;
    color: #111111;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    
}

.account-tabs {
    position: absolute !important;
    top: 0 !important;
    left: 37% !important;
    display: flex;
    align-items: lef;
    gap: 24px;
    width: max-content;
    margin: 0;
    transform: translateX(-50%) !important;
}

.account-tab {
    position: relative;
    display: inline-block;
    padding: 0 0 5px;
    border: 0;
    background: transparent;
    color: rgba(113, 118, 128, 1);
    font-family: inherit;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.account-tab:hover,
.account-tab.active {
    color: #111111;
}



.account-content {
    position: relative !important;
    width: 100%;
    max-width: 600px;
    height: auto !important;
    margin: 66px auto 0;
    overflow: visible !important;
    
}

.account-details,
.orders-section,
.address-details {
    width: 100%;
}

.account-detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    border-bottom: 1px solid rgba(213, 215, 218, 1);
}

.detail-label,
.detail-value {
    color: rgba(83, 88, 98, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
}

.detail-value {
    max-width: 70%;
    color: #111111;
    text-align: right;
}

.address-row {
    min-height: 61px;
    align-items: flex-start;
    padding: 8px 0;
}

.address-value {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.account-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 13px;
}

.account-action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(65, 70, 81, 1);
    font-family: inherit;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    font-family: PP Neue Montreal, Arial, sans-serif !important;
}

.empty-account-state {
    text-align: center;
}

.empty-account-state h2 {
    margin: 0 0 6px;
    color: #111111;
    font-size: 24px;
    font-weight: 500;
}

.empty-account-state p {
    margin: 0;
    color: rgba(113, 118, 128, 1);
    font-size: 16px;
    line-height: 1.35;
    font-family: PP Neue Montreal, Arial, sans-serif !important;
}

.account-outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 142px;
    height: 43px;
    margin-top: 27px;
    border: 1px solid rgba(113, 118, 128, 1);
    background: #ffffff;
    color: #111111;
    font-family: PP Neue Montreal, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.orders-table-scroll {
    width: 100%;
    overflow-x: auto;
}

.orders-table {
    width: 100%;
    border-collapse: collapse;
    font-family: PP Neue Montreal, Arial, sans-serif !important;
}

.orders-table th,
.orders-table td {
    padding: 7px 5px;
    color: rgba(65, 70, 81, 1);
    font-family: PP Neue Montreal, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
}

.orders-table th {
    padding-bottom: 12px;
    color: rgba(83, 88, 98, 1);
    font-weight: 500;
}

.order-buttons-cell {
    display: flex;
    align-items: center;
    gap: 6px;
}

.status-badge,
.order-mobile-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    min-height: 17px;
    padding: 3px 6px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 1;
}

.status-delivered {
    background: rgba(231, 233, 236, 1);
    color: rgba(65, 70, 81, 1);
}

.status-processing,
.status-in_transit,
.status-pending {
    background: #f1f1f1;
    color: #555555;
}

.status-cancelled,
.status-canceled {
    background: #fee2e2;
    color: #b91c1c;
}

.view-order-button,
.leave-review-btn,
.mobile-view-btn,
.mobile-review-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 21px;
    padding: 0 10px;
    border: 1px solid rgba(65, 70, 81, 1);
    border-radius: 0;
    background: #ffffff;
    color: rgba(65, 70, 81, 1);
    font-family: inherit;
    font-size: 10px;
    text-decoration: none;
    cursor: pointer;
}

.reviewed-text {
    color: rgba(113, 118, 128, 1);
    font-size: 9px;
}

.mobile-orders {
    display: none;
}

.order-mobile-card {
    padding: 0 0 14px;
    border-bottom: 1px solid rgba(213, 215, 218, 1);
}

.order-mobile-card:last-child {
    border-bottom: 0;
}

.order-mobile-top,
.order-mobile-meta,
.order-mobile-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-mobile-meta {
    margin-top: 8px;
    color: rgba(113, 118, 128, 1);
    font-size: 9px;
}

.order-mobile-bottom {
    margin-top: 10px;
}

.order-mobile-id,
.order-mobile-price {
    color: #111111;
    font-size: 10px;
    font-weight: 500;
}

.order-mobile-actions {
    display: flex;
    align-items: center;
    gap: 6px;
}

.review-modal {
    position: fixed;
    z-index: 9999;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.45);
}

.review-modal.active {
    display: flex;
}

.review-modal-card {
    position: relative;
    width: 100%;
    max-width: 420px;
    padding: 30px;
    background: #ffffff;
}

.review-close {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
}

.review-stars {
    display: flex;
    gap: 5px;
    margin-bottom: 18px;
}

.star-btn {
    padding: 0;
    border: 0;
    background: transparent;
    color: #cccccc;
    font-size: 25px;
    cursor: pointer;
}

.star-btn.active {
    color: #111111;
}

.review-form-group {
    margin-bottom: 15px;
}

.review-form-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
}

.review-form-group input,
.review-form-group textarea {
    display: block;
    width: 100%;
    border: 1px solid rgba(213, 215, 218, 1);
    border-radius: 0;
    background: #ffffff;
    font-family: inherit;
    font-size: 12px;
}

.review-form-group input {
    height: 38px;
    padding: 0 11px;
}

.review-form-group textarea {
    padding: 11px;
    resize: vertical;
}

.submit-review-btn {
    width: 100%;
    height: 40px;
    border: 1px solid #111111;
    background: #111111;
    color: #ffffff;
    font-family: inherit;
    font-size: 12px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .customer-account {
        min-height: 440px;
        padding: 32px 8px 55px;
        
    }

    .account-top {
        display: block;
        min-height: 0;
    }

    .account-name {
        display: block;
        margin-bottom: 20%;
       
    }

    .account-tabs {
        position: static !important;
        width: 100%;
        justify-content: space-between;
        gap: 0;
        transform: none !important;
    }

    .account-tab {
        padding-bottom: 4px;
       
    }

    .account-content {
        max-width: 100%;
        margin-top: 24px;
    }

    .account-detail-row {
        min-height: 42px;
    }

   

    

    .orders-table-scroll {
        display: none;
    }

    .mobile-orders {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    

    

    .account-outline-button {
        min-width: 160px;
        height: 36px;
        margin-top: 24px;
        
    }

    .order-mobile-status {
        min-width: 48px;
        min-height: 17px;
       
    }

    .mobile-view-btn,
    .mobile-review-btn {
        min-width: 48px;
        height: 20px;
        padding: 0 7px;
        
    }
}

@media (max-width: 480px) {
    .customer-account {
        padding: 24px 8px 50px;
    }

    .review-modal-card {
        padding: 26px 20px;
    }
}

.edit-account-form {
    width: 100%;
}

.edit-form-row {
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    gap: 18px;
    min-height: 52px;
    border-bottom: 1px solid rgba(213, 215, 218, 1);
}

.edit-form-label {
    color: rgba(83, 88, 98, 1);
    font-size: 16px;
    font-weight: 500;
}

.edit-form-input {
    width: 100%;
    height: 38px;
    padding: 0 10px;
    border: 1px solid rgba(213, 215, 218, 1);
    border-radius: 0;
    background: #ffffff;
    color: #111111;
    font-family: inherit;
    font-size: 14px;
    outline: none;
}

.edit-form-input:focus {
    border-color: #111111;
}

.edit-form-error {
    grid-column: 2;
    margin: -8px 0 8px;
    color: #dc2626;
    font-size: 11px;
}

.edit-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 16px;
}

.edit-cancel-btn,
.edit-save-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    height: 36px;
    padding: 0 14px;
    border: 1px solid #111111;
    border-radius: 0;
    font-family: inherit;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

.edit-cancel-btn {
    background: #ffffff;
    color: #111111;
}

.edit-save-btn {
    background: #111111;
    color: #ffffff;
}

.account-success {
    margin-bottom: 14px;
    padding: 10px 12px;
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    color: #166534;
    font-size: 12px;
}

@media (max-width: 768px) {
    .edit-form-row {
        grid-template-columns: 80px 1fr;
        gap: 10px;
    }

    .edit-form-label,
    .edit-form-input {
        font-size: 10px;
    }

    .edit-form-input {
        height: 34px;
    }

    .edit-form-actions {
        justify-content: space-between;
    }

    .edit-cancel-btn,
    .edit-save-btn {
        min-width: 110px;
        height: 34px;
        font-size: 10px;
    }
}

/* MOBILE ACCOUNT LAYOUT — REFERENCE MATCH */
@media screen and (max-width: 768px) {
    .customer-account {
        width: 100% !important;
        min-height: 100vh !important;
        padding: 32px 15px 70px !important;
        box-sizing: border-box !important;
    }

    .customer-account .account-top {
        display: block !important;
        width: 100% !important;
        min-height: 0 !important;
        margin: 0 !important;
    }

    .customer-account .account-name {
        display: block !important;
        margin: 0 0 34px !important;
        color: #A5A5A5 !important;
        font-size: 20px !important;
        font-weight: 400 !important;
        line-height: 1 !important;
    }

    .customer-account .account-tabs {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        margin: 0 !important;
        transform: none !important;

        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 28px !important;
    }

    .customer-account .account-tab {
        padding: 0 !important;
        color: #C3C3C3 !important;
        font-size: 20px !important;
        font-weight: 400 !important;
        line-height: 1 !important;
    }

    .customer-account .account-tab:hover,
    .customer-account .account-tab.active {
        color: #111111 !important;
    }

    .customer-account .account-content {
        width: 100% !important;
        max-width: 100% !important;
        margin: 49px 0 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    /* ---------------- ORDERS ---------------- */

    .customer-account .orders-table-scroll {
        display: none !important;
    }

    .customer-account .mobile-orders {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        width: 100% !important;
    }

    .customer-account .order-mobile-card {
        width: 100% !important;
        margin: 0 0 21px !important;
        padding: 0 0 27px !important;
        border-bottom: 1px solid #EEEEEE !important;
        box-sizing: border-box !important;
    }

    .customer-account .order-mobile-card:last-child {
        margin-bottom: 0 !important;
        border-bottom: 0 !important;
    }

    .customer-account .order-mobile-top,
    .customer-account .order-mobile-meta,
    .customer-account .order-mobile-bottom {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .customer-account .order-mobile-id {
        color: #111111 !important;
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
    }

    .customer-account .order-mobile-status {
        min-width: 0 !important;
        min-height: 25px !important;
        padding: 4px 11px !important;
        border-radius: 999px !important;
        background: #F3F3F3 !important;
        color: #414651 !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1 !important;
    }

    .customer-account .order-mobile-meta {
        margin-top: 18px !important;
        justify-content: flex-start !important;
        gap: 31px !important;
        color: #A5A5A5 !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 1 !important;
    }

    .customer-account .order-mobile-bottom {
        margin-top: 20px !important;
        align-items: center !important;
    }

    .customer-account .order-mobile-price {
        color: #111111 !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
    }

    .customer-account .order-mobile-actions {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 7px !important;
    }

    .customer-account .mobile-view-btn,
    .customer-account .mobile-review-btn {
        min-width: 68px !important;
        height: 26px !important;
        padding: 0 10px !important;
        border: 1px solid #414651 !important;
        border-radius: 0 !important;
        background: #FFFFFF !important;
        color: #414651 !important;
        font-size: 11px !important;
        font-weight: 400 !important;
        line-height: 1 !important;
    }

    .customer-account .reviewed-text {
        font-size: 11px !important;
    }

    /* ---------------- EMPTY ADDRESS ---------------- */

    .customer-account .empty-account-state {
        width: 100% !important;
        padding-top: 31px !important;
        text-align: center !important;
    }

    .customer-account .empty-account-state h2 {
        margin: 0 0 8px !important;
        color: #111111 !important;
        font-size: 24px !important;
        font-weight: 500 !important;
        line-height: 1.15 !important;
    }

    .customer-account .empty-account-state p {
        margin: 0 !important;
        color: #535862 !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 1.35 !important;
    }

    .customer-account .account-outline-button {
        width: 220px !important;
        min-width: 220px !important;
        height: 50px !important;
        margin: 36px auto 0 !important;
        border: 1px solid #414651 !important;
        background: #FFFFFF !important;
        color: #414651 !important;
        font-size: 18px !important;
        font-weight: 500 !important;
    }

    /* ---------------- SAVED ADDRESS ---------------- */

    .customer-account .address-details {
        width: 100% !important;
        padding-top: 20px !important;
    }

    .customer-account .address-details .account-detail-row {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .customer-account .address-details .address-row {
        min-height: 64px !important;
        padding: 0 0 14px !important;
        align-items: flex-start !important;
    }

    .customer-account .address-details
    .account-detail-row:not(.address-row) {
        min-height: 43px !important;
        margin-top: 46px !important;
        padding: 0 0 12px !important;
        align-items: flex-end !important;
    }

    .customer-account .address-details .detail-label,
    .customer-account .address-details .detail-value {
        color: #535862 !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 1.35 !important;
    }

    .customer-account .address-details .detail-value {
        max-width: 72% !important;
        color: #717680 !important;
        text-align: right !important;
    }

    .customer-account .address-details .address-value {
        align-items: flex-end !important;
        gap: 3px !important;
    }

    .customer-account .address-details .address-value strong {
        color: #717680 !important;
        font-weight: 400 !important;
    }

    .customer-account .address-details .account-actions {
        width: 100% !important;
        padding-top: 17px !important;
    }

    .customer-account .account-action {
        gap: 8px !important;
        color: #414651 !important;
        font-size: 18px !important;
        font-weight: 400 !important;
    }

    .customer-account .account-action svg {
        width: 19px !important;
        height: 19px !important;
    }

    /* ---------------- EDIT ADDRESS / PROFILE ---------------- */

    .customer-account .edit-form-row {
        grid-template-columns: 90px minmax(0, 1fr) !important;
        gap: 12px !important;
        min-height: 54px !important;
    }

    .customer-account .edit-form-label,
    .customer-account .edit-form-input {
        font-size: 14px !important;
    }

    .customer-account .edit-form-input {
        height: 38px !important;
    }

    .customer-account .edit-form-actions {
        margin-top: 18px !important;
    }
}

@media screen and (max-width: 380px) {
    .customer-account {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .customer-account .account-tabs {
        gap: 22px !important;
    }

    .customer-account .account-tab {
        font-size: 18px !important;
    }

    .customer-account .order-mobile-id {
        font-size: 18px !important;
    }

    .customer-account .order-mobile-meta {
        gap: 22px !important;
        font-size: 14px !important;
    }

    .customer-account .address-details .detail-label,
    .customer-account .address-details .detail-value,
    .customer-account .account-action {
        font-size: 16px !important;
    }
}


        .account-page {
            position: relative;
            width: 100%;
            min-height: 360px;
            padding: 42px 26px 28px;
            background: #ffffff;
            padding-bottom: 10%;

        }

        .account-logo {
            display: inline-block;
            color: rgba(0, 0, 0, 1);
            font-size: 20px;
            font-weight: 500;
            line-height: 1;
            text-decoration: none;
            margin-top: 7%;
        }

        .login-container {
            width: 100%;
            max-width: 352px;
            margin: 64px auto 0;
        }

        .login-title {
            margin: 0 0 18px;
            color: rgba(0, 0, 0, 1);
            font-size: 20px;
            font-weight: 500;
            line-height: 1.2;
            text-align: center;
        }

        .login-form {
            width: 100%;
            margin: 0;
        }

        .form-group {
            width: 100%;
            margin-bottom: 10px;
        }

        .form-label {
            display: block;
            margin: 0 0 4px;
            color: rgba(83, 88, 98, 1);
            font-size: 14px;
            font-weight: 500;
            line-height: 1;
        }

        .form-input {
            display: block;
            width: 100%;
            height: 34px;
            margin: 0;
            padding: 0 8px;
            border: 1px solid rgba(213, 215, 218, 1);
            border-radius: 0;
            background: #ffffff;
            color: #222222;
            font-family: PP Neue Montreal, Arial, sans-serif !important;
            font-size: 12px;
            font-weight: 500;
            line-height: 26px;
            outline: none;
            box-shadow: none;
            transition: border-color .15s ease;
        }

        .form-input::placeholder {
            color: rgba(164, 167, 174, 1);
            opacity: 1;
        }

        .form-input:focus {
            border-color: #9d9d9d;
            box-shadow: none;
            outline: none;
        }

        .password-field {
            position: relative;
            width: 100%;
        }

        .password-input {
            padding-right: 30px;
        }

        .password-toggle {
            position: absolute;
            top: 50%;
            right: 7px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 17px;
            height: 17px;
            padding: 0;
            border: 0;
            background: transparent;
            color: rgba(164, 167, 174, 1);
            cursor: pointer;
            transform: translateY(-50%);
        }

        .forgot-row {
            display: flex;
            justify-content: flex-end;
            width: 100%;
            margin-top: -5px;
            margin-bottom: 16px;
        }

        .forgot-link {
            color: rgba(83, 88, 98, 1);
            font-size: 12px;
            font-weight: 400;
            line-height: 1;
            text-decoration: none;
            font-family: PP Neue Montreal, Arial, sans-serif !important;
        }

        .forgot-link:hover {
            color: #111111;
        }

        .login-button {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 42px;
            margin: 0;
            padding: 0;
            border: 1px solid rgba(65, 70, 81, 1);
            border-radius: 0;
            background: #ffffff;
            color: #222222;
            font-family: PP Neue Montreal, Arial, sans-serif !important;
            font-size: 14px;
            font-weight: 500;
            line-height: 1;
            text-transform: none;
            letter-spacing: 0;
            cursor: pointer;
            box-shadow: none;
            transition: background-color .15s ease, color .15s ease;
        }

        .login-button:hover {
            background: #111111;
            color: #ffffff;
        }

        .register-text {
            margin: 17px 0 0;
            color: rgba(113, 118, 128, 1);
            font-size: 12px;
            font-weight: 400;
            line-height: 1.2;
            text-align: center;
            font-family: PP Neue Montreal, Arial, sans-serif !important;
        }

        .register-text a {
            color: rgba(83, 88, 98, 1);
            font-weight: 400;
            text-decoration: none;
        }

        .register-text a:hover {
            text-decoration: underline;
        }

        .form-error {
            margin: 3px 0 0;
            color: #dc2626;
            font-size: 12px;
            line-height: 1.3;
        }

        .auth-status {
            margin-bottom: 10px;
            color: #15803d;
            font-size: 12px;
            text-align: center;
        }

        @media (max-width: 768px) {
            .account-page {
                min-height: 340px;
                padding: 34px 20px 24px;
                padding-bottom: 10%;
            }

            .login-container {
                margin-top: 56px;
                padding-bottom: 15%;
            }
        }

        @media (max-width: 480px) {
            .account-page {
                min-height: 320px;
                padding: 28px 18px 22px;
            }

            .login-container {
                max-width: 280px;
                margin-top: 48px;
                padding-bottom: 15%;
            }
        }
.account-page{
    position: relative;
    width:100%;
    min-height:720px;
    padding:42px 26px 28px;
    background:#fff;
}

.login-container{
    width:100%;
    max-width:352px;
    margin:64px auto 0;
}
.password-toggle svg {
    display: block;
    pointer-events: none;
}

.password-toggle svg[hidden] {
    display: none;
}

.verification-text {
    margin: -10px 0 16px;
    color: rgba(83, 88, 98, 1);
    font-family: PP Neue Montreal, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}

.verification-logout {
    display: block;
    margin: 16px auto 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(83, 88, 98, 1);
    font-family: PP Neue Montreal, Arial, sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.verification-logout:hover {
    color: #111111;
    text-decoration: underline;
}




html,
body {
    height: auto !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

body {
    position: static !important;
}

main,
.page-content,
.app-content,
.content-wrapper {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
}

.customer-account {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100%;
    height: auto !important;
    min-height: 470px;
    margin: 0;
    padding: 110px 25px 65px;
    overflow: visible !important;
    background: #ffffff;
    color: #111111;
    font-family: "PP Neue Montreal", Arial, sans-serif;
}

.account-top {
    position: relative !important;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 22px;
    margin: 0;
}

.account-name {
    display: inline-block;
    color: #111111;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    
}

.account-tabs {
    position: absolute !important;
    top: 0 !important;
    left: 37% !important;
    display: flex;
    align-items: lef;
    gap: 24px;
    width: max-content;
    margin: 0;
    transform: translateX(-50%) !important;
}

.account-tab {
    position: relative;
    display: inline-block;
    padding: 0 0 5px;
    border: 0;
    background: transparent;
    color: rgba(113, 118, 128, 1);
    font-family: inherit;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.account-tab:hover,
.account-tab.active {
    color: #111111;
}



.account-content {
    position: relative !important;
    width: 100%;
    max-width: 600px;
    height: auto !important;
    margin: 66px auto 0;
    overflow: visible !important;
    
}

.account-details,
.orders-section,
.address-details {
    width: 100%;
}

.account-detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    border-bottom: 1px solid rgba(213, 215, 218, 1);
}

.detail-label,
.detail-value {
    color: rgba(83, 88, 98, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
}

.detail-value {
    max-width: 70%;
    color: #111111;
    text-align: right;
}

.address-row {
    min-height: 61px;
    align-items: flex-start;
    padding: 8px 0;
}

.address-value {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.account-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 13px;
}

.account-action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(65, 70, 81, 1);
    font-family: inherit;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    font-family: PP Neue Montreal, Arial, sans-serif !important;
}

.empty-account-state {
    text-align: center;
}

.empty-account-state h2 {
    margin: 0 0 6px;
    color: #111111;
    font-size: 24px;
    font-weight: 500;
}

.empty-account-state p {
    margin: 0;
    color: rgba(113, 118, 128, 1);
    font-size: 16px;
    line-height: 1.35;
    font-family: PP Neue Montreal, Arial, sans-serif !important;
}

.account-outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 142px;
    height: 43px;
    margin-top: 27px;
    border: 1px solid rgba(113, 118, 128, 1);
    background: #ffffff;
    color: #111111;
    font-family: PP Neue Montreal, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.orders-table-scroll {
    width: 100%;
    overflow-x: auto;
}

.orders-table {
    width: 100%;
    
    border-collapse: collapse;
    font-family: PP Neue Montreal, Arial, sans-serif !important;
}

.orders-table th,
.orders-table td {
    padding: 7px 5px;
    color: rgba(65, 70, 81, 1);
    font-family: PP Neue Montreal, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
}

.orders-table th {
    padding-bottom: 12px;
    color: rgba(83, 88, 98, 1);
    font-weight: 500;
}

.order-buttons-cell {
    display: flex;
    align-items: center;
    gap: 6px;
}

.status-badge,
.order-mobile-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    min-height: 17px;
    padding: 3px 6px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 1;
}

.status-delivered {
    background: rgba(231, 233, 236, 1);
    color: rgba(65, 70, 81, 1);
}

.status-processing,
.status-in_transit,
.status-pending {
    background: #f1f1f1;
    color: #555555;
}

.status-cancelled,
.status-canceled {
    background: #fee2e2;
    color: #b91c1c;
}

.view-order-button,
.leave-review-btn,
.mobile-view-btn,
.mobile-review-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 21px;
    padding: 0 10px;
    border: 1px solid rgba(65, 70, 81, 1);
    border-radius: 0;
    background: #ffffff;
    color: rgba(65, 70, 81, 1);
    font-family: inherit;
    font-size: 10px;
    text-decoration: none;
    cursor: pointer;
}

.reviewed-text {
    color: rgba(113, 118, 128, 1);
    font-size: 9px;
}

.mobile-orders {
    display: none;
}

.order-mobile-card {
    padding: 0 0 14px;
    border-bottom: 1px solid rgba(213, 215, 218, 1);
}

.order-mobile-card:last-child {
    border-bottom: 0;
}

.order-mobile-top,
.order-mobile-meta,
.order-mobile-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-mobile-meta {
    margin-top: 8px;
    color: rgba(113, 118, 128, 1);
    font-size: 9px;
}

.order-mobile-bottom {
    margin-top: 10px;
}

.order-mobile-id,
.order-mobile-price {
    color: #111111;
    font-size: 10px;
    font-weight: 500;
}

.order-mobile-actions {
    display: flex;
    align-items: center;
    gap: 6px;
}

.review-modal {
    position: fixed;
    z-index: 9999;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.45);
}

.review-modal.active {
    display: flex;
}

.review-modal-card {
    position: relative;
    width: 100%;
    max-width: 420px;
    padding: 30px;
    background: #ffffff;
}

.review-close {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
}

.review-stars {
    display: flex;
    gap: 5px;
    margin-bottom: 18px;
}

.star-btn {
    padding: 0;
    border: 0;
    background: transparent;
    color: #cccccc;
    font-size: 25px;
    cursor: pointer;
}

.star-btn.active {
    color: #111111;
}

.review-form-group {
    margin-bottom: 15px;
}

.review-form-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
}

.review-form-group input,
.review-form-group textarea {
    display: block;
    width: 100%;
    border: 1px solid rgba(213, 215, 218, 1);
    border-radius: 0;
    background: #ffffff;
    font-family: inherit;
    font-size: 12px;
}

.review-form-group input {
    height: 38px;
    padding: 0 11px;
}

.review-form-group textarea {
    padding: 11px;
    resize: vertical;
}

.submit-review-btn {
    width: 100%;
    height: 40px;
    border: 1px solid #111111;
    background: #111111;
    color: #ffffff;
    font-family: inherit;
    font-size: 12px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .customer-account {
        min-height: 440px;
        padding: 32px 8px 55px;
        
    }

    .account-top {
        display: block;
        min-height: 0;
    }

    .account-name {
        display: block;
        margin-bottom: 20%;
       
    }

    .account-tabs {
        position: static !important;
        width: 100%;
        justify-content: space-between;
        gap: 0;
        transform: none !important;
    }

    .account-tab {
        padding-bottom: 4px;
       
    }

    .account-content {
        max-width: 100%;
        margin-top: 24px;
    }

    .account-detail-row {
        min-height: 42px;
    }

   

    

    .orders-table-scroll {
        display: none;
    }

    .mobile-orders {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    

    

    .account-outline-button {
        min-width: 160px;
        height: 36px;
        margin-top: 24px;
        
    }

    .order-mobile-status {
        min-width: 48px;
        min-height: 17px;
       
    }

    .mobile-view-btn,
    .mobile-review-btn {
        min-width: 48px;
        height: 20px;
        padding: 0 7px;
        
    }
}

@media (max-width: 480px) {
    .customer-account {
        padding: 24px 8px 50px;
    }

    .review-modal-card {
        padding: 26px 20px;
    }
}

.edit-account-form {
    width: 100%;
}

.edit-form-row {
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    gap: 18px;
    min-height: 52px;
    border-bottom: 1px solid rgba(213, 215, 218, 1);
}

.edit-form-label {
    color: rgba(83, 88, 98, 1);
    font-size: 16px;
    font-weight: 500;
}

.edit-form-input {
    width: 100%;
    height: 38px;
    padding: 0 10px;
    border: 1px solid rgba(213, 215, 218, 1);
    border-radius: 0;
    background: #ffffff;
    color: #111111;
    font-family: inherit;
    font-size: 14px;
    outline: none;
}

.edit-form-input:focus {
    border-color: #111111;
}

.edit-form-error {
    grid-column: 2;
    margin: -8px 0 8px;
    color: #dc2626;
    font-size: 11px;
}

.edit-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 16px;
}

.edit-cancel-btn,
.edit-save-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    height: 36px;
    padding: 0 14px;
    border: 1px solid #111111;
    border-radius: 0;
    font-family: inherit;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

.edit-cancel-btn {
    background: #ffffff;
    color: #111111;
}

.edit-save-btn {
    background: #111111;
    color: #ffffff;
}

.account-success {
    margin-bottom: 14px;
    padding: 10px 12px;
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    color: #166534;
    font-size: 12px;
}

@media (max-width: 768px) {
    .edit-form-row {
        grid-template-columns: 80px 1fr;
        gap: 10px;
    }

    .edit-form-label,
    .edit-form-input {
        font-size: 10px;
    }

    .edit-form-input {
        height: 34px;
    }

    .edit-form-actions {
        justify-content: space-between;
    }

    .edit-cancel-btn,
    .edit-save-btn {
        min-width: 110px;
        height: 34px;
        font-size: 10px;
    }
}

/* MOBILE ACCOUNT LAYOUT — REFERENCE MATCH */
@media screen and (max-width: 768px) {
    .customer-account {
        width: 100% !important;
        min-height: 100vh !important;
        padding: 32px 15px 70px !important;
        box-sizing: border-box !important;
    }

    .customer-account .account-top {
        display: block !important;
        width: 100% !important;
        min-height: 0 !important;
        margin: 0 !important;
    }

    .customer-account .account-name {
        display: block !important;
        margin: 0 0 34px !important;
        color: #A5A5A5 !important;
        font-size: 20px !important;
        font-weight: 400 !important;
        line-height: 1 !important;
    }

    .customer-account .account-tabs {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        margin: 0 !important;
        transform: none !important;

        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 28px !important;
    }

    .customer-account .account-tab {
        padding: 0 !important;
        color: #C3C3C3 !important;
        font-size: 20px !important;
        font-weight: 400 !important;
        line-height: 1 !important;
    }

    .customer-account .account-tab:hover,
    .customer-account .account-tab.active {
        color: #111111 !important;
    }

    .customer-account .account-content {
        width: 100% !important;
        max-width: 100% !important;
        margin: 49px 0 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    /* ---------------- ORDERS ---------------- */

    .customer-account .orders-table-scroll {
        display: none !important;
    }

    .customer-account .mobile-orders {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        width: 100% !important;
    }

    .customer-account .order-mobile-card {
        width: 100% !important;
        margin: 0 0 21px !important;
        padding: 0 0 27px !important;
        border-bottom: 1px solid #EEEEEE !important;
        box-sizing: border-box !important;
    }

    .customer-account .order-mobile-card:last-child {
        margin-bottom: 0 !important;
        border-bottom: 0 !important;
    }

    .customer-account .order-mobile-top,
    .customer-account .order-mobile-meta,
    .customer-account .order-mobile-bottom {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .customer-account .order-mobile-id {
        color: #111111 !important;
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
    }

    .customer-account .order-mobile-status {
        min-width: 0 !important;
        min-height: 25px !important;
        padding: 4px 11px !important;
        border-radius: 999px !important;
        background: #F3F3F3 !important;
        color: #414651 !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1 !important;
    }

    .customer-account .order-mobile-meta {
        margin-top: 18px !important;
        justify-content: flex-start !important;
        gap: 31px !important;
        color: #A5A5A5 !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 1 !important;
    }

    .customer-account .order-mobile-bottom {
        margin-top: 20px !important;
        align-items: center !important;
    }

    .customer-account .order-mobile-price {
        color: #111111 !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
    }

    .customer-account .order-mobile-actions {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 7px !important;
    }

    .customer-account .mobile-view-btn,
    .customer-account .mobile-review-btn {
        min-width: 68px !important;
        height: 26px !important;
        padding: 0 10px !important;
        border: 1px solid #414651 !important;
        border-radius: 0 !important;
        background: #FFFFFF !important;
        color: #414651 !important;
        font-size: 11px !important;
        font-weight: 400 !important;
        line-height: 1 !important;
    }

    .customer-account .reviewed-text {
        font-size: 11px !important;
    }

    /* ---------------- EMPTY ADDRESS ---------------- */

    .customer-account .empty-account-state {
        width: 100% !important;
        padding-top: 31px !important;
        text-align: center !important;
    }

    .customer-account .empty-account-state h2 {
        margin: 0 0 8px !important;
        color: #111111 !important;
        font-size: 24px !important;
        font-weight: 500 !important;
        line-height: 1.15 !important;
    }

    .customer-account .empty-account-state p {
        margin: 0 !important;
        color: #535862 !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 1.35 !important;
    }

    .customer-account .account-outline-button {
        width: 220px !important;
        min-width: 220px !important;
        height: 50px !important;
        margin: 36px auto 0 !important;
        border: 1px solid #414651 !important;
        background: #FFFFFF !important;
        color: #414651 !important;
        font-size: 18px !important;
        font-weight: 500 !important;
    }

    /* ---------------- SAVED ADDRESS ---------------- */

    .customer-account .address-details {
        width: 100% !important;
        padding-top: 20px !important;
    }

    .customer-account .address-details .account-detail-row {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .customer-account .address-details .address-row {
        min-height: 64px !important;
        padding: 0 0 14px !important;
        align-items: flex-start !important;
    }

    .customer-account .address-details
    .account-detail-row:not(.address-row) {
        min-height: 43px !important;
        margin-top: 46px !important;
        padding: 0 0 12px !important;
        align-items: flex-end !important;
    }

    .customer-account .address-details .detail-label,
    .customer-account .address-details .detail-value {
        color: #535862 !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 1.35 !important;
    }

    .customer-account .address-details .detail-value {
        max-width: 72% !important;
        color: #717680 !important;
        text-align: right !important;
    }

    .customer-account .address-details .address-value {
        align-items: flex-end !important;
        gap: 3px !important;
    }

    .customer-account .address-details .address-value strong {
        color: #717680 !important;
        font-weight: 400 !important;
    }

    .customer-account .address-details .account-actions {
        width: 100% !important;
        padding-top: 17px !important;
    }

    .customer-account .account-action {
        gap: 8px !important;
        color: #414651 !important;
        font-size: 18px !important;
        font-weight: 400 !important;
    }

    .customer-account .account-action svg {
        width: 19px !important;
        height: 19px !important;
    }

    /* ---------------- EDIT ADDRESS / PROFILE ---------------- */

    .customer-account .edit-form-row {
        grid-template-columns: 90px minmax(0, 1fr) !important;
        gap: 12px !important;
        min-height: 54px !important;
    }

    .customer-account .edit-form-label,
    .customer-account .edit-form-input {
        font-size: 14px !important;
    }

    .customer-account .edit-form-input {
        height: 38px !important;
    }

    .customer-account .edit-form-actions {
        margin-top: 18px !important;
    }
}

@media screen and (max-width: 380px) {
    .customer-account {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .customer-account .account-tabs {
        gap: 22px !important;
    }

    .customer-account .account-tab {
        font-size: 18px !important;
    }

    .customer-account .order-mobile-id {
        font-size: 18px !important;
    }

    .customer-account .order-mobile-meta {
        gap: 22px !important;
        font-size: 14px !important;
    }

    .customer-account .address-details .detail-label,
    .customer-account .address-details .detail-value,
    .customer-account .account-action {
        font-size: 16px !important;
    }
}


/* ============================================================
   FORGOT PASSWORD / CHECK YOUR INBOX
============================================================ */

.password-reset-page {
    min-height: 100vh;
    box-sizing: border-box;
}

.password-reset-page .forgot-password-container,
.password-reset-page .check-inbox-container {
    width: 100%;
    max-width: 352px;
    text-align: center;
    box-sizing: border-box;
}

.password-reset-page .forgot-password-text {
    margin: -6px 0 18px;
    color: rgba(83, 88, 98, 1);
    font-family: PP Neue Montreal, Arial, sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}

.password-reset-page .check-inbox-title {
    margin: 0 0 4px;
    color: #111111;
    font-family: PP Neue Montreal, Arial, sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.password-reset-page .check-inbox-text {
    margin: 0 0 18px;
    color: rgba(83, 88, 98, 1);
    font-family: PP Neue Montreal, Arial, sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}

.password-reset-page .check-inbox-form {
    width: 100%;
    margin: 0;
}

.password-reset-page .check-inbox-back {
    display: inline-block;
    margin-top: 15px;
    color: rgba(83, 88, 98, 1);
    font-family: PP Neue Montreal, Arial, sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}

.password-reset-page .check-inbox-back:hover {
    color: #111111;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .password-reset-page {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .password-reset-page .forgot-password-container,
    .password-reset-page .check-inbox-container {
        max-width: 352px;
        margin-top: 56px;
    }
}

@media screen and (max-width: 480px) {
    .password-reset-page {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .password-reset-page .forgot-password-container,
    .password-reset-page .check-inbox-container {
        max-width: 280px;
        margin-top: 48px;
    }
}