/**
 * Temajet - Tekil Haber & Kategori Sayfaları Kesintisiz Sticky Sağ Sütun Stilleri
 * 0 CLS, Sıfır Dış API, Pure CSS Sticky (.temajet-sticky-layout & .temajet-sidebar)
 * ULTRA-MODERN ULUSAL HABER AJANSI YENİ NESİL SAĞ SİDEBAR TASARIMI
 * 
 * Specificity Guard: .single-post .sidebar-widget & .jet-sidebar baz alınarak
 * tüm eski tema stilleri sıfır kalıntıyla ezilmiştir.
 */

/* ==========================================================================
   1. Ana Şablon Düzeni ve Sonsuz Akış Sticky Yapısı (Masaüstü: >= 1025px)
   ========================================================================== */
@media screen and (min-width: 1025px) {
    .temajet-sticky-layout,
    .single-content-wrapper,
    body.single #jet-home-area > .row,
    body.category #jet-home-area > .row,
    body.archive #jet-home-area > .row {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: flex-start !important;
        gap: 24px !important;
    }

    body.single,
    body.category,
    body.archive,
    body.single #page,
    body.category #page,
    body.archive #page,
    body.single #primary,
    body.category #primary,
    body.archive #primary,
    body.single article,
    body.single #jet-home-area,
    body.category #jet-home-area,
    body.archive #jet-home-area {
        overflow: visible !important;
    }
}

/* Mobil & Tablet (<= 1024px): Taşma Kilidi ve Sıfır Boşluk Koruması */
@media screen and (max-width: 1024px) {
    html,
    body,
    body.single,
    body.category,
    body.archive,
    body.single #page,
    body.category #page,
    body.archive #page,
    body.single #primary,
    body.category #primary,
    body.archive #primary,
    body.single article,
    body.single #jet-home-area,
    body.category #jet-home-area,
    body.archive #jet-home-area {
        overflow-x: hidden !important;
        max-width: 100vw !important;
    }

    .temajet-sticky-layout,
    .single-content-wrapper,
    body.single #jet-home-area > .row,
    body.category #jet-home-area > .row,
    body.archive #jet-home-area > .row {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .temajet-sticky-layout > #jet-home-main,
    .single-content-wrapper > #jet-home-main,
    .single-content-wrapper > .jet-single-area,
    #jet-home-main.jet-single-area {
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
    }

    body.single #jet-home-area,
    body.category #jet-home-area,
    body.archive #jet-home-area {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
}

@media screen and (min-width: 1025px) {
    .temajet-sidebar,
    .single-sidebar,
    body.single .jet-sidebar,
    body.single-post .jet-sidebar,
    body.category .jet-sidebar,
    body.archive .jet-sidebar {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 90px !important;
        height: fit-content !important;
        flex: 0 0 320px !important;
        max-width: 320px !important;
        width: 320px !important;
        align-self: flex-start !important;
        z-index: 99 !important;
    }

    .temajet-sticky-layout > #jet-home-main,
    .single-content-wrapper > #jet-home-main,
    .single-content-wrapper > .jet-single-area {
        flex: 1 1 calc(100% - 344px) !important;
        max-width: calc(100% - 344px) !important;
        min-width: 0 !important;
    }

    .single-sidebar-inner,
    body.single .jet-single-sticky-wrapper,
    body.single-post .jet-single-sticky-wrapper,
    body.category .jet-single-sticky-wrapper,
    body.archive .jet-single-sticky-wrapper {
        max-height: calc(100vh - 105px) !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        padding-right: 2px !important;
        scrollbar-width: thin !important;
        scrollbar-color: rgba(148, 163, 184, 0.3) transparent !important;
    }

    .single-sidebar-inner::-webkit-scrollbar,
    body.single .jet-single-sticky-wrapper::-webkit-scrollbar,
    body.category .jet-single-sticky-wrapper::-webkit-scrollbar {
        width: 4px !important;
    }

    .single-sidebar-inner::-webkit-scrollbar-track,
    body.single .jet-single-sticky-wrapper::-webkit-scrollbar-track,
    body.category .jet-single-sticky-wrapper::-webkit-scrollbar-track {
        background: transparent !important;
    }

    .single-sidebar-inner::-webkit-scrollbar-thumb,
    body.single .jet-single-sticky-wrapper::-webkit-scrollbar-thumb,
    body.category .jet-single-sticky-wrapper::-webkit-scrollbar-thumb {
        background: rgba(148, 163, 184, 0.3) !important;
        border-radius: 4px !important;
    }

    .single-sidebar-inner::-webkit-scrollbar-thumb:hover,
    body.single .jet-single-sticky-wrapper::-webkit-scrollbar-thumb:hover {
        background: rgba(148, 163, 184, 0.6) !important;
    }
}

