.elementor-kit-13233{--e-global-color-primary:#4A3A5C;--e-global-color-secondary:#E9D7E9;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F9A602;--e-global-color-c7920b1:#F3BAFD;--e-global-color-f7c75bc:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-13233 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13233 h1{color:var( --e-global-color-primary );}.elementor-kit-13233 h2{color:var( --e-global-color-primary );}.elementor-kit-13233 h3{color:var( --e-global-color-primary );}.elementor-kit-13233 h4{color:var( --e-global-color-primary );}.elementor-kit-13233 h5{color:var( --e-global-color-primary );}.elementor-kit-13233 h6{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================ */
/* === PK TEDAVI SAYFASI MASTER CSS v2      === */
/* === Doç. Dr. Pınar Kadiroğulları         === */
/* === SITE SETTINGS VERSİYONU              === */
/* ============================================ */


/* ===== 1. SIDEBAR METİN HİZALAMA ===== */

.elementor-image-box-description {
    text-align: left !important;
    word-spacing: normal !important;
    hyphens: none !important;
}

.elementor-widget-text-editor p {
    text-align: left;
}

.elementor-widget-heading .elementor-heading-title {
    text-align: left;
}


/* ===== 2. TOC ANA KUTUSU ===== */

div#ez-toc-container,
.ez-toc-v2_0_82,
.ez-toc-v2_0_85,
div[class*="ez-toc-v2"] {
    background: linear-gradient(135deg, #F5F0F7 0%, #FFFFFF 100%) !important;
    border: 1px solid #E5D9E8 !important;
    border-left: 4px solid #6B2C5F !important;
    border-radius: 12px !important;
    padding: 24px 28px !important;
    margin: 30px auto !important;
    max-width: 100% !important;
    width: 100% !important;
    box-shadow: 0 2px 12px rgba(44, 27, 71, 0.06) !important;
}


/* ===== 3. TOC BAŞLIK ALANI ===== */

.ez-toc-title-container {
    margin-bottom: 16px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #E5D9E8 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.ez-toc-title {
    color: #2C1B47 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    letter-spacing: -0.2px !important;
}


/* ===== 4. TOC LİSTE - 2 KOLON GRID ===== */

div#ez-toc-container nav ul.ez-toc-list:not([style*="display: none"]):not([style*="display:none"]),
ul.ez-toc-list:not([style*="display: none"]):not([style*="display:none"]) {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    counter-reset: toc-counter !important;
}

@media (max-width: 768px) {
    div#ez-toc-container nav ul.ez-toc-list:not([style*="display: none"]):not([style*="display:none"]),
    ul.ez-toc-list:not([style*="display: none"]):not([style*="display:none"]) {
        grid-template-columns: 1fr !important;
    }
}


/* ===== 5. LİSTE ÖĞELERİ (KARTLAR) ===== */

ul.ez-toc-list > li {
    background: white !important;
    border: 1px solid #E5D9E8 !important;
    border-radius: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    transition: all 0.2s ease !important;
}

ul.ez-toc-list > li::before,
ul.ez-toc-list > li::marker {
    display: none !important;
    content: none !important;
}

ul.ez-toc-list > li:hover {
    border-color: #6B2C5F !important;
    transform: translateX(2px) !important;
    box-shadow: 0 2px 8px rgba(107, 44, 95, 0.1) !important;
}


/* ===== 6. LİNKLER VE NUMARA BADGE ===== */

ul.ez-toc-list > li > a {
    color: #2C1B47 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    padding: 12px 16px !important;
    display: flex !important;
    align-items: center !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    counter-increment: toc-counter !important;
}

ul.ez-toc-list > li > a:hover {
    color: #6B2C5F !important;
    background: transparent !important;
}

ul.ez-toc-list > li > a::before {
    content: counter(toc-counter) !important;
    background: #E5D9E8 !important;
    color: #6B2C5F !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    margin-right: 10px !important;
    flex-shrink: 0 !important;
}


/* ===== 7. PLUGIN'İN KENDİ NUMARALARI GİZLE ===== */

.ez-toc-list .ez-toc-page-1::before,
.ez-toc-list-level-1::before,
.ez-toc-list a span:first-child:not(.ez-toc-section):not(.ez-toc-section-end) {
    display: none !important;
}


/* ===== 8. ALT LİSTE (H3'LER) ===== */

ul.ez-toc-list ul {
    grid-column: 1 / -1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    padding: 8px 0 4px 16px !important;
    margin: 0 !important;
    list-style: none !important;
}

ul.ez-toc-list ul li {
    background: #F5F0F7 !important;
    border: none !important;
    margin: 0 !important;
}

ul.ez-toc-list ul li > a {
    padding: 8px 12px !important;
    font-size: 13px !important;
    color: #6B2C5F !important;
}

ul.ez-toc-list ul li > a::before {
    display: none !important;
}


/* ===== 9. TOGGLE BUTONU (AÇ-KAPA) ===== */

.ez-toc-toggle,
a.ez-toc-toggle,
span.ez-toc-title-toggle a {
    cursor: pointer !important;
    background: white !important;
    border: 1px solid #E5D9E8 !important;
    border-radius: 6px !important;
    padding: 6px 10px !important;
    color: #6B2C5F !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.ez-toc-toggle:hover,
a.ez-toc-toggle:hover {
    background: #6B2C5F !important;
    color: white !important;
    border-color: #6B2C5F !important;
}

.ez-toc-toggle svg,
a.ez-toc-toggle svg {
    fill: currentColor !important;
    color: currentColor !important;
}


/* ===== 10. TOGGLE FIX ===== */

ul.ez-toc-list[style*="display: none"],
ul.ez-toc-list[style*="display:none"] {
    display: none !important;
}


/* ===== 11. EZ-TOC SECTION SPAN'LERİ ===== */

.ez-toc-section,
.ez-toc-section-end {
    display: inline !important;
    width: 0 !important;
    height: 0 !important;
}
/* ============================================ */
/* === BLOG YAZILARIMIZ BÖLÜMÜ              === */
/* === Posts widget'ta yazı yoksa container === */
/* === otomatik gizlensin                   === */
/* ============================================ */

/* 1. Modern tarayıcılar için :has() ile otomatik gizleme */
.blog-yazilarimiz-section:not(:has(article)),
.blog-yazilarimiz-section:has(.elementor-posts-none) {
    display: none !important;
}

/* 2. Posts widget içinde "No posts found" mesajı görünmesin */
.elementor-posts-none {
    display: none !important;
}

/* 3. Yedek: Posts widget container boşsa gizle */
.elementor-posts-container:empty {
    display: none !important;
}

/* 4. Posts widget'ı boş ise widget kendisi gizlensin */
.elementor-widget-posts:not(:has(article)):not(:has(.elementor-post)) {
    display: none !important;
}
/* ============================================ */
/* === DOKTOR VİDEO KARTI OTOMASYONU       === */
/* === Video yoksa kart\u0131 otomatik gizle   === */
/* ============================================ */

/* 1. Class ile manuel kontrol (en güvenli yol) */
.doktor-video-section.video-empty,
.doktor-video-section.no-video {
    display: none !important;
}

/* 2. HTML widget içinde placeholder text varsa container'ı gizle */
.elementor-widget-html:has([data-video="empty"]) {
    display: none !important;
}

/* 3. Boş iframe veya placeholder iframe varsa gizle */
.elementor-widget-html:has(iframe[src=""]),
.elementor-widget-html:has(iframe[src="about:blank"]),
.elementor-widget-html:has(iframe[data-src="placeholder"]) {
    display: none !important;
}

/* 4. Container içinde "video-empty" class olan widget varsa container gizle */
.e-con:has(.video-empty),
.e-con-inner:has(.video-empty) {
    display: none !important;
}
/* ============================================ */
/* === KAYNAKÇA BÖLÜMÜ - ACF DİNAMİK       === */
/* ============================================ */

.kaynakca-liste {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 24px 0;
}

.kaynak-karti {
    background: linear-gradient(135deg, #FAF5FB 0%, #FFFFFF 100%);
    border: 1px solid #E5D9E8;
    border-left: 4px solid #4B3A5C;
    padding: 18px 22px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(75, 58, 92, 0.04);
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    text-decoration: none !important;
    color: inherit !important;
}

.kaynak-karti:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 16px rgba(75, 58, 92, 0.12);
    border-color: #6B2C5F;
    border-left-color: #6B2C5F;
}

.kaynak-karti:hover .kaynak-ok {
    transform: translateX(4px);
}

.kaynak-numara {
    background: #4B3A5C;
    color: #ffffff;
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 15px;
    flex-shrink: 0;
}

.kaynak-icerik {
    flex: 1;
}

.kaynak-baslik {
    margin: 0 0 4px 0 !important;
    font-size: 16px;
    font-weight: bold;
    color: #4b3a5c;
    line-height: 1.4;
}

.kaynak-aciklama {
    margin: 0 !important;
    font-size: 14px;
    color: #6b5876;
    line-height: 1.5;
}

.kaynak-ok {
    color: #e3b553;
    font-size: 18px;
    font-weight: bold;
    align-self: center;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.kaynakca-bilgi-notu {
    background: linear-gradient(135deg, #FAF5FB 0%, #FFFFFF 100%);
    border-left: 4px solid #E3B553;
    padding: 18px 24px;
    margin: 28px 0 0 0;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(75, 58, 92, 0.06);
}

.kaynakca-bilgi-baslik {
    margin: 0 0 6px 0 !important;
    font-size: 13px;
    color: #a486bc;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.kaynakca-bilgi-metin {
    margin: 0 !important;
    font-size: 14px;
    line-height: 1.7;
    color: #4b3a5c;
}

.kaynakca-bilgi-metin em {
    color: #a486bc;
    font-style: italic;
}

@media (max-width: 600px) {
    .kaynak-karti {
        padding: 14px 16px;
        gap: 12px;
    }
    
    .kaynak-numara {
        min-width: 32px;
        height: 32px;
        font-size: 13px;
    }
    
    .kaynak-baslik {
        font-size: 14px;
    }
    
    .kaynak-aciklama {
        font-size: 13px;
    }
}

/* ============================================ */
/* === BLOG SSS - ACF DİNAMİK               === */
/* ============================================ */

.blog-sss-liste {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 24px 0;
}

.blog-sss-item {
    background: linear-gradient(135deg, #FAF5FB 0%, #FFFFFF 100%);
    border: 1px solid #E5D9E8;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.blog-sss-item[open] {
    border-color: #4B3A5C;
    box-shadow: 0 4px 16px rgba(75, 58, 92, 0.08);
}

.blog-sss-soru {
    cursor: pointer;
    padding: 18px 22px;
    font-size: 16px;
    font-weight: 600;
    color: #4b3a5c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    list-style: none;
    transition: color 0.2s ease;
}

.blog-sss-soru::-webkit-details-marker {
    display: none;
}

.blog-sss-soru:hover {
    color: #6B2C5F;
}

.blog-sss-icon {
    color: #4B3A5C;
    font-size: 24px;
    font-weight: 300;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    line-height: 1;
}

.blog-sss-item[open] .blog-sss-icon {
    transform: rotate(45deg);
}

.blog-sss-cevap {
    padding: 0 22px 18px 22px;
    font-size: 15px;
    line-height: 1.7;
    color: #4b3a5c;
    border-top: 1px solid #E5D9E8;
    padding-top: 16px;
}

.blog-sss-cevap p {
    margin: 0 0 12px 0;
}

.blog-sss-cevap p:last-child {
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .blog-sss-soru {
        padding: 14px 16px;
        font-size: 15px;
    }
    
    .blog-sss-cevap {
        padding: 0 16px 14px 16px;
        font-size: 14px;
    }
}
/* ============================================ */
/* === BLOG KARTLARI - DEVAMINI OKU BUTONU  === */
/* ============================================ */

/* Normal: Mor arka plan + Beyaz yazı */
.elementor-widget-archive-posts .elementor-post__read-more,
.elementor-widget-posts .elementor-post__read-more {
    display: inline-block !important;
    background: #4A3A5C !important;
    color: #FFFFFF !important;
    padding: 12px 28px !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    margin-top: 16px !important;
    border: 2px solid #4A3A5C !important;
}

/* Hover: Altın arka plan + Mor yazı */
.elementor-widget-archive-posts .elementor-post__read-more:hover,
.elementor-widget-posts .elementor-post__read-more:hover {
    background: #F9A602 !important;
    color: #4A3A5C !important;
    border-color: #F9A602 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(249, 166, 2, 0.4) !important;
}

/* "»" karakterini gizle */
.elementor-widget-archive-posts .elementor-post__read-more::after,
.elementor-widget-posts .elementor-post__read-more::after {
    display: none !important;
}/* End custom CSS */