/* Haber CMS 26.2.5 - One Cikan Haberler tema/kontrast duzeltmesi.
   Update 24.3 tum .site-section arka planlarini transparent !important yapar.
   Bu bolum eski inverted/dark siniflarini tasidigi icin yazi beyaz kalabiliyordu.
   Bolumu aktif tema tokenlariyla eslestirerek acik ve koyu temada okunabilir tutar. */
body.public-v18 .featured-band.featured-band-modern {
    background: var(--refresh-card, var(--site-surface, #fff)) !important;
    color: var(--refresh-ink, var(--site-ink, #111827)) !important;
}
body.public-v18 .featured-band.featured-band-modern .site-section-heading.inverted {
    border-color: var(--refresh-ink, var(--site-ink, #111827)) !important;
}
body.public-v18 .featured-band.featured-band-modern .site-section-heading.inverted h2,
body.public-v18 .featured-band.featured-band-modern .rail-news-card-dark h3,
body.public-v18 .featured-band.featured-band-modern .rail-news-card-dark h3 a {
    color: var(--refresh-ink, var(--site-ink, #111827)) !important;
}
body.public-v18 .featured-band.featured-band-modern .rail-news-card-dark h3 a:hover {
    color: var(--site-brand, #c81e1e) !important;
}
body.public-v18 .featured-band.featured-band-modern .rail-news-card-dark .rail-news-meta {
    color: var(--site-muted, #64748b) !important;
}
body.public-v18 .featured-band.featured-band-modern .carousel-arrow {
    background: var(--refresh-card, var(--site-surface, #fff)) !important;
    color: var(--refresh-ink, var(--site-ink, #111827)) !important;
    border-color: var(--refresh-line, var(--site-line-strong, #d7dce3)) !important;
}
