/* ===================================================================== */
/* GENTECH AUTH - FINAL FIXED (Düzəldilmiş Versiya)                      */
/* ===================================================================== */

/* 1. ƏSAS KONTEYNER */
.gentech-auth-container {
    width: 100% !important;
    max-width: 600px;
    margin: 30px auto;
    padding: 0 !important;
    background: transparent !important;
}

/* Çərçivə və kölgələrin ləğvi */
.gentech-auth-forms,
.gentech-auth-form,
.gentech-auth-form form.woocommerce-form,
.gentech-auth-form form.login,
.gentech-auth-form form.register {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ========================================================= */
/* 2. BAŞLIQ - "Şəxsi kabinetə keçid" (YENİLƏNDİ - RƏNGSİZ)  */
/* ========================================================= */
.gentech-auth-form h2 {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    /* Yazı rəngi (Qara) */
    background: transparent !important;
    /* MAVİ FONU SİLDİK */
    text-align: center !important;
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
    border: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.gentech-auth-form h2::after,
.gentech-auth-form h2::before {
    display: none !important;
}

/* 3. INPUT QRUPLARI (CRITICAL FIX - Label Problemi Həlli) */
.gentech-auth-form .form-row {
    margin-bottom: 20px !important;
    width: 100% !important;
}

.gentech-auth-form .form-row.has-icon {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 0 !important;
    position: relative !important;
}

/* *** VACİB: Inputların üstündəki yazıları (Label) tamamilə yox edirik *** */
/* Yalnız checkbox label-ı qalır, qalan hamısı silinir */
.gentech-auth-form .form-row.has-icon>label {
    display: none !important;
}

/* Sol Tərəf - İkon */
.gentech-input-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px !important;
    min-width: 45px !important;
    height: auto !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #d0d0d0 !important;
    border-right: none !important;
    border-radius: 6px 0 0 6px !important;
    z-index: 1;
}

/* İkon SVG-ləri */
.gentech-icon-user {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="%23666666" stroke-width="2"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

.gentech-icon-lock {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="%23666666" stroke-width="2"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

/* Sağ Tərəf - Inputlar */
.gentech-auth-form input.woocommerce-Input {
    flex: 1 !important;
    width: 100% !important;
    height: 50px !important;
    padding: 12px 16px !important;
    border: 1px solid #d0d0d0 !important;
    border-left: none !important;
    border-radius: 0 6px 6px 0 !important;
    font-size: 15px !important;
    color: #333333 !important;
    background: #ffffff !important;
    outline: none !important;
    transition: border-color 0.3s ease !important;
}

/* Focus effekti (Kölgəsiz, yalnız rəng) */
.gentech-auth-form .form-row.has-icon:focus-within .gentech-input-icon,
.gentech-auth-form .form-row.has-icon input:focus {
    border-color: #0083b3 !important;
    box-shadow: none !important;
}

/* 4. ŞİFRƏ INPUTU FIXED */
.gentech-auth-form .form-row.has-icon .password-input {
    flex: 1 1 auto !important;
    display: block !important;
    width: 100% !important;
    position: relative !important;
}

.gentech-auth-form .form-row.has-icon .password-input input {
    width: 100% !important;
    border-radius: 0 6px 6px 0 !important;
}

.gentech-auth-form .show-password-input {
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 15px !important;
}

/* 5. MƏNİ XATIRLA & UNUTMUSUNUZ (Künclər və Mükəmməl Hiza) */
.gentech-auth-form .form-row-remember {
    display: flex !important;
    justify-content: space-between !important;
    /* Tam künclərə */
    align-items: center !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    margin: 20px 0 25px 0 !important;
    padding: 0 !important;
}

/* SOL TƏRƏF - Məni xatırla */
.gentech-auth-form .form-row-remember label {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333333 !important;
    display: flex !important;
    align-items: center !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

/* Checkbox */
.gentech-auth-form .form-row-remember input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    margin-right: 8px !important;
    margin-left: 0 !important;
    accent-color: #0083b3 !important;
    cursor: pointer !important;
}

/* SAĞ TƏRƏF - Şifrəni unutmusunuz */
.gentech-auth-form .woocommerce-LostPassword {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.gentech-auth-form .woocommerce-LostPassword a,
.gentech-auth-form .lost_password a {
    color: #666666 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    white-space: nowrap !important;

    /* VİZUAL DÜZƏLİŞ: Yazını 2px yuxarı qaldırırıq */
    position: relative !important;
    top: -2px !important;

    margin: 0 !important;
    display: block !important;
    text-align: right !important;
}

.gentech-auth-form .woocommerce-LostPassword a:hover {
    color: #0083b3 !important;
}

/* Mobil versiya */
@media (max-width: 450px) {

    .gentech-auth-form .form-row-remember label,
    .gentech-auth-form .woocommerce-LostPassword a {
        font-size: 13px !important;
    }
}

/* 6. DÜYMƏLƏR */
.gentech-auth-form button[type="submit"] {
    width: 100% !important;
    height: 50px !important;
    background: #0083b3 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    box-shadow: none !important;
    margin-top: 10px !important;
}

.gentech-auth-form button[type="submit"]:hover {
    background: #006a94 !important;
}

/* 7. FOOTER YAZISI */
.gentech-form-toggle {
    text-align: center;
    margin-top: 30px;
    font-size: 16px !important;
    font-weight: 500;
    color: #666666;
}

.gentech-form-toggle a {
    color: #333333;
    font-weight: 600;
    text-decoration: none;
}

/* ===================================================================== */
/* MY ACCOUNT DASHBOARD - MODERN AZƏRBAYCAN DİZAYN */
/* ===================================================================== */

.gentech-dashboard-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.gentech-dashboard-header {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    border-radius: 16px;
    padding: 40px;
    color: #ffffff;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 8px 24px rgba(13, 110, 253, 0.3);
}

.dashboard-welcome h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #ffffff;
}

.dashboard-welcome p {
    font-size: 16px;
    margin: 0;
    opacity: 0.9;
}

.dashboard-user-info {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 25px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.user-avatar img {
    border-radius: 50%;
    border: 3px solid #ffffff;
}

.user-details {
    display: flex;
    flex-direction: column;
}

.user-details strong {
    font-size: 18px;
    margin-bottom: 5px;
}

.user-details span {
    font-size: 14px;
    opacity: 0.8;
}

/* Dashboard Grid */
.gentech-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.dashboard-card {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.dashboard-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: #0d6efd;
}

.dashboard-card .card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dashboard-card .card-icon i {
    font-size: 26px;
    color: #ffffff;
}

.dashboard-card .card-content {
    flex-grow: 1;
}

.dashboard-card .card-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #212529;
    margin: 0 0 5px 0;
}

.dashboard-card .card-content p {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
}

.dashboard-card .card-arrow {
    color: #adb5bd;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.dashboard-card:hover .card-arrow {
    transform: translateX(5px);
    color: #0d6efd;
}

/* Son Sifarişlər */
.gentech-recent-orders {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.gentech-recent-orders h2 {
    font-size: 24px;
    font-weight: 700;
    color: #212529;
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.orders-table-wrapper {
    overflow-x: auto;
}

.gentech-orders-table {
    width: 100%;
    border-collapse: collapse;
}

.gentech-orders-table thead {
    background: #f8f9fa;
}

.gentech-orders-table th {
    padding: 15px;
    text-align: left;
    font-weight: 600;
    color: #495057;
    font-size: 14px;
    border-bottom: 2px solid #dee2e6;
}

.gentech-orders-table td {
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    font-size: 14px;
}

.gentech-orders-table tbody tr:hover {
    background: #f8f9fa;
}

.order-status {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.order-status.status-completed {
    background: #d1e7dd;
    color: #198754;
}

.order-status.status-processing {
    background: #cfe2ff;
    color: #0d6efd;
}

.order-status.status-pending {
    background: #fff3cd;
    color: #ffc107;
}

.order-status.status-cancelled {
    background: #f8d7da;
    color: #dc3545;
}

.view-order-btn {
    background: #0d6efd;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.view-order-btn:hover {
    background: #0a58ca;
    transform: translateY(-2px);
}

.view-all-orders {
    text-align: center;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.btn-view-all {
    background: #f8f9fa;
    color: #495057;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-view-all:hover {
    background: #0d6efd;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
    .gentech-dashboard-header {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }

    .dashboard-welcome h1 {
        font-size: 24px;
    }

    .gentech-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .gentech-orders-table {
        font-size: 13px;
    }

    .gentech-orders-table th,
    .gentech-orders-table td {
        padding: 10px;
    }
}

/* ===================================================================== */
/* === ACCOUNT PAGE LAYOUT FIX (My Account) === */
/* ===================================================================== */
/* Hide default WooCommerce account navigation */
.woocommerce-account .woocommerce-MyAccount-navigation {
    display: none !important;
}

/* Make account content full-width and centered */
.woocommerce-account .woocommerce {
    display: block !important;
}

/* Optional: center and widen custom dashboard wrapper */
.woocommerce-account .gentech-dashboard-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 8px 0;
}

/* Notices spacing inside account content */
.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-account .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error {
    margin-bottom: 16px;
}

/* ===================================================================== */
/* === AVATAR MODAL/VISUAL TWEAKS === */
/* ===================================================================== */
.avatar-modal {
    z-index: 10000 !important;
}

.avatar-modal .avatar-modal-content {
    max-width: 520px;
}

/* Ensure avatar image displays properly */
.user-avatar img.custom-user-avatar {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    display: block !important;
}

/* === MOBILE: Dashboard avatar görünürlüğü və ölçüləri === */
@media (max-width: 768px) {

    /* Avatar konteyneri sabit ölçü və görünür olsun */
    .gentech-dashboard-header .dashboard-user-info .user-avatar {
        position: relative !important;
        width: 64px !important;
        height: 64px !important;
        flex: 0 0 64px !important;
        overflow: visible !important;
        z-index: 2;
    }

    /* Avatar şəkli: tam dairə, kəsilmədən görünsün */
    .gentech-dashboard-header .dashboard-user-info .user-avatar img.custom-user-avatar {
        width: 64px !important;
        height: 64px !important;
        border-radius: 50% !important;
        object-fit: cover !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Kamera ikonunun mövqeyi (əgər üst-üstə düşürsə) */
    .gentech-dashboard-header .dashboard-user-info .user-avatar .change-avatar-btn {
        position: absolute !important;
        right: -6px !important;
        bottom: -6px !important;
        z-index: 3 !important;
    }

    /* Avatarın üstündə hər hansı overlay kartdan clip olmasın */
    .gentech-dashboard-header .dashboard-welcome,
    .gentech-dashboard-header .dashboard-user-info {
        overflow: visible !important;
    }
}

/* Dashboard: user-details içində emaili gizlət */
.gentech-dashboard-header .dashboard-user-info .user-details span {
    display: none !important;
}

/* H1 çox uzundursa kəsmə (vizual) */
.gentech-dashboard-header .dashboard-welcome h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}


/* ========================================================= */
/* 2. MOBİL ÇIXIŞ KARTI (DASHBOARD ÜÇÜN)                     */
/* ========================================================= */

/* Bu klassı PHP ilə yaratdıq. Qırmızı çərçivə veririk */
.gentech-mobile-logout-card {
    margin-top: 15px !important;
    border: 1px solid #ffe5e5 !important;
    display: flex;
    /* Flex saxlayırıq ki, dizayn pozulmasın */
    align-items: center;
}

/* --- MƏNTİQ: HARADA GÖRÜNSÜN? --- */

/* DESKTOP (992px-dən böyük): */
@media (min-width: 992px) {

    /* Dashboard-ın içindəki Çıxış kartını GİZLƏT (Çünki headerdə var) */
    .gentech-mobile-logout-card {
        display: none !important;
    }

    /* Header-dəki düyməni GÖSTƏR */
    .menu-item-logout {
        display: block !important;
    }
}

/* MOBİL (992px-dən kiçik): */
@media (max-width: 992px) {

    /* Dashboard-ın içindəki Çıxış kartını GÖSTƏR */
    .gentech-mobile-logout-card {
        display: flex !important;
    }

    /* Header-dəki düyməni GİZLƏT (Headerdə yer tutmasın) */
    .menu-item-logout {
        display: none !important;
    }
}

a[href*="edit-address"].dashboard-card {
    display: none !important;
}

/* Container */
.woocommerce-account .woocommerce {
    display: flex;
    flex-direction: column !important;
    /* Stack vertically */
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    padding: 40px 20px;
    background: #ffffff !important;
}

/* HIGH SPECIFICITY OVERRIDE for background */
html body.woocommerce-account .woocommerce,
html body.woocommerce-account .woocommerce-account,
html body .woocommerce-account .woocommerce {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

/* Force body background to white on account page */
body.woocommerce-account {
    background-color: #ffffff !important;
}

/* Ensure inner wrappers are also white/transparent */
.woocommerce-account .site-content,
.woocommerce-account .entry-content {
    background: #ffffff !important;
}

/* Error/Notice Wrapper Limit Width */
.woocommerce-account .woocommerce-notices-wrapper {
    width: 100%;
    max-width: 600px;
    /* Match form width */
    margin-bottom: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* Forma */
.woocommerce-EditAccountForm.edit-account {
    background: #ffffff !important;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Label-ları gizlət */
.woocommerce-EditAccountForm label {
    display: none !important;
}

/* Form row - MƏRKƏZDƏ */
.woocommerce-EditAccountForm .woocommerce-form-row {
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Inputlar - TAM MƏRKƏZDƏ */
.woocommerce-EditAccountForm input[type="text"],
.woocommerce-EditAccountForm input[type="email"],
.woocommerce-EditAccountForm input[type="password"] {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    background: #f9fafb !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    font-size: 15px !important;
    color: #1f2937 !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    display: block !important;
}

.woocommerce-EditAccountForm input::placeholder {
    color: #9ca3af !important;
    font-size: 14px !important;
    text-align: center !important;
}

.woocommerce-EditAccountForm input:focus {
    border-color: #3b82f6 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
    outline: none !important;
}

/* ƏSAS MƏLUMATLAR ÇƏRÇIVƏSI */
.woocommerce-EditAccountForm .main-info-fieldset {
    background: #f9fafb !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 16px;
    padding: 30px;
    margin: 0 0 25px 0 !important;
    width: 100%;
    box-sizing: border-box;
}

.woocommerce-EditAccountForm .main-info-fieldset legend {
    color: #1f2937 !important;
    font-weight: 700;
    font-size: 16px;
    background: #ffffff;
    padding: 8px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #e5e7eb;
    margin: 0 auto 20px;
    display: block;
    text-align: center;
    width: fit-content;
}

/* ŞİFRƏ DƏYİŞİKLİYİ ÇƏRÇIVƏSI */
.woocommerce-EditAccountForm fieldset:not(.main-info-fieldset) {
    background: #f9fafb !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 16px;
    padding: 30px;
    margin: 0 0 20px 0 !important;
    width: 100%;
    box-sizing: border-box;
}

.woocommerce-EditAccountForm fieldset:not(.main-info-fieldset) legend {
    color: #1f2937 !important;
    font-weight: 700;
    font-size: 16px;
    background: #ffffff;
    padding: 8px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #e5e7eb;
    margin: 0 auto 20px;
    display: block;
    text-align: center;
    width: fit-content;
}

/* Password input container - MƏRKƏZDƏ */
.woocommerce-EditAccountForm .password-input {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.woocommerce-EditAccountForm .password-input input {
    padding-right: 55px !important;
    text-align: center !important;
}

/* Şifrə göstər button - TRANSPARENT */
.woocommerce-EditAccountForm .show-password-input {
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: transparent !important;
    border: none !important;
    border-radius: 8px;
    width: 38px;
    height: 38px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-EditAccountForm .show-password-input::before {
    content: '👁';
    font-size: 20px;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.woocommerce-EditAccountForm .show-password-input:hover::before {
    opacity: 1;
}

/* Clear */
.woocommerce-EditAccountForm .clear {
    clear: both;
}

/* Yadda saxla button */
.woocommerce-EditAccountForm p:last-child {
    text-align: center;
    margin-top: 30px;
}

.woocommerce-EditAccountForm button[type="submit"] {
    background: #3b82f6 !important;
    color: #ffffff !important;
    padding: 16px 60px;
    border-radius: 12px;
    border: none !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
}

.woocommerce-EditAccountForm button[type="submit"]:hover {
    background: #2563eb !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.5);
}

/* MOBİL RESPONSIVE */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        padding: 15px 10px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 0 !important;
    }

    .woocommerce-EditAccountForm.edit-account {
        padding: 30px 20px;
        border-radius: 16px;
    }

    .woocommerce-EditAccountForm fieldset,
    .woocommerce-EditAccountForm .main-info-fieldset {
        padding: 25px 15px;
        margin-bottom: 20px !important;
    }

    .woocommerce-EditAccountForm fieldset legend,
    .woocommerce-EditAccountForm .main-info-fieldset legend {
        font-size: 14px;
        padding: 6px 15px;
        margin-bottom: 15px;
    }

    .woocommerce-EditAccountForm input[type="text"],
    .woocommerce-EditAccountForm input[type="email"],
    .woocommerce-EditAccountForm input[type="password"] {
        padding: 14px 16px !important;
        font-size: 15px !important;
    }

    .woocommerce-EditAccountForm .password-input input {
        padding-right: 50px !important;
    }

    .woocommerce-EditAccountForm .show-password-input {
        width: 36px;
        height: 36px;
        right: 10px !important;
    }

    .woocommerce-EditAccountForm .show-password-input::before {
        font-size: 19px;
    }

    .woocommerce-EditAccountForm button[type="submit"] {
        padding: 14px 50px;
        font-size: 15px;
    }
}

@media (max-width: 375px) {
    .woocommerce-EditAccountForm.edit-account {
        padding: 25px 15px;
    }

    .woocommerce-EditAccountForm fieldset,
    .woocommerce-EditAccountForm .main-info-fieldset {
        padding: 20px 12px;
    }
}