@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Inter:wght@300;400;500;600&display=swap');

:root {
    --b2b-bg:        #f7f3ee;
    --b2b-surface:   #ffffff;
    --b2b-text:      #111111;
    --b2b-muted:     #6f6a64;
    --b2b-line:      #e7dfd7;
    --b2b-accent:    #b7926a;
    --b2b-radius:    8px;
    --b2b-font-serif: 'Cormorant Garamond', serif;
    --b2b-font-sans:  'Inter', sans-serif;
}

/* ── BASE STYLES FOR MY ACCOUNT PAGE ── */
.woocommerce-account.logged-out-state, 
.woocommerce-account:not(.logged-in) {
    background-color: var(--b2b-bg) !important;
}

.woocommerce-account:not(.logged-in) #primary,
.woocommerce-account:not(.logged-in) .entry-content {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* ── PREMIUM HEADER ── */
.b2b-showroom-header {
    text-align: center;
    max-width: 700px;
    margin: 80px auto 48px;
    padding: 0 20px;
}

.b2b-showroom-eyebrow {
    font-family: var(--b2b-font-sans);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .45em;
    text-transform: uppercase;
    color: var(--b2b-accent);
    display: block;
    margin-bottom: 16px;
}

.b2b-showroom-title {
    font-family: var(--b2b-font-serif);
    font-size: clamp(32px, 3.5vw, 52px);
    font-weight: 300;
    color: var(--b2b-text);
    margin-bottom: 20px;
    line-height: 1.15;
}

.b2b-showroom-desc {
    font-family: var(--b2b-font-sans);
    font-size: 14px;
    line-height: 1.7;
    color: var(--b2b-muted);
}

/* ── SPLIT CONTAINER ── */
.b2b-showroom-container {
    display: flex;
    max-width: 1360px;
    margin: 0 auto 120px;
    background: var(--b2b-surface);
    border-radius: var(--b2b-radius);
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(17, 17, 17, 0.04);
    border: 1px solid var(--b2b-line);
}

/* Sol Taraftaki Banner Görseli */
.b2b-showroom-banner {
    flex: 1.1;
    position: relative;
    background: url('https://images.unsplash.com/photo-1490481651871-ab68de25d43d?q=80&w=1200&auto=format&fit=crop') center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px;
    min-height: 680px;
}

.b2b-showroom-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(23, 21, 19, 0.65) 0%, rgba(17, 17, 17, 0.85) 100%);
    z-index: 1;
}

.b2b-showroom-banner-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #ffffff;
}

.b2b-showroom-banner-logo {
    font-family: var(--b2b-font-serif);
    font-size: 40px;
    font-weight: 300;
    letter-spacing: .1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 12px;
    width: fit-content;
}

.b2b-showroom-banner-info {
    margin-top: auto;
}

.b2b-banner-since {
    font-family: var(--b2b-font-sans);
    font-size: 10px;
    letter-spacing: .35em;
    color: var(--b2b-accent);
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
}

.b2b-showroom-banner-tagline {
    font-family: var(--b2b-font-serif);
    font-size: 22px;
    line-height: 1.5;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: .01em;
}

/* Sağ Taraftaki Form Alanları */
.b2b-showroom-forms-wrapper {
    flex: 1.9;
    padding: 64px 80px;
    background: var(--b2b-surface);
}

/* WooCommerce Form Sütunları Grid Ayarı */
.b2b-showroom-forms-wrapper .col2-set {
    display: grid !important;
    grid-template-columns: 1fr 1.2fr !important;
    gap: 60px !important;
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}