/* Mobil ve Tablet Uyumu: Mobilde Sidebar Gizleme */
@media screen and (max-width: 1024px) {
    .temajet-sidebar.tj-sidebar-hide-mobile,
    .single-sidebar.tj-sidebar-hide-mobile,
    .jet-sidebar.tj-sidebar-hide-mobile,
    body.single .jet-single-sidebar.tj-sidebar-hide-mobile,
    body.single-post .jet-single-sidebar.tj-sidebar-hide-mobile,
    body.category .jet-single-sidebar.tj-sidebar-hide-mobile,
    body.archive .jet-single-sidebar.tj-sidebar-hide-mobile {
        display: none !important;
    }

    .temajet-sticky-layout > #jet-home-main,
    .single-content-wrapper > #jet-home-main {
        max-width: 100% !important;
        width: 100% !important;
        flex: 1 1 100% !important;
    }
}

@media screen and (max-width: 991px) {
    .tj-sidebar-hide-mobile,
    .jet-sidebar.tj-sidebar-hide-mobile {
        display: none !important;
    }
}

/* ==========================================================================
   2. Modül Kapsayıcısı ve Kurumsal Kart Yapısı (Sıfır Arka Plan & Temiz Yapı)
   ========================================================================== */
.single-post .jet-sidebar-news-wrapper,
.jet-sidebar-news-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.single-post .sidebar-widget.jet-sidebar-news-block,
.single-post .jet-sidebar-news-block,
.sidebar-widget.jet-sidebar-news-block,
.jet-sidebar-news-block {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    transition: none !important;
}

/* ==========================================================================
   3. YENİ NESİL BİLEŞEN BAŞLIKLARI (Ultra-Clean Headers)
   - Başlık arka planlarını tamamen temizle (transparent)
   - Sol Başlık: 15px, 900, #0f172a, uppercase, letter-spacing: -0.2px, modern font
   - Sol Çizgi: 4px kalınlığında 18px yüksekliğinde dikey kırmızı kavisli çizgi (#e11d48, r: 2px)
   - Sağ Rozetler: Şeffaf zemin üzerine kırmızı kenarlıklı minimalist pill
     (border: 1px solid #ffe4e6; background: #fff1f2; color: #e11d48; 10px, 800, r: 99px)
   ========================================================================== */
.single-post .sidebar-widget .jet-sidebar-block-header,
.single-post .jet-sidebar-block-header,
.sidebar-widget .jet-sidebar-block-header,
.jet-sidebar-block-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 0 12px 0 !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #f1f5f9 !important;
    margin-bottom: 14px !important;
}

.single-post .sidebar-widget .jet-sidebar-block-header .header-left,
.jet-sidebar-block-header .header-left {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
}

/* Sol Dikey Kırmızı Kavisli Vurgu Çizgisi */
.single-post .sidebar-widget .header-title-bar,
.single-post .jet-sidebar-block-header .header-title-bar,
.jet-sidebar-block-header .header-title-bar,
.header-title-bar {
    width: 4px !important;
    height: 18px !important;
    background: #e11d48 !important;
    border-radius: 2px !important;
    margin-right: 8px !important;
    flex-shrink: 0 !important;
    display: inline-block !important;
}

/* Eski ikonları gizle */
.single-post .sidebar-widget .header-icon,
.jet-sidebar-block-header .header-icon,
.stream-live-pulse {
    display: none !important;
}

/* Sol Başlık Metni */
.single-post .sidebar-widget .header-title,
.single-post .jet-sidebar-block-header .header-title,
.jet-sidebar-block-header .header-title {
    font-size: 15px !important;
    font-weight: 900 !important;
    color: #0f172a !important;
    text-transform: uppercase !important;
    letter-spacing: -0.2px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}

