/**
 * NewsKent & Temajet Headline Sliders - CSS Isolation & Scoping Engine (2026)
 * 
 * Her bir manşet stilinin (Pro Jet, Klasik Numaralı, Sağ Yan Listeli, Çizgili Stil 4, Küçük Resimli Alt Şerit)
 * stil kuralları kendi ana sınıfı (.headline-slider-wrap.style-X) altına izole edilmiştir.
 * Bir stilin flex/grid/yükseklik değerleri KESİNLİKLE diğer stili etkilemez.
 * 
 * @package temajet
 * @version 3.6.0
 */

/* ==========================================================================
   1. GENEL KAPSAYICI & TAŞMA ENGELLEME (OVERFLOW PROTECTION)
   ========================================================================== */
.headline-slider-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    box-sizing: border-box;
    overflow: hidden;
}

@media screen and (min-width: 769px) {
    .headline-slider-wrap {
        margin-top: 5px;
    }
}

/* Tüm Slider Resimleri İçin Kesin Boyutlandırma ve Taşma Engeli */
.headline-slider-wrap img,
.headline-slider-wrap .jet-manset-slide-item img,
.headline-slider-wrap .jet-pro-slide-img,
.headline-slider-wrap .jet-s4-img,
.headline-slider-wrap .jet-side-card-img,
.headline-slider-wrap .jet-manset-sidebar-thumb img,
.headline-slider-wrap .jet-manset-thumb-img,
.headline-slider-wrap figure img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}

/* Sahne ve Track Kapsayıcılarında Taşma Önleme */
.headline-slider-wrap .jet-manset-stage-container,
.headline-slider-wrap .jet-pro-stage,
.headline-slider-wrap .jet-s4-stage,
.headline-slider-wrap .jet-manset-slides-track,
.headline-slider-wrap .jet-s4-slides-track,
.headline-slider-wrap .jet-manset-slide-item,
.headline-slider-wrap .jet-pro-slide,
.headline-slider-wrap .jet-s4-slide {
    overflow: hidden !important;
    box-sizing: border-box !important;
}

/* 16:9 Aspect Ratio Koruma */
.headline-slider-wrap .jet-manset-stage-container,
.headline-slider-wrap .jet-s4-stage {
    aspect-ratio: 16 / 9;
    position: relative;
    width: 100%;
}

/* Dokunmatik ve Tıklama Katmanı */
.headline-slider-wrap a.jet-manset-slide-tap-layer,
.headline-slider-wrap a.jet-pro-tap-layer,
.headline-slider-wrap a.jet-s4-tap-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
    text-decoration: none;
}

/* ==========================================================================
   2. STİL 1: NEWSKENT PRO JET SLIDER (.style-pro-jet / .style-1)
   ========================================================================== */
.headline-slider-wrap.style-pro-jet,
.headline-slider-wrap.style-1 {
    display: block;
}

.headline-slider-wrap.style-pro-jet .jet-manset-hero-layout,
.headline-slider-wrap.style-1 .jet-manset-hero-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.headline-slider-wrap.style-pro-jet .jet-manset-hero-layout.has-side-news .jet-manset-hero-main,
.headline-slider-wrap.style-1 .jet-manset-hero-layout.has-side-news .jet-manset-hero-main {
    flex: 1 1 67%;
    max-width: calc(68% - 10px);
    width: calc(68% - 10px);
}