.b2b-showroom-forms-wrapper .col-1 {
    border-right: 1px solid var(--b2b-line) !important;
    padding-right: 60px !important;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

.b2b-showroom-forms-wrapper .col-2 {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

/* ── FORM DETAYLARI & BAŞLIKLAR ── */
.b2b-showroom-forms-wrapper h2 {
    font-family: var(--b2b-font-serif) !important;
    font-size: 26px !important;
    font-weight: 300 !important;
    letter-spacing: .02em !important;
    color: var(--b2b-text) !important;
    margin: 0 0 32px 0 !important;
    border-bottom: 1px solid var(--b2b-line) !important;
    padding-bottom: 14px !important;
    text-transform: none !important;
}

.b2b-showroom-forms-wrapper form {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

/* Satır Düzeni */
.b2b-showroom-forms-wrapper .form-row {
    margin-bottom: 22px !important;
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
}

/* Etiketler (Labels) */
.b2b-showroom-forms-wrapper label {
    font-family: var(--b2b-font-sans) !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
    color: var(--b2b-text) !important;
    margin-bottom: 8px !important;
    display: block !important;
}

.b2b-showroom-forms-wrapper label .required {
    color: #c0392b !important;
    text-decoration: none !important;
}

/* Girdi Kutuları (Inputs) */
.b2b-showroom-forms-wrapper input[type="text"],
.b2b-showroom-forms-wrapper input[type="email"],
.b2b-showroom-forms-wrapper input[type="password"] {
    width: 100% !important;
    padding: 14px 16px !important;
    border: 1px solid var(--b2b-line) !important;
    background-color: #faf9f6 !important;
    border-radius: var(--b2b-radius) !important;
    font-family: var(--b2b-font-sans) !important;
    font-size: 13px !important;
    color: var(--b2b-text) !important;
    transition: all .3s cubic-bezier(.25,.8,.25,1) !important;
    outline: none !important;
    box-shadow: none !important;
}

.b2b-showroom-forms-wrapper input[type="text"]:focus,
.b2b-showroom-forms-wrapper input[type="email"]:focus,
.b2b-showroom-forms-wrapper input[type="password"]:focus {
    border-color: var(--b2b-accent) !important;
    background-color: var(--b2b-surface) !important;
    box-shadow: 0 6px 16px rgba(183, 146, 106, 0.05) !important;
}

/* Hatırlatma & Checkbox */
.b2b-showroom-forms-wrapper .woocommerce-form-login__rememberme {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: -6px !important;
    margin-bottom: 24px !important;
}

.b2b-showroom-forms-wrapper .woocommerce-form-login__rememberme input[type="checkbox"] {
    margin: 0 !important;
    accent-color: var(--b2b-accent) !important;
}

.b2b-showroom-forms-wrapper .woocommerce-form-login__rememberme span {
    font-family: var(--b2b-font-sans) !important;
    font-size: 12px !important;
    color: var(--b2b-muted) !important;
    text-transform: none !important;
}

/* Şifremi Unuttum Bağlantısı */
.b2b-showroom-forms-wrapper .woocommerce-LostPassword {
    margin-top: 16px !important;
    text-align: left !important;
}

.b2b-showroom-forms-wrapper .woocommerce-LostPassword a {
    font-family: var(--b2b-font-sans) !important;
    font-size: 12px !important;
    color: var(--b2b-muted) !important;
    text-decoration: underline !important;
    transition: color .3s ease !important;
}

.b2b-showroom-forms-wrapper .woocommerce-LostPassword a:hover {
    color: var(--b2b-accent) !important;
}

/* ── PREMIUM B2B BUTONLARI ── */
.b2b-showroom-forms-wrapper button.button,
.b2b-showroom-forms-wrapper button[type="submit"] {
    width: 100% !important;
    background-color: var(--b2b-text) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: var(--b2b-radius) !important;
    padding: 16px 24px !important;
    font-family: var(--b2b-font-sans) !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
    transition: all .35s cubic-bezier(.25,.8,.25,1) !important;
    cursor: pointer !important;
    text-align: center !important;
    line-height: 1.2 !important;
}

.b2b-showroom-forms-wrapper button.button:hover,
.b2b-showroom-forms-wrapper button[type="submit"]:hover {
    background-color: var(--b2b-accent) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 24px rgba(183, 146, 106, 0.25) !important;
    transform: translateY(-1px) !important;
}

.b2b-showroom-forms-wrapper button.button:active,
.b2b-showroom-forms-wrapper button[type="submit"]:active {
    transform: translateY(0) !important;
}

/* WooCommerce Hata / Bilgilendirme Mesajları */
.woocommerce-error, 
.woocommerce-message, 
.woocommerce-info {
    max-width: 1360px !important;
    margin: 20px auto 20px !important;
    border-radius: var(--b2b-radius) !important;
    font-family: var(--b2b-font-sans) !important;
    font-size: 13px !important;
    background-color: #ffffff !important;
    border: 1px solid var(--b2b-line) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important;
    padding: 16px 24px !important;
}

.woocommerce-error {
    border-left: 4px solid #c0392b !important;
    color: #c0392b !important;
}

.woocommerce-message {
    border-left: 4px solid #27ae60 !important;
    color: #27ae60 !important;
}

/* ── INTERNATIONAL TELEPHONE INPUT STYLES ── */
.iti {
    width: 100% !important;
    display: block !important;
    margin-bottom: 0px !important;
}

.iti__country-list {
    background-color: var(--b2b-surface) !important;
    border: 1px solid var(--b2b-line) !important;
    border-radius: var(--b2b-radius) !important;
    box-shadow: 0 12px 32px rgba(17, 17, 17, 0.08) !important;
    font-family: var(--b2b-font-sans) !important;
    font-size: 13px !important;
    color: var(--b2b-text) !important;
    max-width: 320px !important;
    z-index: 99 !important;
}

.iti__country {
    padding: 10px 14px !important;
    outline: none !important;
}

.iti__country:hover, 
.iti__country.iti__highlight {
    background-color: #faf9f6 !important;
    color: var(--b2b-accent) !important;
}

.iti__selected-flag {
    background-color: #faf9f6 !important;
    border-right: 1px solid var(--b2b-line) !important;
    border-radius: var(--b2b-radius) 0 0 var(--b2b-radius) !important;
    padding: 0 12px 0 14px !important;
    transition: background-color .3s ease !important;
}

.iti__selected-flag:hover {
    background-color: #f0ece7 !important;
}

.iti input[type="text"] {
    padding-left: 58px !important;
}

/* ── RESPONSIVE DESIGN (MOBİL UYUMLULUK) ── */
@media (max-width: 1200px) {
    .b2b-showroom-container {
        max-width: 95% !important;
    }
    
    .b2b-showroom-forms-wrapper {
        padding: 48px 40px !important;
    }
}

@media (max-width: 980px) {
    .b2b-showroom-container {
        flex-direction: column !important;
    }
    
    .b2b-showroom-banner {
        min-height: 280px !important;
        padding: 40px !important;
    }
    
    .b2b-showroom-forms-wrapper .col2-set {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    
    .b2b-showroom-forms-wrapper .col-1 {
        border-right: none !important;
        border-bottom: 1px solid var(--b2b-line) !important;
        padding-right: 0 !important;
        padding-bottom: 40px !important;
    }
}

@media (max-width: 480px) {
    .b2b-showroom-header {
        margin: 40px auto 24px !important;
    }
    
    .b2b-showroom-banner {
        padding: 30px !important;
        min-height: 240px !important;
    }
    
    .b2b-showroom-forms-wrapper {
        padding: 32px 24px !important;
    }
}

/* ── ====================================================== ── */
/* ── PREMIUM B2B HOMEPAGE MODULES CSS ── */
/* ── ====================================================== ── */

/* ── MODÜL 1: KATEGORİ KARTLARI (Featured Categories) ── */
.zl-categories-section {
    padding: 140px 24px;
    background-color: var(--b2b-bg);
}

.zl-categories-inner {
    max-width: 1360px;
    margin: 0 auto;
}

.zl-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.zl-category-card {
    position: relative;
    height: 520px;
    border-radius: var(--b2b-radius);
    overflow: hidden;
    border: 1px solid var(--b2b-line);
    box-shadow: 0 12px 36px rgba(17, 17, 17, 0.02);
}

.zl-category-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.92);
    transition: transform 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.zl-category-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(17, 17, 17, 0.72) 0%, rgba(17, 17, 17, 0.05) 50%, rgba(17, 17, 17, 0.1) 100%);
    z-index: 1;
}

.zl-category-card:hover .zl-category-img {
    transform: scale(1.05);
}

.zl-category-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    z-index: 2;
}