/* Sağ Rozetler (ÖZEL, TREND, SON AKIŞ) */
.single-post .sidebar-widget .header-tag,
.single-post .jet-sidebar-block-header .header-tag,
.jet-sidebar-block-header .header-tag {
    border: 1px solid #ffe4e6 !important;
    background: #fff1f2 !important;
    color: #e11d48 !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    padding: 2px 8px !important;
    border-radius: 99px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1 !important;
    margin: 0 !important;
}

/* ==========================================================================
   4. WIDGET 1: EDITÖRÜN SEÇTİKLERİ (Kavisli Premium Kart Düzeni)
   - Kart Kutusu: background: #f8fafc; border-radius: 8px; padding: 10px;
                  margin-bottom: 10px; border: 1px solid #f1f5f9;
   - Görsel: width: 95px; height: 68px; border-radius: 6px; object-fit: cover; flex-shrink: 0;
   - Kategori Etiketi: background: #e11d48; color: #fff; font-size: 9px;
                       font-weight: 800; padding: 1px 6px; border-radius: 3px;
                       display: inline-block; margin-bottom: 4px;
   - Başlık: font-size: 13px; font-weight: 700; color: #1e293b; line-height: 1.35;
             display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
             overflow: hidden;
   ========================================================================== */
.single-post .sidebar-widget .editor-list,
.jet-sidebar-news-list.editor-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
}

.single-post .sidebar-widget .jet-sidebar-news-item.editor-item,
.single-post .jet-sidebar-news-item.editor-item,
.jet-sidebar-news-item.editor-item {
    background: #f8fafc !important;
    border-radius: 8px !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
    border: 1px solid #f1f5f9 !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
    position: relative !important;
}

.single-post .sidebar-widget .jet-sidebar-news-item.editor-item:last-child,
.jet-sidebar-news-item.editor-item:last-child {
    margin-bottom: 0 !important;
}

.single-post .sidebar-widget .jet-sidebar-news-item.editor-item:hover,
.jet-sidebar-news-item.editor-item:hover {
    background: #ffffff !important;
    border-color: #e2e8f0 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    transform: translateY(-1px) !important;
}

.single-post .sidebar-widget .editor-item .item-link,
.jet-sidebar-news-item.editor-item .item-link {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    color: inherit !important;
    background: transparent !important;
}