.headline-slider-wrap.style-pro-jet .jet-manset-hero-layout.has-side-news .jet-manset-hero-side,
.headline-slider-wrap.style-1 .jet-manset-hero-layout.has-side-news .jet-manset-hero-side {
    flex: 0 0 32%;
    max-width: 32%;
    width: 32%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.headline-slider-wrap.style-pro-jet .jet-manset-hero-layout.no-side-news .jet-manset-hero-main,
.headline-slider-wrap.style-1 .jet-manset-hero-layout.no-side-news .jet-manset-hero-main {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.headline-slider-wrap.style-pro-jet .jet-manset-numbers-container,
.headline-slider-wrap.style-1 .jet-manset-numbers-container {
    display: block;
    margin-top: 8px;
    width: 100%;
}

/* ==========================================================================
   3. STİL 2: KLASİK NUMARALI MANŞET (.style-classic / .style-2)
   ========================================================================== */
.headline-slider-wrap.style-classic,
.headline-slider-wrap.style-2 {
    display: block;
}

.headline-slider-wrap.style-classic .jet-manset-sidebar-tabs,
.headline-slider-wrap.style-2 .jet-manset-sidebar-tabs,
.headline-slider-wrap.style-classic .jet-manset-thumbs-container,
.headline-slider-wrap.style-2 .jet-manset-thumbs-container,
.headline-slider-wrap.style-classic .jet-s4-indicators-container,
.headline-slider-wrap.style-2 .jet-s4-indicators-container {
    display: none !important;
}

.headline-slider-wrap.style-classic .jet-manset-numbers-container,
.headline-slider-wrap.style-2 .jet-manset-numbers-container {
    display: block;
    margin-top: 10px;
    background: #f8f9fa;
    padding: 6px 10px;
    border-radius: 6px;
}

.headline-slider-wrap.style-classic .jet-manset-num-item,
.headline-slider-wrap.style-2 .jet-manset-num-item {
    min-width: 38px;
    height: 38px;
    font-size: 15px;
    font-weight: 700;
}

/* ==========================================================================
   4. STİL 3: SAĞ YAN LİSTELİ MANŞET (.style-sidebar / .style-3)
   ========================================================================== */
.headline-slider-wrap.style-sidebar,
.headline-slider-wrap.style-3 {
    display: block;
}

.headline-slider-wrap.style-sidebar .jet-manset-hero-layout,
.headline-slider-wrap.style-3 .jet-manset-hero-layout {
    display: block;
    width: 100%;
}

.headline-slider-wrap.style-sidebar .jet-manset-hero-side,
.headline-slider-wrap.style-3 .jet-manset-hero-side,
.headline-slider-wrap.style-sidebar .jet-manset-numbers-container,
.headline-slider-wrap.style-3 .jet-manset-numbers-container,
.headline-slider-wrap.style-sidebar .jet-manset-thumbs-container,
.headline-slider-wrap.style-3 .jet-manset-thumbs-container {
    display: none !important;
}

.headline-slider-wrap.style-sidebar .jet-manset-main-row,
.headline-slider-wrap.style-3 .jet-manset-main-row {
    display: flex !important;
    flex-direction: row;
    gap: 15px;
    align-items: stretch;
    width: 100%;
}

.headline-slider-wrap.style-sidebar .jet-manset-stage-container,
.headline-slider-wrap.style-3 .jet-manset-stage-container {
    flex: 1 1 68% !important;
    max-width: 68% !important;
    width: 68% !important;
    aspect-ratio: 16 / 9;
    border-radius: 8px 0 0 8px;
}

.headline-slider-wrap.style-sidebar .jet-manset-sidebar-tabs,
.headline-slider-wrap.style-3 .jet-manset-sidebar-tabs {
    flex: 0 0 32% !important;
    max-width: 32% !important;
    width: 32% !important;
    display: flex !important;
    flex-direction: column;
    background: #1e293b;
    border-radius: 0 8px 8px 0;
    overflow: hidden;
}

.headline-slider-wrap.style-sidebar .jet-manset-sidebar-list,
.headline-slider-wrap.style-3 .jet-manset-sidebar-list {
    flex: 1 1 auto;
    overflow-y: auto;
    max-height: 480px;
}

/* ==========================================================================
   5. STİL 4: ÇİZGİLİ İNDİKATÖRLÜ & TAM EKRAN MOBİL (.style-style-4 / .style-4)
   ========================================================================== */
.headline-slider-wrap.style-style-4,
.headline-slider-wrap.style-4,
.headline-slider-wrap.temajet-headline-style-4 {
    display: block;
}

.headline-slider-wrap.style-style-4 .jet-s4-container,
.headline-slider-wrap.style-4 .jet-s4-container {
    width: 100%;
    position: relative;
}

.headline-slider-wrap.style-style-4 .jet-s4-stage,
.headline-slider-wrap.style-4 .jet-s4-stage {
    aspect-ratio: 16 / 9;
    position: relative;
    border-radius: 8px 8px 0 0;
}

.headline-slider-wrap.style-style-4 .jet-s4-text-strip,
.headline-slider-wrap.style-4 .jet-s4-text-strip {
    display: block;
    background: #0f172a;
    padding: 14px 18px;
    border-radius: 0 0 8px 8px;
}

.headline-slider-wrap.style-style-4 .jet-s4-indicators-container,
.headline-slider-wrap.style-4 .jet-s4-indicators-container {
    display: block;
    margin-top: 8px;
}

/* Stil 4'te klasik buton veya sidebar tabs gizlenir */
.headline-slider-wrap.style-style-4 .jet-manset-numbers-container,
.headline-slider-wrap.style-4 .jet-manset-numbers-container,
.headline-slider-wrap.style-style-4 .jet-manset-sidebar-tabs,
.headline-slider-wrap.style-4 .jet-manset-sidebar-tabs {
    display: none !important;
}

/* ==========================================================================
   6. STİL 5: MASAÜSTÜ NUMARALI - MOBİL ÇİZGİLİ (.style-5 / .style_5)
   Referans Tasarım 1 & 2 ile Birebir (Piksel Hassasiyetinde)
   ========================================================================== */
.headline-slider-wrap.style-5,
.headline-slider-wrap.style_5,
.headline-slider-wrap.jet-manset-style-5,
.headline-slider-wrap.temajet-headline-style-5 {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.headline-slider-wrap.style-5 .slider-s5-container,
.headline-slider-wrap.style_5 .slider-s5-container {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

/* 16:9 Aspect Ratio Sahne */
.headline-slider-wrap.style-5 .slider-s5-stage,
.headline-slider-wrap.style_5 .slider-s5-stage {
    aspect-ratio: 16 / 9;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000000;
}

.headline-slider-wrap.style-5 .slider-s5-track,
.headline-slider-wrap.style_5 .slider-s5-track {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex !important;
    will-change: transform;
}

.headline-slider-wrap.style-5 .slider-s5-slide,
.headline-slider-wrap.style_5 .slider-s5-slide {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1;
}

.headline-slider-wrap.style-5 .slider-s5-slide.active,
.headline-slider-wrap.style_5 .slider-s5-slide.active {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 2;
}

.headline-slider-wrap.style-5 .slider-s5-figure,
.headline-slider-wrap.style_5 .slider-s5-figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* 1. GÖRSEL TAM BOYUTLANDIRMA VE SIĞDIRMA ZIRHI (1280x720 - 16:9 TAM OTURMA) */
.slider-image-wrap img,
.swiper-slide img,
.style-5 img,
.style_5 img,
.headline-slider-wrap.style-5 img,
.headline-slider-wrap.style_5 img,
.headline-slider-wrap.style-5 .slider-s5-img,
.headline-slider-wrap.style_5 .slider-s5-img,
.slider-s5-img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

/* 1. SLİDER İLE ALT MODÜL (YAZARLAR VB.) ARASINDAKİ BOŞLUĞU İNCELTME */
.jet-manset-hero-layout.style-5,
.style-5 .jet-manset-hero-layout,
.style_5 .jet-manset-hero-layout,
.headline-slider-wrap.style-5,
.headline-slider-wrap.style_5,
.jet-manset-wrapper.style-5,
.jet-manset-wrapper.style_5,
.jet-manset-style-5,
.temajet-headline-style-5 {
    margin-bottom: 8px !important;
    padding-bottom: 0 !important;
}

/* Slider'dan hemen sonra gelen alt modülün üst boşluğunu sıfırla */
.headline-slider-wrap.style-5 + .home-writers-section,
.headline-slider-wrap.style_5 + .home-writers-section,
.headline-slider-wrap.style-5 + .yazarlar-block,
.headline-slider-wrap.style_5 + .yazarlar-block,
.headline-slider-wrap.style-5 + .temajet-writers-module,
.headline-slider-wrap.style_5 + .temajet-writers-module,
.headline-slider-wrap.style-5 + .jet-kose-portal-module,
.headline-slider-wrap.style_5 + .jet-kose-portal-module,
.style-5 ~ .home-writers-section,
.style_5 ~ .home-writers-section,
.style-5 ~ .yazarlar-block,
.style_5 ~ .yazarlar-block,
.style-5 ~ .temajet-writers-module,
.style_5 ~ .temajet-writers-module,
.style-5 ~ .jet-kose-portal-module,
.style_5 ~ .jet-kose-portal-module {
    margin-top: 0 !important;
    padding-top: 4px !important;
}

/* 2. MASAÜSTÜ SÜRÜMDE FARE İLE SAĞA/SOLA KAYDIRMA (MOUSE DRAG / GRAB) */
.style-5 .swiper-slide,
.style_5 .swiper-slide,
.style-5 .slider-image-wrap,
.style_5 .slider-image-wrap,
.style-5 .slider-s5-slide,
.style_5 .slider-s5-slide,
.style-5 .slider-s5-stage,
.style_5 .slider-s5-stage,
.headline-slider-wrap.style-5 .slider-s5-stage,
.headline-slider-wrap.style_5 .slider-s5-stage {
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.style-5.is-dragging,
.style_5.is-dragging,
.style-5.is-grabbing,
.style_5.is-grabbing,
.headline-slider-wrap.style-5.is-dragging,
.headline-slider-wrap.style_5.is-dragging,
.headline-slider-wrap.style-5.is-grabbing,
.headline-slider-wrap.style_5.is-grabbing,
.style-5 .swiper-slide:active,
.style_5 .swiper-slide:active,
.style-5 .slider-image-wrap:active,
.style_5 .slider-image-wrap:active,
.headline-slider-wrap.style-5 .slider-s5-stage:active,
.headline-slider-wrap.style_5 .slider-s5-stage:active {
    cursor: grabbing !important;
}

/* 3. MOBİL SÜRÜMDE JET TIKLAMA VE DİKEY KAYDIRMA PERFORMANSI (INP & LCP ZIRHI) */
.headline-slider-wrap.style-5,
.headline-slider-wrap.style_5,
.headline-slider-wrap.style-5 .slider-s5-container,
.headline-slider-wrap.style_5 .slider-s5-container,
.headline-slider-wrap.style-5 .slider-s5-stage,
.headline-slider-wrap.style_5 .slider-s5-stage,
.style-5 .slider-s5-stage,
.style_5 .slider-s5-stage {
    touch-action: pan-y !important;
    -webkit-tap-highlight-color: transparent !important;
}

/* Feather-Touch Full Slide Link */
.headline-slider-wrap.style-5 .slider-s5-media-link,
.headline-slider-wrap.style_5 .slider-s5-media-link,
.headline-slider-wrap.style-5 .slider-s5-tap-layer,
.headline-slider-wrap.style_5 .slider-s5-tap-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    text-decoration: none;
    display: block;
}

/* 2. GÖRSEL ÜZERİ OVERLAY: Alt %50 yumuşak siyah karartma gradyanı */
.headline-slider-wrap.style-5 .slider-overlay-gradient,
.headline-slider-wrap.style_5 .slider-overlay-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
    pointer-events: none;
    z-index: 3;
}

/* 2. METİN KAPSAYICISI: Sol alt köşede (bottom: 15px; left: 20px; right: 20px; z-index: 5;) */
.headline-slider-wrap.style-5 .slider-text-wrap,
.headline-slider-wrap.style_5 .slider-text-wrap {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    z-index: 5;
    pointer-events: auto;
}

/* Kategori Rozeti (Panelde Aktifse): Siyah arka planlı, dik köşeli, kalın beyaz büyük harfler */
.headline-slider-wrap.style-5 .slider-cat-badge,
.headline-slider-wrap.style_5 .slider-cat-badge {
    background: #000000;
    color: #ffffff !important;
    padding: 3px 8px;
    font-size: 13px;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0 !important;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
    transition: background 0.2s ease;
}

.headline-slider-wrap.style-5 .slider-cat-badge:hover,
.headline-slider-wrap.style_5 .slider-cat-badge:hover {
    background: #cc0000;
    color: #ffffff !important;
}

/* Haber Başlığı: Kalın beyaz yazı tipi (26px, bold, max 2 satır line-clamp) */
.headline-slider-wrap.style-5 .slider-title,
.headline-slider-wrap.style_5 .slider-title {
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
}

.headline-slider-wrap.style-5 .slider-title a,
.headline-slider-wrap.style_5 .slider-title a {
    color: #ffffff !important;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 2px 4px rgba(0,0,0,0.6);
    transition: color 0.2s ease;
}

.headline-slider-wrap.style-5 .slider-title a:hover,
.headline-slider-wrap.style_5 .slider-title a:hover {
    color: #f1f5f9 !important;
}

/* Sağ / Sol Okları: Görselin dikey ortasında (top: 50%; transform: translateY(-50%)) */
.headline-slider-wrap.style-5 .slider-s5-arrow,
.headline-slider-wrap.style_5 .slider-s5-arrow {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
}

.headline-slider-wrap.style-5 .slider-s5-prev,
.headline-slider-wrap.style_5 .slider-s5-prev {
    left: 15px !important;
}

.headline-slider-wrap.style-5 .slider-s5-next,
.headline-slider-wrap.style_5 .slider-s5-next {
    right: 15px !important;
}

.headline-slider-wrap.style-5 .slider-s5-arrow:hover,
.headline-slider-wrap.style_5 .slider-s5-arrow:hover {
    background: #cc0000;
    border-color: #cc0000;
    transform: translateY(-50%) scale(1.06) !important;
}

/* 3. MASAÜSTÜ NUMARALANDIRMA BARI: Görselin hemen altına sıfır yapışık, saf beyaz, 42px */
.headline-slider-wrap.style-5 .slider-number-bar,
.headline-slider-wrap.style_5 .slider-number-bar {
    height: 42px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    width: 100%;
}

.headline-slider-wrap.style-5 .slider-number-btn,
.headline-slider-wrap.style_5 .slider-number-btn {
    flex: 1 1 0;
    background: #ffffff;
    color: #222222;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    border-right: 1px solid #f0f0f0;
    border-radius: 0 !important;
    padding: 0;
    margin: 0;
    height: 100%;
    transition: background 0.2s ease, color 0.2s ease;
    text-decoration: none;
    box-sizing: border-box;
}

/* 2. MASAÜSTÜ NUMARATÖR HOVER / AKTİF RENK AYARI (CODESTAR PANEL) */
.style-5 .slider-number-bar .num-item:hover,
.style-5 .slider-number-bar .num-item.active,
.style-5 .slider-number-btn:hover,
.style-5 .slider-number-btn.active,
.style_5 .slider-number-btn:hover,
.style_5 .slider-number-btn.active,
.headline-slider-wrap.style-5 .slider-number-btn:hover,
.headline-slider-wrap.style-5 .slider-number-btn.active,
.headline-slider-wrap.style_5 .slider-number-btn:hover,
.headline-slider-wrap.style_5 .slider-number-btn.active {
    background-color: var(--style5-num-hover-color, #e60808) !important;
    color: #ffffff !important;
    border-color: var(--style5-num-hover-color, #e60808) !important;
}

.style-5 .slider-number-btn.active .num-text,
.style_5 .slider-number-btn.active .num-text,
.headline-slider-wrap.style-5 .slider-number-btn.active .num-text,
.headline-slider-wrap.style_5 .slider-number-btn.active .num-text {
    color: #ffffff !important;
}

.headline-slider-wrap.style-5 .slider-number-btn:last-child,
.headline-slider-wrap.style_5 .slider-number-btn:last-child {
    border-right: none;
}

/* 3. MOBİL KESİK ÇİZGİ GÖSTERGE RENKLERİ (BEYAZ PASİF & DİNAMİK AKTİF) */
.headline-slider-wrap.style-5 .slider-line-indicators,
.headline-slider-wrap.style_5 .slider-line-indicators {
    position: absolute;
    bottom: 8px;
    left: 10px;
    right: 10px;
    z-index: 10;
    display: flex;
    gap: 4px;
    align-items: center;
}

.style-5 .swiper-pagination-bullet,
.style_5 .swiper-pagination-bullet,
.style-5 .slick-dots li button,
.style-5 .slick-dots li button:before,
.style-5 .slider-line-seg,
.style_5 .slider-line-seg,
.headline-slider-wrap.style-5 .slider-line-seg,
.headline-slider-wrap.style_5 .slider-line-seg {
    flex: 1 1 0;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.7) !important;
    color: transparent !important;
    border: none;
    padding: 0;
    border-radius: 2px;
    cursor: pointer;
    opacity: 1 !important;
    transition: all 0.3s ease;
}

.style-5 .swiper-pagination-bullet-active,
.style_5 .swiper-pagination-bullet-active,
.style-5 .slick-dots li.slick-active button,
.style-5 .slick-dots li.slick-active button:before,
.style-5 .slider-line-seg.active,
.style_5 .slider-line-seg.active,
.headline-slider-wrap.style-5 .slider-line-seg.active,
.headline-slider-wrap.style_5 .slider-line-seg.active {
    background-color: var(--style5-mobile-dot-active-color, #e60808) !important;
    opacity: 1 !important;
}

/* ==========================================================================
   KIRILIMLAR: MASAÜSTÜ (min-width: 769px) vs MOBİL (max-width: 768px)
   ========================================================================== */
@media screen and (min-width: 769px) {
    /* Masaüstünde mobil çizgili bar tamamen gizli */
    .headline-slider-wrap.style-5 .slider-line-indicators,
    .headline-slider-wrap.style_5 .slider-line-indicators {
        display: none !important;
    }

    /* Masaüstünde numaralandırma barı aktif ve 42px */
    .headline-slider-wrap.style-5 .slider-number-bar,
    .headline-slider-wrap.style_5 .slider-number-bar {
        display: flex !important;
        height: 42px !important;
    }

    /* 2. MASAÜSTÜ SLİDER VE YAN KUTULARI KURTARMA: align-items: start; */
    .style-5 .jet-manset-hero-layout.has-side-news,
    .style_5 .jet-manset-hero-layout.has-side-news,
    .jet-manset-style-5 .jet-manset-hero-layout.has-side-news,
    .temajet-headline-style-5 .jet-manset-hero-layout.has-side-news {
        display: grid !important;
        grid-template-columns: 68% calc(32% - 16px) !important;
        gap: 16px !important;
        align-items: start !important;
    }

    .style-5 .jet-manset-hero-layout.has-side-news .jet-manset-hero-main,
    .style_5 .jet-manset-hero-layout.has-side-news .jet-manset-hero-main,
    .jet-manset-style-5 .jet-manset-hero-layout.has-side-news .jet-manset-hero-main,
    .temajet-headline-style-5 .jet-manset-hero-layout.has-side-news .jet-manset-hero-main {
        display: flex !important;
        flex-direction: column !important;
        min-width: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .style-5 .jet-manset-hero-layout.has-side-news .headline-slider-wrap,
    .style_5 .jet-manset-hero-layout.has-side-news .headline-slider-wrap,
    .jet-manset-style-5 .jet-manset-hero-layout.has-side-news .headline-slider-wrap,
    .temajet-headline-style-5 .jet-manset-hero-layout.has-side-news .headline-slider-wrap {
        margin-bottom: 0 !important;
    }

    .style-5 .jet-manset-hero-layout.has-side-news .slider-s5-container,
    .style_5 .jet-manset-hero-layout.has-side-news .slider-s5-container,
    .jet-manset-style-5 .jet-manset-hero-layout.has-side-news .slider-s5-container,
    .temajet-headline-style-5 .jet-manset-hero-layout.has-side-news .slider-s5-container {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .style-5 .jet-manset-hero-layout.has-side-news .slider-s5-stage,
    .style_5 .jet-manset-hero-layout.has-side-news .slider-s5-stage,
    .jet-manset-style-5 .jet-manset-hero-layout.has-side-news .slider-s5-stage,
    .temajet-headline-style-5 .jet-manset-hero-layout.has-side-news .slider-s5-stage {
        aspect-ratio: 16 / 9 !important;
        width: 100% !important;
    }

    .style-5 .jet-manset-hero-layout.has-side-news .slider-number-bar,
    .style_5 .jet-manset-hero-layout.has-side-news .slider-number-bar,
    .jet-manset-style-5 .jet-manset-hero-layout.has-side-news .slider-number-bar,
    .temajet-headline-style-5 .jet-manset-hero-layout.has-side-news .slider-number-bar {
        flex: 0 0 42px !important;
        height: 42px !important;
    }

    /* Sağ Kolon (2'li Haber Kutusu): Kutuların görsellerine aspect-ratio: 16 / 9; object-fit: cover; */
    .style-5 .jet-manset-hero-layout.has-side-news .jet-manset-hero-side,
    .style_5 .jet-manset-hero-layout.has-side-news .jet-manset-hero-side,
    .jet-manset-style-5 .jet-manset-hero-layout.has-side-news .jet-manset-hero-side,
    .temajet-headline-style-5 .jet-manset-hero-layout.has-side-news .jet-manset-hero-side {
        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;
        justify-content: space-between !important;
        min-width: 0 !important;
        margin: 0 !important;
    }

    .style-5 .jet-manset-hero-layout.has-side-news .jet-side-card-item,
    .style_5 .jet-manset-hero-layout.has-side-news .jet-side-card-item,
    .jet-manset-style-5 .jet-manset-hero-layout.has-side-news .jet-side-card-item,
    .temajet-headline-style-5 .jet-manset-hero-layout.has-side-news .jet-side-card-item {
        position: relative !important;
        border-radius: 0 !important;
        overflow: visible !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        display: flex !important;
        flex-direction: column !important;
        background: transparent !important;
    }

    .style-5 .jet-manset-hero-layout.has-side-news .jet-side-card-link,
    .style_5 .jet-manset-hero-layout.has-side-news .jet-side-card-link,
    .jet-manset-style-5 .jet-manset-hero-layout.has-side-news .jet-side-card-link,
    .temajet-headline-style-5 .jet-manset-hero-layout.has-side-news .jet-side-card-link {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
        text-decoration: none !important;
    }

    .style-5 .jet-manset-hero-layout.has-side-news .side-card-media-wrap,
    .style_5 .jet-manset-hero-layout.has-side-news .side-card-media-wrap,
    .jet-manset-style-5 .jet-manset-hero-layout.has-side-news .side-card-media-wrap,
    .temajet-headline-style-5 .jet-manset-hero-layout.has-side-news .side-card-media-wrap {
        position: relative !important;
        width: 100% !important;
        aspect-ratio: 16 / 9 !important;
        overflow: hidden !important;
        border-radius: 4px !important;
        flex-shrink: 0 !important;
    }

    .style-5 .jet-manset-hero-layout.has-side-news .jet-side-card-item img,
    .style_5 .jet-manset-hero-layout.has-side-news .jet-side-card-item img,
    .jet-manset-style-5 .jet-manset-hero-layout.has-side-news .jet-side-card-item img,
    .temajet-headline-style-5 .jet-manset-hero-layout.has-side-news .jet-side-card-item img {
        width: 100% !important;
        height: 100% !important;
        aspect-ratio: 16 / 9 !important;
        object-fit: cover !important;
        object-position: center !important;
        display: block !important;
        border-radius: 4px !important;
        flex-shrink: 0 !important;
    }
}

/* ==========================================================================
   SLİDER YANI 2'Lİ HABER KUTULARI (REFERANS TASARIM & CODESTAR UYUMLU ZIRH)
   ========================================================================== */
/* 1. Görsel üzerindeki TÜM siyah overlay, gradient, ::after ve ::before katmanlarını tamamen kaldır */
.slider-side-blocks .jet-side-card-overlay,
.jet-manset-hero-side .jet-side-card-overlay,
.jet-side-card-overlay,
.slider-side-blocks .jet-side-card-item::before,
.slider-side-blocks .jet-side-card-item::after,
.jet-manset-hero-side .jet-side-card-item::before,
.jet-manset-hero-side .jet-side-card-item::after,
.jet-side-card-item::before,
.jet-side-card-item::after,
.side-news-card::before,
.side-news-card::after {
    display: none !important;
    content: none !important;
}

/* 2. Kart yapısı ve arka plan temizliği (siyah zeminleri temizle, şeffaf/temiz zemin) */
.slider-side-blocks .side-news-card,
.slider-side-blocks .jet-side-card-item,
.jet-manset-hero-side .jet-side-card-item {
    position: relative !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 0 !important;
}

.slider-side-blocks .jet-side-card-link,
.slider-side-blocks .side-news-card-link {
    display: block !important;
    text-decoration: none !important;
    width: 100% !important;
    height: 100% !important;
}

.slider-side-blocks .side-card-media-wrap {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
    border-radius: 4px !important;
}

/* 3. Görseller: aspect-ratio: 16 / 9; object-fit: cover; width: 100%; border-radius: 4px; display: block; */
.slider-side-blocks .jet-side-card-img,
.slider-side-blocks .side-news-thumb,
.jet-manset-hero-side .jet-side-card-img {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 4px !important;
    display: block !important;
    transform: none !important;
    transition: opacity 0.2s ease, transform 0.3s ease !important;
}

.slider-side-blocks .jet-side-card-item:hover .jet-side-card-img,
.slider-side-blocks .side-news-card:hover .side-news-thumb {
    transform: scale(1.03) !important;
}

/* 4. Kategori rozeti */
.slider-side-blocks .category-badge,
.slider-side-blocks .jet-side-card-badge {
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
    z-index: 3 !important;
    padding: 3px 8px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border-radius: 3px !important;
    line-height: 1 !important;
    background-color: var(--side-cat-badge-bg, #000000) !important;
    color: #ffffff !important;
}

/* 5. Haber başlıkları: Görselin TAM ALTINDA, beyaz/transparan zemin üzerinde */
.slider-side-blocks .jet-side-card-content,
.slider-side-blocks .side-news-body {
    position: static !important;
    width: 100% !important;
    padding: 8px 0 0 0 !important;
    background: transparent !important;
    color: #222222 !important;
    box-sizing: border-box !important;
}

.slider-side-blocks .news-title,
.slider-side-blocks .jet-side-card-title,
.side-news-card .news-title,
.slider-side-blocks .title-wrapper {
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    font-family: var(--side-title-font, inherit) !important;
    font-size: var(--side-title-size, 14px) !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    color: var(--side-title-color, #222222) !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-shadow: none !important;
    transition: color 0.2s ease !important;
}

.slider-side-blocks .side-news-card:hover .news-title,
.slider-side-blocks .side-news-card .news-title:hover,
.slider-side-blocks .jet-side-card-item:hover .jet-side-card-title,
.side-news-card:hover .news-title,
.side-news-card .news-title:hover {
    color: var(--side-title-hover-color, #e60808) !important;
}

.side-news-card .category-badge {
    background-color: var(--side-cat-badge-bg, #000000) !important;
    color: #ffffff !important;
}

.slider-side-blocks .jet-side-card-meta,
.slider-side-blocks .side-news-meta {
    margin-top: 4px !important;
    font-size: 12px !important;
    color: #888888 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

@media screen and (max-width: 768px) {
    /* 3. MOBİL DÜZEN VE YAZARLAR MODÜLÜ ARASI İNCE ÇİZGİ BOŞLUK */
    /* Mobil Görsel Alanı: Tam ekrana sıfıra sıfır oturması için sağ/sol boşlukları sıfırla */
    .style-5 > .container,
    .style_5 > .container,
    .temajet-headline-style-5 > .container,
    .jet-manset-style-5 > .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .style-5 .jet-manset-hero-layout,
    .style_5 .jet-manset-hero-layout,
    .temajet-headline-style-5 .jet-manset-hero-layout,
    .jet-manset-style-5 .jet-manset-hero-layout {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
        display: block !important;
        gap: 0 !important;
    }

    .style-5 .jet-manset-hero-main,
    .style_5 .jet-manset-hero-main,
    .temajet-headline-style-5 .jet-manset-hero-main,
    .jet-manset-style-5 .jet-manset-hero-main {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* 1. Alt Modül (Yazarlar vb.) İle Sıfıra Yakın İnce Çizgi Boşluğu: 4px */
    .headline-slider-wrap.style-5,
    .headline-slider-wrap.style_5,
    .headline-slider-wrap.jet-manset-style-5,
    .headline-slider-wrap.temajet-headline-style-5,
    .style-5.jet-manset-wrapper,
    .style_5.jet-manset-wrapper,
    .jet-manset-hero-layout.style-5,
    .style-5 .jet-manset-hero-layout,
    .style_5 .jet-manset-hero-layout {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 4px !important;
        padding-bottom: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 0 !important;
        padding: 0 !important;
    }

    /* Container padding sıfırlanamadığı durumlar için negatif margin koruması */
    .container > .headline-slider-wrap.style-5,
    .container > .headline-slider-wrap.style_5 {
        margin-left: -15px !important;
        margin-right: -15px !important;
        margin-bottom: 4px !important;
        padding-bottom: 0 !important;
        width: calc(100% + 30px) !important;
        max-width: calc(100% + 30px) !important;
        padding: 0 !important;
    }

    /* Slider'dan hemen sonra gelen alt modülün üst boşluğunu sıfırla: margin-top: 0; padding-top: 2px; */
    .home-writers-section,
    .yazarlar-block,
    .temajet-writers-module,
    .jet-kose-portal-module,
    .jet-manset-hero-layout.style-5 + div,
    .headline-slider-wrap.style-5 + div,
    .headline-slider-wrap.style_5 + div {
        margin-top: 0 !important;
        padding-top: 2px !important;
    }

    .headline-slider-wrap.style-5 .slider-s5-container,
    .headline-slider-wrap.style_5 .slider-s5-container {
        border-radius: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Mobilde 2'li yan haber kutuları kontrolü: Panelden kapalıysa (.hide-on-mobile) gizle */
    .slider-side-blocks.hide-on-mobile,
    .slider-side-blocks.mobile-hidden,
    .jet-manset-hero-side.hide-on-mobile,
    .jet-manset-hero-side.mobile-hidden,
    .style-5 .jet-manset-hero-side.hide-on-mobile,
    .style_5 .jet-manset-hero-side.hide-on-mobile,
    .temajet-headline-style-5 .jet-manset-hero-side.hide-on-mobile,
    .jet-manset-style-5 .jet-manset-hero-side.hide-on-mobile {
        display: none !important;
    }

    /* Mobilde aktif edilmişse Slider altında 2 eşit yan yana kutu (50% - 50% grid) */
    .slider-side-blocks:not(.hide-on-mobile),
    .jet-manset-hero-side:not(.hide-on-mobile) {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
        width: 100% !important;
        margin-top: 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .slider-side-blocks:not(.hide-on-mobile) .side-news-card,
    .slider-side-blocks:not(.hide-on-mobile) .jet-side-card-item,
    .jet-manset-hero-side:not(.hide-on-mobile) .jet-side-card-item {
        width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .slider-side-blocks:not(.hide-on-mobile) .news-title,
    .slider-side-blocks:not(.hide-on-mobile) .jet-side-card-title {
        font-size: 13px !important;
        line-height: 1.3 !important;
    }

    /* Mobilde numaralandırma barı tamamen gizli */
    .headline-slider-wrap.style-5 .slider-number-bar,
    .headline-slider-wrap.style_5 .slider-number-bar {
        display: none !important;
    }

    /* 1. Mobil Görsel ve Slider Yüksekliği: aspect-ratio: 4 / 3 !important; min-height: 340px !important; */
    .headline-slider-wrap.style-5 .slider-s5-stage,
    .headline-slider-wrap.style_5 .slider-s5-stage,
    .style-5 .slider-s5-stage,
    .style_5 .slider-s5-stage {
        aspect-ratio: 4 / 3 !important;
        min-height: 340px !important;
        width: 100% !important;
        border-radius: 0 !important;
    }

    .headline-slider-wrap.style-5 .slider-s5-img,
    .headline-slider-wrap.style_5 .slider-s5-img,
    .style-5 .slider-s5-img,
    .style_5 .slider-s5-img,
    .style-5 .swiper-slide img,
    .style_5 .swiper-slide img {
        width: 100% !important;
        height: 100% !important;
        aspect-ratio: 4 / 3 !important;
        min-height: 340px !important;
        object-fit: cover !important;
        object-position: center center !important;
        border-radius: 0 !important;
        display: block !important;
    }

    /* Çizgili göstergeleri (position: absolute; bottom: 8px; left: 10px; right: 10px;) koru */
    .headline-slider-wrap.style-5 .slider-line-indicators,
    .headline-slider-wrap.style_5 .slider-line-indicators {
        position: absolute !important;
        bottom: 8px !important;
        left: 10px !important;
        right: 10px !important;
        z-index: 10 !important;
        display: flex !important;
        gap: 4px !important;
        align-items: center !important;
    }

    /* Mobilde metin kapsayıcısı çizgilerin üzerine binmesin diye bottom: 25px */
    .headline-slider-wrap.style-5 .slider-text-wrap,
    .headline-slider-wrap.style_5 .slider-text-wrap {
        bottom: 25px !important;
        left: 12px !important;
        right: 12px !important;
    }

    .headline-slider-wrap.style-5 .slider-title,
    .headline-slider-wrap.style_5 .slider-title {
        font-size: 18px !important;
        line-height: 1.25 !important;
    }

    .headline-slider-wrap.style-5 .slider-cat-badge,
    .headline-slider-wrap.style_5 .slider-cat-badge {
        font-size: 11px !important;
        padding: 2px 6px !important;
        margin-bottom: 5px !important;
    }

    .headline-slider-wrap.style-5 .slider-s5-arrow,
    .headline-slider-wrap.style_5 .slider-s5-arrow {
        width: 34px !important;
        height: 34px !important;
    }
}

/* ==========================================================================
   STİL: KÜÇÜK RESİMLİ (THUMBNAIL) ALT ŞERİT (.style-thumbs)
   ========================================================================== */
.headline-slider-wrap.style-thumbs {
    display: block;
}

.headline-slider-wrap.style-thumbs .jet-manset-numbers-container,
.headline-slider-wrap.style-thumbs .jet-manset-sidebar-tabs {
    display: none !important;
}

.headline-slider-wrap.style-thumbs .jet-manset-thumbs-container {
    display: block !important;
    width: 100%;
    margin-top: 10px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.headline-slider-wrap.style-thumbs .jet-manset-thumbs-bar {
    display: flex;
    gap: 8px;
}

.headline-slider-wrap.style-thumbs .jet-manset-thumb-item {
    flex: 0 0 140px;
    width: 140px;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    background: #1e293b;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

/* ==========================================================================
   7. MOBİL & TABLET RESPONSIVE KORUMASI (SIFIR TAŞMA & EQUAL HEIGHT)
   ========================================================================== */
@media screen and (max-width: 991px) {
    .headline-slider-wrap.style-pro-jet .jet-manset-hero-layout.has-side-news .jet-manset-hero-main,
    .headline-slider-wrap.style-1 .jet-manset-hero-layout.has-side-news .jet-manset-hero-main,
    .headline-slider-wrap.style-pro-jet .jet-manset-hero-layout.has-side-news .jet-manset-hero-side,
    .headline-slider-wrap.style-1 .jet-manset-hero-layout.has-side-news .jet-manset-hero-side,
    .headline-slider-wrap.style-sidebar .jet-manset-main-row,
    .headline-slider-wrap.style-3 .jet-manset-main-row {
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .headline-slider-wrap.style-sidebar .jet-manset-stage-container,
    .headline-slider-wrap.style-3 .jet-manset-stage-container,
    .headline-slider-wrap.style-sidebar .jet-manset-sidebar-tabs,
    .headline-slider-wrap.style-3 .jet-manset-sidebar-tabs {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        border-radius: 8px !important;
    }

    .headline-slider-wrap.style-sidebar .jet-manset-sidebar-list,
    .headline-slider-wrap.style-3 .jet-manset-sidebar-list {
        max-height: 280px;
    }
}

@media screen and (max-width: 768px) {
    .headline-slider-wrap {
        margin-bottom: 18px;
    }
    
    .headline-slider-wrap .jet-manset-stage-container,
    .headline-slider-wrap .jet-s4-stage {
        aspect-ratio: 16 / 9;
        min-height: 200px;
    }

    .headline-slider-wrap .jet-manset-numbers-bar {
        gap: 4px;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 4px;
    }
}