.zl-category-title {
    font-family: var(--b2b-font-serif);
    font-size: 26px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: .02em;
    margin: 0;
    line-height: 1.2;
}

.zl-category-link {
    font-family: var(--b2b-font-sans);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--b2b-accent);
    display: inline-block;
    margin-top: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.zl-category-card:hover .zl-category-link {
    color: #ffffff;
}

/* Modül 1 Mobil Kaydırma (Swipe) */
@media (max-width: 900px) {
    .zl-categories-section {
        padding: 90px 16px;
    }
    
    .zl-categories-grid {
        display: flex !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        gap: 16px !important;
        padding-bottom: 24px !important;
        -webkit-overflow-scrolling: touch !important;
    }
    
    .zl-categories-grid::-webkit-scrollbar {
        height: 4px;
    }
    
    .zl-categories-grid::-webkit-scrollbar-track {
        background: rgba(17, 17, 17, 0.03);
    }
    
    .zl-categories-grid::-webkit-scrollbar-thumb {
        background: var(--b2b-accent);
        border-radius: 2px;
    }

    .zl-category-card {
        flex: 0 0 290px !important;
        scroll-snap-align: start !important;
        height: 460px !important;
    }
    
    .zl-category-content {
        bottom: 30px;
        left: 30px;
        right: 30px;
    }
}