/* Editörün Seçtikleri Görsel: 95px x 68px */
.single-post .sidebar-widget .editor-item .item-thumb-box,
.jet-sidebar-news-item.editor-item .item-thumb-box {
    width: 95px !important;
    height: 68px !important;
    flex: 0 0 95px !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    background-color: #e2e8f0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.single-post .sidebar-widget .editor-item .item-thumb-box img,
.jet-sidebar-news-item.editor-item .item-thumb-box img {
    width: 95px !important;
    height: 68px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
    display: block !important;
    flex-shrink: 0 !important;
    transition: transform 0.25s ease !important;
}

.single-post .sidebar-widget .editor-item:hover .item-thumb-box img,
.jet-sidebar-news-item.editor-item:hover .item-thumb-box img {
    transform: scale(1.05) !important;
}

.single-post .sidebar-widget .editor-item .item-content-box,
.jet-sidebar-news-item.editor-item .item-content-box {
    flex: 1 !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Kategori Etiketi: Kapsül Şeklinde Mini Etiket */
.single-post .sidebar-widget .editor-item .item-cat-badge,
.jet-sidebar-news-item.editor-item .item-cat-badge {
    background: #e11d48 !important;
    color: #ffffff !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    padding: 1px 6px !important;
    border-radius: 3px !important;
    display: inline-block !important;
    margin-bottom: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    line-height: 1.3 !important;
    border: none !important;
}

/* Başlık: 13px, 700, #1e293b, 1.35 line-height, 2 satır clamp */
.single-post .sidebar-widget .editor-item .item-title,
.jet-sidebar-news-item.editor-item .item-title {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    line-height: 1.35 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin: 0 0 3px 0 !important;
    padding: 0 !important;
    transition: color 0.15s ease !important;
}

.single-post .sidebar-widget .editor-item:hover .item-title,
.jet-sidebar-news-item.editor-item:hover .item-title {
    color: #e11d48 !important;
}

/* Alt Meta */
.single-post .sidebar-widget .editor-item .item-meta,
.jet-sidebar-news-item.editor-item .item-meta {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 10.5px !important;
    color: #94a3b8 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.single-post .sidebar-widget .editor-item .item-meta i,
.jet-sidebar-news-item.editor-item .item-meta i {
    font-size: 9.5px !important;
    margin-right: 2px !important;
}

/* ==========================================================================
   5. WIDGET 2: EN ÇOK OKUNAN GÜNDEM (Minimalist Numaralı Sıralama)
   - Sol Sıra Numarası: font-size: 28px; font-weight: 900; color: #cbd5e1;
                        width: 30px; line-height: 1; flex-shrink: 0; text-align: center;
                        İlk 3 sıradaki numaranın rengi: color: #e11d48 !important;
   - Görseller: width: 75px; height: 52px; border-radius: 6px; object-fit: cover; flex-shrink: 0;
   - Başlıklar: text-transform: none !important; font-size: 13px; font-weight: 700;
                color: #0f172a; line-height: 1.3; (büyük harf zorlaması yok)
   - Okunma Sayısı: Kartın sağ altına göz ikonuyla silik ve kibar badge
     (font-size: 10px; color: #64748b; background: #f1f5f9; padding: 2px 6px; border-radius: 4px;)
   ========================================================================== */
.single-post .sidebar-widget .trend-list,
.jet-sidebar-news-list.trend-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
}

.single-post .sidebar-widget .jet-sidebar-news-item.trend-item,
.single-post .jet-sidebar-news-item.trend-item,
.jet-sidebar-news-item.trend-item {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    transition: background-color 0.15s ease !important;
    box-sizing: border-box !important;
}

.single-post .sidebar-widget .jet-sidebar-news-item.trend-item:last-child,
.jet-sidebar-news-item.trend-item:last-child {
    border-bottom: none !important;
}

.single-post .sidebar-widget .trend-item .item-link,
.jet-sidebar-news-item.trend-item .item-link {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    color: inherit !important;
    background: transparent !important;
}

/* Sol Taraftaki Devasa Ama Şeffaf-Gri Tipografik Sıra Numarası */
.single-post .sidebar-widget .trend-item .item-rank-num,
.jet-sidebar-news-item.trend-item .item-rank-num {
    font-size: 28px !important;
    font-weight: 900 !important;
    color: #cbd5e1 !important;
    width: 30px !important;
    min-width: 30px !important;
    height: auto !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
    text-align: center !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.single-post .sidebar-widget .trend-item .item-rank-num span,
.jet-sidebar-news-item.trend-item .item-rank-num span {
    line-height: 1 !important;
}

/* İlk 3 Sıradaki Numaralar Kırmızı Vurgulu (#e11d48) */
.single-post .sidebar-widget .trend-item .item-rank-num.rank-1,
.single-post .sidebar-widget .trend-item .item-rank-num.rank-2,
.single-post .sidebar-widget .trend-item .item-rank-num.rank-3,
.jet-sidebar-news-item.trend-item .item-rank-num.rank-1,
.jet-sidebar-news-item.trend-item .item-rank-num.rank-2,
.jet-sidebar-news-item.trend-item .item-rank-num.rank-3 {
    color: #e11d48 !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Görsel 75x52px */
.single-post .sidebar-widget .trend-item .item-thumb-box,
.jet-sidebar-news-item.trend-item .item-thumb-box {
    width: 75px !important;
    height: 52px !important;
    flex: 0 0 75px !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    background-color: #e2e8f0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.single-post .sidebar-widget .trend-item .item-thumb-box img,
.jet-sidebar-news-item.trend-item .item-thumb-box img {
    width: 75px !important;
    height: 52px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
    display: block !important;
    flex-shrink: 0 !important;
    transition: transform 0.25s ease !important;
}

.single-post .sidebar-widget .trend-item:hover .item-thumb-box img,
.jet-sidebar-news-item.trend-item:hover .item-thumb-box img {
    transform: scale(1.05) !important;
}

.single-post .sidebar-widget .trend-item .item-content-box,
.jet-sidebar-news-item.trend-item .item-content-box {
    flex: 1 !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Trend Başlık: Büyük Harf Zorlamasız, 13px, 700, #0f172a, 1.3 line-height */
.single-post .sidebar-widget .trend-item .item-title,
.jet-sidebar-news-item.trend-item .item-title {
    text-transform: none !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.3 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin: 0 0 4px 0 !important;
    padding: 0 !important;
    transition: color 0.15s ease !important;
}

.single-post .sidebar-widget .trend-item:hover .item-title,
.jet-sidebar-news-item.trend-item:hover .item-title {
    color: #e11d48 !important;
}

/* Okunma Sayısı: Kartın Sağ Altına Kibar Badge */
.single-post .sidebar-widget .trend-item .item-meta,
.jet-sidebar-news-item.trend-item .item-meta {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    padding: 0 !important;
}

.single-post .sidebar-widget .trend-item .item-meta .views-meta,
.jet-sidebar-news-item.trend-item .item-meta .views-meta {
    font-size: 10px !important;
    color: #64748b !important;
    background: #f1f5f9 !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    line-height: 1.2 !important;
}

.single-post .sidebar-widget .trend-item .item-meta .views-meta i,
.jet-sidebar-news-item.trend-item .item-meta .views-meta i {
    font-size: 9px !important;
    color: #94a3b8 !important;
    margin: 0 !important;
}

/* ==========================================================================
   6. WIDGET 3: DAKİKA DAKİKA / SON AKIŞ (Canlı Radar Akış Kartı)
   - Sol Radar Noktası: width: 8px; height: 8px; border-radius: 50%;
                        background: #e11d48; display: inline-block; margin-right: 6px;
   - Saat Rozeti: background: #0f172a; color: #fff; font-size: 10px;
                  font-weight: 800; padding: 2px 6px; border-radius: 4px; flex-shrink: 0;
   - Akış Kartları: border-bottom: 1px dashed #e2e8f0; padding: 8px 0;
   ========================================================================== */
.single-post .sidebar-widget .jet-sidebar-stream-list,
.jet-sidebar-stream-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
    position: static !important;
}

/* Klasik dikey timeline çizgisini tamamen kaldır */
.single-post .sidebar-widget .jet-sidebar-stream-list::before,
.jet-sidebar-stream-list::before {
    display: none !important;
    content: none !important;
}

.single-post .sidebar-widget .jet-stream-item,
.jet-stream-item {
    border: none !important;
    border-bottom: 1px dashed #e2e8f0 !important;
    padding: 8px 0 !important;
    margin: 0 !important;
    background: transparent !important;
    position: relative !important;
    box-sizing: border-box !important;
}

.single-post .sidebar-widget .jet-stream-item:last-child,
.jet-stream-item:last-child {
    border-bottom: none !important;
}

.single-post .sidebar-widget .jet-stream-item .stream-link,
.jet-stream-item .stream-link {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    color: inherit !important;
    background: transparent !important;
}

/* Canlı Radar Noktası: 8x8px Yuvarlak Kırmızı Nokta */
.single-post .sidebar-widget .stream-radar-dot,
.jet-stream-item .stream-radar-dot {
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    border-radius: 50% !important;
    background: #e11d48 !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
    box-shadow: 0 0 0 2px rgba(225, 29, 72, 0.2) !important;
    animation: jetRadarPulse 1.8s infinite ease-in-out !important;
}

@keyframes jetRadarPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }
}

/* Saat Rozetleri: Siyah Zeminli (#0f172a, color: #fff, 10px, 800, r: 4px) */
.single-post .sidebar-widget .jet-stream-item .stream-time-badge,
.jet-stream-item .stream-time-badge {
    background: #0f172a !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    flex-shrink: 0 !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-variant-numeric: tabular-nums !important;
    line-height: 1.2 !important;
    letter-spacing: 0.2px !important;
}

.single-post .sidebar-widget .jet-stream-item .stream-time-badge .stream-time,
.jet-stream-item .stream-time-badge .stream-time {
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 800 !important;
}

.single-post .sidebar-widget .jet-stream-item .stream-content,
.jet-stream-item .stream-content {
    flex: 1 !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.single-post .sidebar-widget .jet-stream-item .stream-title,
.jet-stream-item .stream-title {
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    color: #1e293b !important;
    margin: 0 !important;
    padding: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    transition: color 0.15s ease !important;
}

.single-post .sidebar-widget .jet-stream-item:hover .stream-title,
.jet-stream-item:hover .stream-title {
    color: #e11d48 !important;
}