/* ── MODÜL 2: LOOKBOOK (Sıcak Noktalı İnteraktif Alan) ── */
.zl-lookbook-section {
    padding: 140px 24px;
    background-color: var(--b2b-surface);
}

.zl-lookbook-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.zl-lookbook-container {
    position: relative;
    max-width: 1100px;
    margin: 48px auto 0;
    border-radius: var(--b2b-radius);
    overflow: hidden;
    box-shadow: 0 24px 72px rgba(17, 17, 17, 0.05);
    border: 1px solid var(--b2b-line);
}

.zl-lookbook-img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    display: block;
    filter: brightness(0.96);
}

/* Sıcak Nokta (Hotspot Daire) */
.zl-hotspot {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.zl-hotspot::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff;
}

.zl-hotspot::before {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    animation: zlPulse 2.2s infinite;
    pointer-events: none;
}

@keyframes zlPulse {
    0% { transform: scale(0.92); opacity: 1; }
    50% { transform: scale(1.35); opacity: 0; }
    100% { transform: scale(0.92); opacity: 0; }
}

.zl-hotspot:hover {
    transform: scale(1.15);
    background-color: rgba(255, 255, 255, 0.7);
}

/* Bilgi Kartı Pop-up (Tooltip) */
.zl-hotspot-pop {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    background-color: var(--b2b-surface);
    border: 1px solid var(--b2b-line);
    border-radius: var(--b2b-radius);
    padding: 20px;
    box-shadow: 0 16px 40px rgba(17, 17, 17, 0.08);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 20;
}

/* Noktaya gelindiğinde veya mobil tıklamada aktifleştiğinde */
.zl-hotspot:hover .zl-hotspot-pop,
.zl-hotspot.is-active .zl-hotspot-pop {
    opacity: 1;
    visibility: visible;
    bottom: 46px;
}

.zl-pop-category {
    font-family: var(--b2b-font-sans);
    font-size: 9px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--b2b-accent);
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
}

.zl-pop-title {
    font-family: var(--b2b-font-serif);
    font-size: 18px;
    color: var(--b2b-text);
    margin: 0 0 12px 0;
    font-weight: 400;
    line-height: 1.3;
}

.zl-pop-link {
    font-family: var(--b2b-font-sans);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--b2b-text);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid var(--b2b-text);
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.zl-pop-link:hover {
    color: var(--b2b-accent);
    border-color: var(--b2b-accent);
}

/* Noktaların Görsel Üzerindeki Orantısal Konumları */
.zl-hotspot-1 { top: 22%; left: 48%; } /* Şapka veya Üst */
.zl-hotspot-2 { top: 48%; left: 52%; } /* Ceket veya Elbise */
.zl-hotspot-3 { top: 78%; left: 44%; } /* Ayakkabı veya Pantolon */

/* Modül 2 Mobil Uyumluluk */
@media (max-width: 900px) {
    .zl-lookbook-section {
        padding: 90px 16px;
    }
    
    .zl-lookbook-img {
        height: 520px;
    }
    
    .zl-hotspot-pop {
        width: 220px;
        padding: 16px;
    }
    
    .zl-pop-title {
        font-size: 16px;
        margin-bottom: 8px;
    }
}


/* ── MODÜL 3: BAYİLİK AYRICALIKLARI (3'lü Grid) ── */
.zl-benefits-section {
    padding: 140px 24px;
    background-color: #111111;
}

.zl-benefits-inner {
    max-width: 1360px;
    margin: 0 auto;
}

.zl-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 56px;
}

.zl-benefit-card {
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 56px 48px;
    border-radius: var(--b2b-radius);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.zl-benefit-card:hover {
    background-color: rgba(255, 255, 255, 0.04);
    border-color: var(--b2b-accent);
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.2);
}

.zl-benefit-icon {
    font-size: 32px;
    color: var(--b2b-accent);
    margin-bottom: 28px;
    line-height: 1;
    display: inline-block;
}

.zl-benefit-title {
    font-family: var(--b2b-font-serif);
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: .02em;
    margin: 0 0 16px 0;
}

.zl-benefit-desc {
    font-family: var(--b2b-font-sans);
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
}

/* Modül 3 Mobil Uyumluluk */
@media (max-width: 900px) {
    .zl-benefits-section {
        padding: 90px 16px;
    }
    
    .zl-benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }
    
    .zl-benefit-card {
        padding: 40px 32px;
    }
}


/* ── MODÜL 4: B2B SIKÇA SORULAN SORULAR (FAQ) ── */
.zl-faq-section {
    padding: 140px 24px;
    background-color: var(--b2b-bg);
    border-top: 1px solid var(--b2b-line);
}

.zl-faq-inner {
    max-width: 860px;
    margin: 0 auto;
}

.zl-faq-container {
    margin-top: 56px;
    text-align: left;
}

.zl-faq-item {
    border-bottom: 1px solid var(--b2b-line);
    padding: 24px 0;
}

.zl-faq-item:first-child {
    border-top: 1px solid var(--b2b-line);
}

.zl-faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    text-align: left;
}

.zl-faq-question-title {
    font-family: var(--b2b-font-serif);
    font-size: 22px;
    font-weight: 300;
    color: var(--b2b-text);
    letter-spacing: .01em;
    margin: 0;
    transition: color 0.3s ease;
}

.zl-faq-question:hover .zl-faq-question-title {
    color: var(--b2b-accent);
}

.zl-faq-icon {
    font-family: var(--b2b-font-sans);
    font-size: 20px;
    color: var(--b2b-accent);
    font-weight: 300;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    user-select: none;
}

.zl-faq-item.is-active .zl-faq-icon {
    transform: rotate(45deg);
}

.zl-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
}

.zl-faq-item.is-active .zl-faq-answer {
    max-height: 1000px;
    transition: max-height 0.4s cubic-bezier(1, 0, 1, 0);
}

.zl-faq-answer-inner {
    padding-top: 16px;
    font-family: var(--b2b-font-sans);
    font-size: 14px;
    line-height: 1.8;
    color: var(--b2b-muted);
}

/* Modül 4 Mobil Uyumluluk */
@media (max-width: 900px) {
    .zl-faq-section {
        padding: 90px 16px;
    }
    
    .zl-faq-container {
        margin-top: 40px;
    }
    
    .zl-faq-question-title {
        font-size: 18px;
    }
    
    .zl-faq-item {
        padding: 20px 0;
    }
}

