/* Kategori başlıklarını kesinlikle bold yapmak için yüksek öncelikli selector */
.trend-haberler-2-body .trend-haberler-2-cat,
.trend-haberler-2-body .trend-haberler-2-cat a,
.trend-haberler-2-cat,
.trend-haberler-2-cat a {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    color: #c41e3a !important;
    letter-spacing: 0.5px !important;
}
.trend-haberler-2-cat {
    display: inline-block;
    font-size: 11px;
    font-weight: 700 !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    color: #c41e3a;
    margin-bottom: 6px;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Module: components.css - Extracted from style.css */

/* Navigasyon ve butonlar */
.btn-green,
.btn-dark,
button {
    font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
}

/* Kategori etiketleri için Roboto */
.news-cat-badge,
.card-cat,
.category-badge,
.manset-cat,
.slide-category {
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
}

/* Slider pagination numaraları için Metropolis */
.pagination-number {
    font-family: 'Metropolis', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 16px !important;
}

.pagination-dot {
    font-family: Arial, sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 21px !important;
}


/* ============================================ */
.vatan-fixed-ad {
    position: fixed;
    top: 180px;
    /* Header altından başlasın */
    width: 160px;
    height: 600px;
    z-index: 999;
}

.vatan-fixed-ad-left {
    left: calc(50% - 600px - 175px);
}

.vatan-fixed-ad-right {
    right: calc(50% - 600px - 175px);
}

@media (max-width: 1550px) {
    .vatan-fixed-ad {
        display: none !important;
    }
}

.news-item {
    display: flex;
    /* Horizontal layout */
    gap: 20px;
    align-items: flex-start;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.news-media {
    flex: 0 0 360px;
    /* Fixed width for image - Increased from 300px */
}

.news-media img {
    width: 100%;
    height: 220px;
    /* Fixed height for consistency - Increased from 180px */
    object-fit: cover;
    border-radius: 0;
}

.news-content {
    flex: 1;
}

.news-title {
    font-size: 20px;
    line-height: 1.3;
    margin: 5px 0 10px 0;
}

.vatan-pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* Social Sidebar Widget (Redesign) */
.social-box-wrapper {
    padding: 0 !important;
    /* Reset padding for custom header */
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.vatan-flash-news-bar {
    background: #222 !important;
    color: #fff !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    z-index: 100 !important;
    margin-top: 40px !important;
    margin-bottom: 5px !important;
    clear: both;
    overflow: visible !important;
}

.flash-news-container {
    flex: 1;
    overflow: hidden;
    height: 100%;
}

.flash-news-item a {
    color: #fff !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

/* Header Design */
.social-widget-header {
    background: #ce2c00;
    /* Darker red */
    height: 45px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.social-widget-header .header-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.social-widget-header h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    z-index: 2;
}

.social-widget-header::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: #667;
    /* Grey part */
    z-index: 1;
    transform: skewX(-30deg) translateX(20px);
    border-left: 5px solid #fff;
    /* White separator line */
}

/* Grid Layout */
.sidebar-social-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.social-item {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-item:hover {
    border-color: #ce2c00;
}

.icon-box {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
}

.social-item.facebook .icon-box {
    background: #3b5998;
}

.social-item.twitter .icon-box {
    background: #1da1f2;
}

.social-item.youtube .icon-box {
    background: #ff0000;
}

.social-item.instagram .icon-box {
    background: #8a3ab9;
}

.social-item.linkedin .icon-box {
    background: #0077b5;
}

.social-item.rss .icon-box {
    background: #ee802f;
}

.text-box {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.network-name {
    color: #333;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
}

.action-text {
    color: #666;
    font-size: 11px;
    line-height: 1.2;
}

/* Text Based Pagination */
.vatan-pagination-text {
    margin-top: 40px;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.vatan-pagination-text .nav-links {
    font-size: 14px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.vatan-pagination-text a {
    color: #ccc;
    /* Default grey like sample */
    text-decoration: none;
    transition: color 0.3s;
}

.vatan-pagination-text a:hover {
    color: #e63946;
    /* Red on hover */
}

.vatan-pagination-text .nav-separator {
    margin: 0 10px;
    color: #ccc;
    font-weight: 400;
}

.vatan-pagination-text .meta-nav {
    font-family: monospace;
    /* For arrows < > */
    font-weight: normal;
}


/* ============================================
   SIDEBAR BOX SPACING - KESINLIKLE 20px
   ============================================ */

/* Sidebar box'lar için tutarlı 20px boşluk - EN YÜKSEK ÖNCELİK */
.vatan-sidebar .sidebar-box,
.vatan-sidebar>.sidebar-box,
aside.vatan-sidebar .sidebar-box,
.sidebar-box.weather-box,
.sidebar-box.ad-box,
.sidebar-box.category-news-box,
.sidebar-box.popular-box,
.sidebar-box.translate-box,
.sidebar-box.widget-box {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 20px !important;
    /* KESINLIKLE 20px - TÜM KURALLARI EZİYOR */
    margin-top: 0 !important;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

/* Genel sidebar-box kuralı (daha düşük öncelik) */
.sidebar-box {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 20px !important;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}


/* Son sidebar box'ın alt boşluğunu kaldır */
.vatan-sidebar .sidebar-box:last-child,
.vatan-sidebar>.sidebar-box:last-child,
aside.vatan-sidebar .sidebar-box:last-child {
    margin-bottom: 0 !important;
}

/* Anket kutusu */
.vatansoft-anket-box {
    border-left: 3px solid #e63946;
}

.vatansoft-anket-box .anket-header {
    margin-bottom: 15px;
}

.vatansoft-anket-box .anket-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #e63946;
    margin-bottom: 4px;
}

.vatansoft-anket-box .anket-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #222;
    line-height: 1.4;
}

.vatansoft-anket-box .anket-options {
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0;
}

.vatansoft-anket-box .anket-option-item {
    margin-bottom: 6px;
}

.vatansoft-anket-box .anket-option-item:last-child {
    margin-bottom: 0;
}

.vatansoft-anket-box .anket-option-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    padding: 6px 8px;
    border-radius: 6px;
    background: #f8f8f8;
    cursor: pointer;
}

.vatansoft-anket-box .anket-option-item label:hover {
    background: #f0f0f0;
}

.vatansoft-anket-box .anket-option-item input[type=\"radio\"],
.vatansoft-anket-box .anket-option-item input[type=\"checkbox\"] {
    accent-color: #e63946;
}

.vatansoft-anket-box .anket-vote-button {
    width: 100%;
    border: none;
    background: #e63946;
    color: #fff;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
    border-radius: 2px;
    transition: background 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.vatansoft-anket-box .anket-vote-button:hover:not(:disabled) {
    background: #c92f3a;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.vatansoft-anket-box .anket-vote-button:disabled {
    opacity: 0.65;
    cursor: default;
}

.vatansoft-anket-box .anket-results {
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.vatansoft-anket-box .anket-results ul {
    list-style: none;
    margin: 0 0 6px 0;
    padding: 0;
    font-size: 13px;
}

.vatansoft-anket-box .anket-results li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.vatansoft-anket-box .anket-results li:last-child {
    margin-bottom: 0;
}

.vatansoft-anket-box .anket-results .secenek-text {
    flex: 1;
    margin-right: 6px;
}

.vatansoft-anket-box .anket-results .secenek-percent {
    font-weight: 600;
    color: #e63946;
}

.vatansoft-anket-box .anket-results .secenek-count {
    color: #888;
    font-size: 12px;
}

.vatansoft-anket-box .anket-total {
    margin-top: 4px;
    font-size: 12px;
    color: #666;
}

.vatansoft-anket-box .anket-thanks {
    margin-top: 10px;
    padding: 8px 10px;
    background: #f6f6f6;
    border-radius: 2px;
    font-size: 13px;
    color: #333;
}

.latest-news-box .latest-news-time {
    display: inline-block;
    margin-top: 4px;
    font-size: 11px;
    color: #888;
}

.editor-picks-module {
    background: linear-gradient(135deg, #14141f 0%, #1b1b2a 100%);
    border-radius: 0;
    padding: 18px;
    box-shadow: 0 16px 30px rgba(12, 12, 24, 0.18);
    position: relative;
    overflow: hidden;
}

.editor-picks-module::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(230, 57, 70, 0.35), transparent 70%);
    opacity: 0.7;
}

.editor-picks-header {
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.editor-picks-kicker {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #f4f4f8;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.editor-picks-subtitle {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.78);
    margin-top: 6px;
}

.editor-picks-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 16px;
    position: relative;
    z-index: 1;
}

.editor-picks-featured-stack {
    display: grid;
    gap: 12px;
}

.editor-picks-link {
    text-decoration: none;
    color: inherit;
}

.editor-picks-featured {
    background: #fff;
    border-radius: 0;
    padding: 12px;
    color: #111;
}

.editor-picks-media {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #eaeaea;
}

.editor-picks-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.editor-picks-cat {
    position: absolute;
    left: 10px;
    top: 10px;
    background: rgba(17, 17, 17, 0.8);
    color: #fff;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.editor-picks-title {
    margin: 12px 0 4px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}


.editor-picks-list {
    display: grid;
    gap: 10px;
}

.editor-picks-item {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0;
    padding: 10px;
    color: #fff;
}

.editor-picks-item .editor-picks-link {
    display: flex;
    gap: 10px;
    align-items: center;
}

.editor-picks-thumb {
    width: 68px;
    height: 68px;
    border-radius: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
}

.editor-picks-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.editor-picks-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.editor-picks-item-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.editor-picks-item .editor-picks-cat {
    position: static;
    display: inline-flex;
    align-self: flex-start;
    background: rgba(230, 57, 70, 0.9);
    font-size: 10px;
    padding: 3px 6px;
}

.editor-picks-placeholder {
    width: 100%;
    height: 100%;
    background: #d9d9e0;
}

.quick-links-module {
    background: linear-gradient(135deg, #0f172a 0%, #1f2a44 100%);
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 14px 26px rgba(10, 15, 30, 0.18);
}

.quick-links-title {
    color: #f8fafc;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.quick-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
}

.quick-link-card {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    text-decoration: none;
    color: #f8fafc;
    font-weight: 600;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.quick-link-card:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.28);
}

.quick-link-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.quick-link-icon svg {
    width: 20px;
    height: 20px;
}

.quick-link-text {
    font-size: 13px;
}

@media (max-width: 900px) {
    .editor-picks-grid {
        grid-template-columns: 1fr;
    }
}


/* ============================================
   REFACTORED STYLES (SADELEŞTİRİLEN STİLLER)
   ============================================ */

/* Flash Haber Bandı */
.vatan-flash-news-bar {
    background: #d32f2f;
    color: #fff;
    border-bottom: none;
    margin-bottom: 0;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
    /* Menü altında kalmasın diye düşük ama pozitif */
    overflow: hidden;
    width: 100%;
    margin-top: 10px !important;
    /* Menü ile arasına mesafe kondu */
}

.vatan-flash-news-bar .vatan-container {
    display: flex;
    align-items: center;
    height: 50px;
    width: 100%;
    position: relative;
}

.flash-label-box {
    font-family: 'Roboto', sans-serif !important;
    background: #b71c1c;
    color: #fff;
    font-weight: 700;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 10px;
    font-size: 11px;
    margin-right: 0;
    text-align: center;
    line-height: 1.1;
    white-space: nowrap;
    z-index: 10;
    pointer-events: none;
}

.flash-label-box span {
    display: block;
    line-height: 1.1;
}

.flash-arrow-icon {
    background: #d32f2f;
    color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 8px;
    font-size: 16px;
    line-height: 1;
    z-index: 10;
}

.flash-news-container {
    flex-grow: 1;
    height: 40px;
    position: relative;
    overflow: hidden;
}

.flash-news-wrapper {
    position: relative;
    height: 50px;
}

.flash-news-item {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
}

.flash-news-link {
    font-family: 'Roboto', sans-serif !important;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    align-items: center;
    width: 100%;
}

.flash-bullet {
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
    flex-shrink: 0;
}

.flash-text {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Son Dakika Ticker Bandı */
.vatan-flash-bar-ticker {
    background: #222;
    color: #fff;
    border-bottom: none;
    margin-bottom: 0;
    height: 40px;
    display: flex;
    align-items: center;
}

.vatan-flash-bar-ticker .vatan-container {
    display: flex;
    align-items: center;
    height: 40px;
    width: 100%;
}

.ticker-label-box {
    font-family: 'Roboto', sans-serif !important;
    background: #d32f2f;
    color: #fff;
    font-weight: 700;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    font-size: 13px;
    margin-right: 0;
    text-align: center;
    line-height: 1.1;
}

.ticker-label-box span {
    display: block;
    line-height: 1.1;
}

.ticker-arrow-icon {
    background: #222;
    color: #d32f2f;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 18px;
    line-height: 1;
}

.ticker-track-wrapper {
    flex-grow: 1;
    overflow: hidden;
    height: 40px;
    position: relative;
}

.ticker-slide-track {
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap;
    animation: ticker-normal-speed 70s linear infinite;
}

.ticker-track-wrapper:hover .ticker-slide-track {
    animation-play-state: paused;
}

@keyframes ticker-normal-speed {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.ticker-item {
    font-family: 'Roboto', sans-serif !important;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    margin-right: 40px;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.ticker-bullet {
    background: #fff;
    width: 6px;
    height: 6px;
    border-radius: 0;
    display: inline-block;
    margin-right: 10px;
}

.no-news-msg {
    padding: 0 20px;
    display: flex;
    align-items: center;
    height: 100%;
}

.no-news-msg span {
    font-family: 'Roboto', sans-serif !important;
    color: #fff;
    font-size: 14px;
}

/* Spot Sür Manşet */
.sur-manset-wrapper {
    background: #F9F9F9;
    padding: 15px 0;
    width: 100%;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
}

.sur-manset-grid {
    background: #F9F9F9;
}

.sur-manset-item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #eee;
    height: 100%;
    overflow: hidden;
}

.sur-manset-grid .sur-manset-item {
    height: 297px;
}

.sur-manset-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sm-image {
    height: 211px;
    overflow: hidden;
}

.sm-image--video {
    position: relative;
    background: #000;
}

.sm-video-card-link {
    position: absolute;
    inset: 0;
    z-index: 3;
}

.sm-video-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.2s ease;
}

/* YouTube iframe'i kartı tamamen doldursun (üst/siyah bantı gizle) */
.sur-manset-item--video .sm-video-iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.78%;
    height: 112%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    will-change: transform;
}

.sm-video-poster {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 108%;
    height: 108%;
    object-fit: cover;
    object-position: center center;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.sm-video-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    background: rgba(11, 17, 34, 0.74);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.sm-video-play-btn:hover {
    background: rgba(11, 17, 34, 0.9);
}

.sm-video-play-icon {
    font-size: 13px;
    line-height: 1;
}

.sur-manset-item--video.is-live-playing .sm-video-iframe {
    opacity: 1;
}

.sur-manset-item--video.is-live-playing .sm-video-poster,
.sur-manset-item--video.is-live-playing .sm-video-play-btn {
    display: none;
}

.sm-live-open-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 7px 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(7, 10, 18, 0.92) 55%);
    color: #fff;
    text-decoration: none;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.sur-manset-item--video .sm-image--video:hover .sm-live-open-bar,
.sur-manset-item--video .sm-image--video:focus-within .sm-live-open-bar {
    opacity: 1;
    transform: translateY(0);
}

.sm-live-open-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ff1a1a;
    box-shadow: 0 0 0 2px rgba(255, 26, 26, 0.24);
}

.sm-live-open-text {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    white-space: nowrap;
}

.sm-live-open-channel {
    margin-left: auto;
    min-width: 0;
    font-size: 11px;
    font-weight: 600;
    opacity: 0.9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (hover: none) {
    .sm-live-open-bar {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Spot kartlarında metin yüksekliğini eşitle */
.sur-manset-grid .sm-content {
    min-height: 86px;
}

.sur-manset-grid .sm-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    line-height: 24px;
    max-height: 48px;
}

/* Desktop: Spot sür manşeti daha kompakt yap */
@media (min-width: 992px) {
    .sur-manset-wrapper {
        padding: 10px 0;
        margin-top: 16px !important;
        margin-bottom: 14px !important;
    }

    .sur-manset-grid {
        gap: 16px;
    }

    .sur-manset-grid .sur-manset-item {
        height: 200px;
    }

    .sur-manset-grid .sm-image {
        height: 152px;
    }

    .sur-manset-grid .sm-content {
        min-height: 48px;
        padding: 4px 8px;
    }

    .sur-manset-grid .sm-title {
        font-size: 15px !important;
        line-height: 18px !important;
        max-height: 36px;
    }
}

/* Mobilde spot kart ölçülerini kesin sabitle (override-proof) */
@media (max-width: 991px) {
    body.vatansoft-homepage-template .sur-manset-grid .sur-manset-item {
        height: 312px !important;
        min-height: 312px !important;
        max-height: 312px !important;
    }

    body.vatansoft-homepage-template .sur-manset-grid .sm-image {
        height: 246px !important;
        min-height: 246px !important;
        max-height: 246px !important;
    }

    body.vatansoft-homepage-template .sur-manset-grid .sm-content {
        min-height: 66px !important;
        padding: 8px 10px !important;
    }

    body.vatansoft-homepage-template .sur-manset-grid .sm-title {
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        white-space: normal !important;
        line-height: 24px !important;
        max-height: 48px !important;
    }
}

.sm-live-switcher {
    display: grid;
    grid-template-columns: 32px 1fr 32px;
    align-items: center;
    gap: 6px;
    padding: 6px 8px 10px;
    border-top: 1px solid #f0f0f0;
    background: #fff;
}

/* Çoklu canlı yayın kartında okları görüntü üzerine bindir:
   görsel yüksekliği spot kartlarla aynı kalır, beyaz başlık alanı hizalı olur. */
.sur-manset-item--has-switcher {
    position: relative;
}

.sur-manset-item--has-switcher .sm-live-switcher {
    position: absolute;
    inset: 0;
    z-index: 4;
    border-top: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    pointer-events: none;
}

.sur-manset-item--has-switcher .sm-live-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(7, 10, 18, 0.42);
    color: #fff;
    pointer-events: auto;
    border-radius: 4px;
}

.sur-manset-item--has-switcher .sm-live-nav--prev {
    left: 6px;
}

.sur-manset-item--has-switcher .sm-live-nav--next {
    right: 6px;
}

.sur-manset-item--has-switcher .sm-live-nav:hover {
    background: rgba(7, 10, 18, 0.62);
}

.sur-manset-item--has-switcher .sm-live-current {
    display: none;
}

.sm-live-nav {
    width: 32px;
    height: 28px;
    border: 1px solid #d6d6d6;
    background: #fafafa;
    color: #0d1b4d;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.sm-live-nav:hover {
    background: #f0f3ff;
}

.sm-live-current {
    min-width: 0;
    text-align: center;
    overflow: hidden;
}

.sm-live-current-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    color: #0b1d55;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sm-live-current-index {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    color: #667085;
}

.sm-image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.sm-image-placeholder {
    width: 100%;
    height: 100%;
    background: #eee;
}

.sm-content {
    padding: 10px;
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
}

.sm-title {
    font-family: 'Metropolis', sans-serif !important;
    color: rgb(8, 8, 39) !important;
    font-size: 16px !important;
    margin: 0;
    font-weight: 600 !important;
    line-height: 24px !important;
}

.sm-title .sm-title-link {
    color: inherit;
    text-decoration: none;
}

.sm-title .sm-title-link:hover {
    text-decoration: underline;
}

.sur-manset-item.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    color: #999;
}


.manset-arasi-reklam {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.manset-reklam-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.manset-reklam-link {
    display: block;
    width: 100%;
    height: 100%;
}

.buyuk-manset-image {
    background-size: cover;
    background-position: center;
}

.buyuk-manset-placeholder-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #eee;
    color: #999;
}


/* Normal Manşet */
.manset-reklam-slide .manset-arasi-reklam {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Yatay Manşet */
.yatay-manset-wrapper {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.yatay-manset-pagination-left {
    width: 46px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #020617;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 8;
}

.pagination-numbers-vertical {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    gap: 0;
    align-items: center;
    justify-content: center;
    background: #020617;
    overflow: hidden;
}

.pagination-number-vertical {
    flex: 1 1 0;
    width: 46px;
    min-height: 0;
    background: #020617;
    border: none;
    color: #ffffff;
    font-family: 'Metropolis', sans-serif !important;
    font-weight: 800;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-number-vertical::before {
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    height: 2px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.42);
}

.pagination-number-vertical:last-child::before {
    display: none;
}

.pagination-number-vertical.active,
.pagination-number-vertical:hover {
    background: #d90416;
    color: #ffffff;
}

.yatay-manset-slider {
    flex-grow: 1;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #000;
}

.yatay-manset-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0.4s;
    z-index: 1;
}

.yatay-manset-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.yatay-manset-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.yatay-manset-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.yatay-manset-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 72%;
    padding: 22px 24px 24px 96px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.72) 44%, rgba(0, 0, 0, 0.28) 74%, transparent 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.yatay-manset-cat {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    margin-bottom: 14px;
    border-radius: 4px;
    background: #e31e24;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.yatay-manset-title {
    margin: 0;
    font-size: 42px;
    line-height: 1.16;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    max-width: 92%;
}

.yatay-manset-excerpt {
    margin: 10px 0 0;
    max-width: 88%;
    color: rgba(255, 255, 255, 0.92);
    font-size: 11px;
    line-height: 1.45;
}

.yatay-manset-date {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.yatay-manset-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #eee;
    color: #999;
}

/* Özel Kategori Modülleri ve İkili Slider */
.yv-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.shadow-box {
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
}

.section-head {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #c41e3a;
    padding-bottom: 0;
}

.section-title {
    background: #c41e3a;
    color: #fff;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 800;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: -2px;
}

.section-link {
    color: #c41e3a;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.2s;
}

.section-link:hover {
    color: #1a1a2e;
    transform: translateX(3px);
}

.section-link-arrow {
    font-size: 12px;
}

/* Kategori Grid Kartları */
.ozel-kategori-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ozel-kategori-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: all 0.3s;
}

.ozel-kategori-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.ok-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.ok-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ok-card-content {
    padding: 15px;
}

.ok-card-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10px 0;
    color: #1a1a2e;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ok-card-meta {
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}

.ozel-kategori-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.ozel-kategori-card a:hover .ok-card-title {
    color: #c41e3a;
}


.category-slider {
    position: relative;
}

.slider-container {
    position: relative;
    overflow: hidden;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
}

.slider-slide {
    min-width: 100%;
    position: relative;
}

.slider-image-wrapper {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    border-radius: 0;
}

.slider-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    color: #fff;
}

.slider-title-link {
    color: #fff;
    text-decoration: none;
}

.slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 0;
    z-index: 10;
}

.slider-prev {
    left: 10px;
}

.slider-next {
    right: 10px;
}

.slider-pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
}

.pagination-dot {
    width: 10px;
    height: 10px;
    background: #e9ecef;
    border: none;
    border-radius: 50%;
    /* Daire olması için */
    cursor: pointer;
    padding: 0;
    /* İçeriği temizle */
    text-indent: -9999px;
    /* Numarayı gizle */
}

/* Mevcut kodda numara vardı, eğer tasarımda numara isteniyorsa stil korunur */
.pagination-dot.numbered {
    width: 30px;
    height: 30px;
    border-radius: 0;
    text-indent: 0;
    color: #6c757d;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    background: #e9ecef;
}

.pagination-dot.active {
    background: #c41e3a;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .ozel-kategori-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 480px) {
    .ozel-kategori-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Çok Okunanlar - Sidebar Modülü */
.sidebar-box.popular-box {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #eee;
    padding: 0;
}

.popular-box h4 {
    margin: 0;
    padding: 15px;
    background: #f8f8f8;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.popular-list {
    display: flex;
    flex-direction: column;
}

.popular-item {
    border-bottom: 1px solid #f0f0f0;
}

.popular-item:last-child {
    border-bottom: none;
}

.popular-link {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    text-decoration: none;
    color: #333;
    transition: background 0.2s;
}

.popular-link:hover {
    background: #fafafa;
}

.popular-thumb {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    margin-right: 15px;
    overflow: hidden;
    background: #eee;
}

.popular-content {
    flex: 1;
}

.popular-headline {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #333;
}

.popular-link:hover .popular-headline {
    color: #c41e3a;
}

/* Video Galeri Modülü */
.webtv-module {
    background: linear-gradient(135deg, #14141f 0%, #1b1b2a 100%);
    padding: 24px 0;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 24px rgba(12, 12, 24, 0.18);
    position: relative;
    overflow: hidden;
}

.webtv-module::before {
    display: none;
}

.webtv-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 18px 12px 18px;
    gap: 16px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.webtv-title-area {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    min-width: 200px;
}

.webtv-title-area::after {
    content: "";
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    flex: 1;
    display: block;
    min-width: 120px;
    margin-top: 2px;
}

.webtv-label {
    background: transparent;
    color: #fff;
    font-weight: 700;
    padding: 0;
    font-size: 18px;
    margin-right: 0;
    letter-spacing: 0.6px;
    transition: transform 0.2s, color 0.2s;
    cursor: pointer;
}

.webtv-label:hover {
    transform: translateY(-1px);
    color: #ffe1eb;
}

.webtv-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    row-gap: 6px;
    margin-left: 0;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.webtv-nav::-webkit-scrollbar {
    display: none;
}

.webtv-nav a {
    color: #f1f3ff;
    text-decoration: none;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 4px 8px;
    border-radius: 0;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s, background 0.2s, border-color 0.2s, transform 0.2s;
    white-space: nowrap;
}

.webtv-nav a:hover {
    color: #111;
    background: #ffffff;
    border-color: #ffffff;
    transform: translateY(-1px);
}

.webtv-more-link {
    color: #ffffff !important;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 6px;
    text-decoration: none;
    font-weight: 600;
}

.webtv-content.grid-2-1 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    padding: 0 18px 6px 18px;
    position: relative;
    z-index: 1;
    align-items: stretch;
}

.webtv-featured a {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.webtv-img-wrap {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    background: #0f0f17;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(9, 18, 44, 0.25);
    z-index: 1;
}

.webtv-img-wrap::after {
    display: none;
}

.webtv-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: transform 0.35s;
    z-index: 0;
}

.webtv-img-wrap:hover img {
    transform: scale(1.03);
}

.webtv-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1c1c1c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b8b8b;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(8, 8, 14, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    color: #fff;
    width: 42px !important;
    height: 42px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
    box-shadow: 0 6px 14px rgba(5, 9, 20, 0.3) !important;
    transition: background 0.2s, transform 0.2s, border-color 0.2s;
    border-radius: 0;
    backdrop-filter: blur(2px);
    letter-spacing: -0.5px;
    z-index: 2;
}

.webtv-featured:hover .play-icon {
    background: rgba(8, 8, 14, 0.75) !important;
    border-color: rgba(255, 255, 255, 0.65) !important;
    transform: translate(-50%, -50%) scale(1.1);
}

.webtv-featured h3 {
    color: #f5f5f5;
    font-size: 18px;
    margin-top: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.webtv-featured h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    margin: 12px 0 6px;
    padding: 0;
    text-shadow: none;
    position: static;
}

.webtv-excerpt {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

.webtv-side-grid.grid-2-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 10px;
}

.webtv-side-item a {
    text-decoration: none;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.webtv-side-img {
    position: relative;
    width: 110px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #0f0f17;
    border-radius: 0;
    margin-bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.webtv-side-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: transform 0.3s;
}

.webtv-side-item h4 {
    color: #ffffff;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    margin: 0;
    padding-left: 0;
}

.webtv-side-item:hover .webtv-side-img img {
    transform: scale(1.02);
}

.play-icon-sm {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(8, 8, 14, 0.65) !important;
    color: #fff;
    width: 20px !important;
    height: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px !important;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    box-shadow: 0 5px 8px rgba(7, 11, 24, 0.28) !important;
    letter-spacing: -0.4px;
}

.webtv-side-item h5 {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    transition: color 0.2s;
}

.webtv-side-item:hover h5 {
    color: #ffe2ea;
}

.webtv-empty {
    background: #222;
    padding: 40px;
    color: #999;
    text-align: center;
}

/* Foto Galeri Modülü */
.fotogaleri-module {
    background: linear-gradient(135deg, #14141f 0%, #1b1b2a 100%);
    padding: 24px 0;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 24px rgba(12, 12, 24, 0.18);
    position: relative;
    overflow: hidden;
}

.fotogaleri-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 18px 12px 18px;
    gap: 16px;
    flex-wrap: nowrap;
}

.fotogaleri-title-area {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    min-width: 200px;
}

.fotogaleri-title-area::after {
    display: none;
}

.fotogaleri-label {
    background: transparent;
    color: #d7d7d7;
    font-weight: 700;
    padding: 0;
    font-size: 18px;
    margin-right: 0;
    letter-spacing: 0.6px;
    transition: transform 0.2s, color 0.2s;
    cursor: pointer;
}

.fotogaleri-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    margin-left: 0;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
}

.fotogaleri-nav::-webkit-scrollbar {
    display: none;
}

.fotogaleri-nav a {
    color: #cfcfcf;
    text-decoration: none;
    font-weight: 600;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 3px 7px;
    border-radius: 0;
    min-height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s, background 0.2s, border-color 0.2s, transform 0.2s;
    white-space: nowrap;
}

.fotogaleri-nav a:hover {
    color: #111;
    background: #ffffff;
    border-color: #ffffff;
    transform: translateY(-1px);
}

.fotogaleri-more-link {
    color: #cfcfcf !important;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 6px;
    text-decoration: none;
    font-weight: 600;
}

.fotogaleri-content.grid-2-1 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    padding: 0 18px 6px 18px;
    align-items: stretch;
}

.fotogaleri-featured a {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.fotogaleri-img-wrap {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    background: #0f0f17;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(9, 18, 44, 0.25);
}

.fotogaleri-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: transform 0.3s;
}

.fotogaleri-img-wrap:hover img {
    transform: scale(1.02);
}

.gallery-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(8, 8, 14, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #fff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 8px 18px rgba(5, 9, 20, 0.35);
    pointer-events: none;
    transition: background 0.2s, border-color 0.2s;
}

.fotogaleri-featured:hover .gallery-icon {
    background: rgba(8, 8, 14, 0.75);
    border-color: rgba(255, 255, 255, 0.65);
}

.fotogaleri-featured h3 {
    color: #e0e0e0;
    font-size: 16px;
    margin-top: 12px;
    font-weight: 400;
    line-height: 1.35;
}

.fotogaleri-featured h2 {
    color: #cfcfcf;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    margin: 12px 0 6px;
}

.fotogaleri-side-item a {
    text-decoration: none;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.fotogaleri-side-img {
    position: relative;
    width: 110px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #0f0f17;
    margin-bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.fotogaleri-side-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: transform 0.3s;
}

.fotogaleri-side-item:hover .fotogaleri-side-img img {
    transform: scale(1.02);
}

.gallery-icon-sm {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(8, 8, 14, 0.65);
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: 0 5px 8px rgba(7, 11, 24, 0.28);
}

.fotogaleri-side-item h5 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    transition: color 0.2s;
}

.fotogaleri-side-item h4 {
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    margin: 0 !important;
}

.fotogaleri-side-item:hover h5 {
    color: #ffffff;
}

.fotogaleri-side-item:hover h4 {
    color: #ffffff;
}

/* Köşe Yazarları - Modern Design 2026 */
.yazarlar-section-wrapper {
    margin-bottom: 40px;
}

.yazarlar-modern-module {
    background: #ebf1f6;
    /* Premium light blue-grey background */
    padding: 30px 20px;
    border-radius: 4px;
    position: relative;
}

.yazarlar-header {
    margin-bottom: 25px;
    padding-left: 10px;
}

.yazarlar-main-title {
    font-size: 24px;
    font-weight: 800;
    color: #1a1a2e;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -0.5px;
}

.yazarlar-slider-container {
    position: relative;
    display: flex;
    align-items: center;
}

.yazarlar-viewport {
    flex: 1;
    overflow: hidden;
    margin: 0 40px;
}

.yazarlar-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.yazar-item {
    min-width: 33.333%;
    /* 3 items on desktop */
    padding: 0 15px;
    box-sizing: border-box;
}

.yazar-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    background: transparent;
    transition: transform 0.2s ease;
}

.yazar-link:hover {
    transform: translateX(5px);
}

.yazar-avatar {
    flex-shrink: 0;
    width: 90px;
    height: 110px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 15px;
    background: #ddd;
}

.yazar-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yazar-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.yazar-name {
    font-size: 13px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.yazar-post-title {
    font-size: 16px !important;
    font-weight: 700;
    color: #d32f2f;
    /* Red title as requested */
    line-height: 18px !important;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.yazarlar-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #d32f2f;
    font-size: 32px;
    cursor: pointer;
    z-index: 5;
    transition: color 0.2s;
    padding: 10px;
}

.yazarlar-nav:hover {
    color: #b71c1c;
}

.yazarlar-prev {
    left: -10px;
}

.yazarlar-next {
    right: -10px;
}

/* Redesign for Tablet & Mobile */
@media (max-width: 1100px) {
    .yazar-item {
        min-width: 50%;
    }
}

@media (max-width: 768px) {
    .yazar-item {
        min-width: 100%;
    }

    .yazarlar-viewport {
        margin: 0 30px;
    }

    .yazar-avatar {
        width: 70px;
        height: 90px;
    }

    .yazar-post-title {
        font-size: 14px !important;
        line-height: 18px !important;
    }
}

/* Gündem Haberleri Modülü */
.layout-1-4-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}


.news-img-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.news-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
}

.layout-main:hover .news-img-wrap img {
    transform: scale(1.02);
}

.news-content h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 10px 0;
    color: #1a1a2e;
    transition: color 0.2s;
}

.layout-main:hover .news-content h4 {
    color: #c41e3a;
}

.layout-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* E-Gazete Viewer */
.egazete-viewer {
    background: #1f1f1f;
    padding: 24px;
    border-radius: 4px;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}

.egazete-flip-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.egazete-flip-toolbar {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
}

.egazete-flip-btn {
    background: #d32f2f;
    border: none;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.egazete-flip-download {
    margin-left: auto;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.egazete-flip-locked {
    margin-left: auto;
    color: #fca5a5;
    font-weight: 600;
    font-size: 13px;
}

.egazete-flip-book {
    background: #111;
    border-radius: 6px;
    padding: 10px;
    min-height: 600px;
}

.egazete-flip-loading,
.egazete-flip-error {
    color: #fff;
    text-align: center;
    padding: 40px 0;
}

.egazete-embed-wrapper iframe {
    width: 100%;
    height: 85vh;
    min-height: 600px;
    border: none;
    border-radius: 4px;
}

.egazete-adobe-embed {
    width: 100%;
    height: 85vh;
    min-height: 600px;
    border-radius: 4px;
    overflow: hidden;
    background: #111;
}

.egazete-alt-links {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.egazete-alt-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 4px;
    background: #e5e7eb;
    color: #111827;
    font-weight: 600;
    text-decoration: none;
    font-size: 13px;
}

.egazete-alt-link:hover {
    background: #d1d5db;
}

@media (max-width: 768px) {
    .egazete-embed-wrapper iframe,
    .egazete-adobe-embed {
        height: 70vh;
        min-height: 420px;
    }
}

.egazete-pages-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.egazete-page-item {
    max-width: 100%;
    position: relative;
}

.egazete-page-item .page-number {
    position: absolute;
    top: -10px;
    left: -10px;
    background: #d32f2f;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.egazete-page-item img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 2px solid #555;
}

.egazete-viewer .no-pages {
    text-align: center;
    padding: 50px;
    color: #fff;
}

.egazete-viewer .no-pages .dashicons {
    font-size: 48px;
    opacity: 0.5;
}

/* E-Gazete Modules */
.egazete-module {
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.egazete-scroll {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(160px, 1fr);
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
}

.egazete-card {
    scroll-snap-align: start;
}

.egazete-link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-decoration: none;
}

.egazete-cover {
    aspect-ratio: 3 / 4;
    border-radius: 4px;
    overflow: hidden;
    background: #f0f0f0;
}

.egazete-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.egazete-cover-placeholder {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
}

.egazete-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}

.egazete-date {
    font-size: 12px;
    color: #777;
}

.egazete-stand-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.2fr) minmax(200px, 1fr);
    gap: 20px;
}

.egazete-featured-link {
    text-decoration: none;
    display: block;
}

.egazete-featured-cover {
    aspect-ratio: 3 / 4;
    border-radius: 6px;
    overflow: hidden;
    background: #f0f0f0;
}

.egazete-featured-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.egazete-featured-meta {
    margin-top: 12px;
    color: #1a1a2e;
}

.egazete-featured-meta h4 {
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: 800;
}

.egazete-stand-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.egazete-stand-track {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 520px;
    overflow: auto;
    padding-right: 6px;
}

.egazete-stand-item {
    display: flex;
}

.egazete-stand-link {
    display: flex;
    gap: 10px;
    text-decoration: none;
}

.egazete-stand-thumb {
    width: 70px;
    height: 90px;
    border-radius: 4px;
    overflow: hidden;
    background: #f0f0f0;
    flex-shrink: 0;
}

.egazete-stand-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.egazete-stand-meta h5 {
    margin: 0 0 4px 0;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
}

.egazete-stand-meta span {
    font-size: 12px;
    color: #777;
}

.egazete-stand-nav {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.egazete-stand-btn {
    background: #d32f2f;
    border: none;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
}

@media (max-width: 900px) {
    .egazete-stand-grid {
        grid-template-columns: 1fr;
    }
    .egazete-stand-track {
        flex-direction: row;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .egazete-stand-item {
        min-width: 240px;
    }
}


.list-item {
    display: flex;
    gap: 15px;
    padding: 10px;
}

.list-item a {
    text-decoration: none;
    color: inherit;
    display: flex;
    gap: 15px;
    width: 100%;
}

.list-img {
    flex: 0 0 100px;
    height: 70px;
    overflow: hidden;
}

.list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.list-item:hover .list-img img {
    transform: scale(1.05);
}

.list-content {
    flex: 1;
}

.list-content h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    color: #1a1a2e;
    transition: color 0.2s;
}

.list-item:hover .list-content h5 {
    color: #c41e3a;
}

/* Responsive */
@media (max-width: 992px) {

    .webtv-content.grid-2-1,
    .fotogaleri-content.grid-2-1 {
        grid-template-columns: 1fr;
    }

    .layout-1-4-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hidden-mobile {
        display: none !important;
    }
}

/* HEADER TOP TICKER MOVED */
.header-top-ticker-area {
    flex: 1 !important;
    margin: 0 20px !important;
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
    position: relative !important;
    max-width: 60% !important;
}

@media (max-width: 991px) {
    .header-top-ticker-area {
        display: none !important;
    }
}

.header-version .ticker-slide-track .ticker-item a {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-transform: capitalize !important;
}

.vatan-flash-bar-ticker.header-version .vatan-container {
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.header-version .ticker-label-box {
    height: 24px;
    padding: 0 6px;
    font-size: 9px;
    line-height: 1.1;
    margin-right: 8px;
    background: #d32f2f;
    color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
}

.header-version .ticker-label-box span {
    display: block;
}

.header-version .ticker-arrow-icon {
    display: none;
}

.header-version .ticker-track-wrapper {
    height: 100%;
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.header-version .ticker-item {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-right: 25px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.header-version .ticker-bullet {
    width: 5px;
    height: 5px;
    background: #d32f2f;
    border-radius: 50%;
    margin-right: 6px;
    display: inline-block;
}

/* Normal Manşet ve Büyük Manşet Başlıkları - Desktop için Büyütüldü */
#mansetSlider .manset-info h2,
#buyukMansetSlider .buyuk-manset-info h2 {
    font-family: 'PT Sans', sans-serif !important;
    font-size: 33px !important;
    line-height: 1.24 !important;
    letter-spacing: -0.01em;
    text-wrap: balance;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

/* Mobil için optimum boyut */
@media (max-width: 768px) {


    #mansetSlider .manset-info h2,
    #buyukMansetSlider .buyuk-manset-info h2 {
        font-size: 24px !important;
    }
}

/* Manşet Slider Kategori Etiketleri (Sol Üst Köşe) */
.buyuk-manset-slide,
.manset-slide {
    position: relative !important;
}

.buyuk-manset-cat,
.manset-cat {
    position: absolute !important;
    top: 20px !important;
    left: 20px !important;
    z-index: 100 !important;
    background: #c41e3a !important;
    color: #fff !important;
    padding: 6px 14px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    border: 1px solid #fff !important;
    /* Beyaz Çerçeve */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3) !important;
    margin: 0 !important;
    display: inline-block !important;
    line-height: 1 !important;
}

#mansetSlider .manset-info {
    transform: translateY(15px);
    /* Yazı bloğunu numara barına yakın ama değmeyecek şekilde konumlandır */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#mansetSlider .manset-ust-baslik {
    margin-bottom: 10px !important;
    /* Alt başlık ile ana başlık arası (Eşitlendi) */
    line-height: 1.2;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

#mansetSlider .manset-info h2 {
    margin-top: 0 !important;
}


/* ============================================
   REKLAM ALANLARI RESPONSIVE FIX
   ============================================ */
.reklam-wrapper,
.ad-slot,
.yv-ad-slot {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reklam-wrapper:not(:empty),
.ad-slot:not(:empty),
.yv-ad-slot:not(:empty) {
    margin: 20px auto;
}

.reklam-wrapper img,
.ad-slot img,
.yv-ad-slot img {
    max-width: 100%;
    height: auto !important;
    display: block;
}

.header-ad-area {
    margin: 10px 0;
}

@media (max-width: 768px) {

    .reklam-wrapper,
    .ad-slot {
        margin: 15px auto;
    }
}

/* ============================================
   SIDEBAR FLASH HABER BOX (REDESIGN)
   ============================================ */
.sidebar-flash-ticker-wrapper {
    margin-bottom: 25px;
}

.sidebar-flash-haber-box {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    /* Changed from #1a1a1a */
    border: 1px solid #eee;
}

.sidebar-flash-haber-box .sf-header {
    background: #c41e3a;
    /* Main red */
    color: #fff;
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0;
    position: relative;
}

.sidebar-flash-haber-box .sf-icon {
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.sidebar-flash-haber-box .sf-arrows {
    color: #ffcc00;
    /* Yellow arrows */
    font-weight: 800;
    margin-left: 12px;
    letter-spacing: -2px;
    font-size: 20px;
    line-height: 1;
}

.sidebar-flash-haber-box .sf-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 17px;
    margin-left: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sidebar-flash-haber-box .sf-body {
    background: #fff;
    /* Changed from #1a1a1a */
    padding: 10px 0;
}

.sidebar-flash-haber-box .flash-news-container {
    height: 44px;
    overflow: hidden;
    position: relative;
}

.sidebar-flash-haber-box .flash-news-wrapper {
    position: relative;
    height: 100%;
}

.sidebar-flash-haber-box .flash-news-item {
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(100%);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.sidebar-flash-haber-box .flash-news-link {
    color: #333 !important;
    /* Changed from #fff */
    text-decoration: none;
    display: flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
}

.sidebar-flash-haber-box .flash-bullet {
    width: 8px;
    height: 8px;
    background: #c41e3a;
    /* Changed from #fff */
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
}

/* Dark Mode overrides are now handled centrally in header.php */

/* ============================================
   REKLAM WRAPPER STYLES
   ============================================ */
.vatansoft-ad-wrapper {
    position: relative !important;
    z-index: 10 !important;
    display: block !important;
    margin: 20px auto !important;
    text-align: center !important;
    max-width: 100% !important;
    overflow: hidden !important;
    clear: both !important;
}

.vatansoft-ad-wrapper img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

/* AdSense iframe/ins taşmalarını engelle */
.vatansoft-ad-wrapper iframe,
.vatansoft-ad-wrapper ins,
.reklam-wrapper iframe,
.reklam-wrapper ins,
.ad-slot iframe,
.ad-slot ins,
.yv-ad-slot iframe,
.yv-ad-slot ins {
    max-width: 100% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* Sidebar reklamlarında sütun düzenini koru */
.vatan-sidebar .vatansoft-ad-wrapper,
.vatan-sidebar .reklam-wrapper,
.vatan-sidebar .ad-slot,
.vatan-sidebar .yv-ad-slot,
.sidebar-column .vatansoft-ad-wrapper,
.sidebar-column .reklam-wrapper,
.sidebar-column .ad-slot,
.sidebar-column .yv-ad-slot {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

.vatan-sidebar .vatansoft-ad-wrapper > *,
.vatan-sidebar .reklam-wrapper > *,
.vatan-sidebar .ad-slot > *,
.vatan-sidebar .yv-ad-slot > *,
.sidebar-column .vatansoft-ad-wrapper > *,
.sidebar-column .reklam-wrapper > *,
.sidebar-column .ad-slot > *,
.sidebar-column .yv-ad-slot > * {
    max-width: 100% !important;
}

/* Sidebar reklam wrapper'ları */
.sidebar-flash-ustu-reklam,
.sidebar-ad-wrapper {
    position: relative !important;
    z-index: 15 !important;
    display: block !important;
    margin: 0 0 20px 0 !important;
    text-align: center !important;
    clear: both !important;
}

/* Article image bottom ad */
.article-image-bottom-ad {
    position: relative !important;
    z-index: 10 !important;
    margin: 20px 0 !important;
    text-align: center !important;
    max-width: 100% !important;
    overflow: hidden !important;
    clear: both !important;
}

.vnm-manual-slot,
.vnm-slot-fallback,
.vnm-single-slot-a,
.vnm-single-slot-bottom {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

[data-vnm-lazy-slot="1"] .vnm-ad-placeholder {
    min-height: inherit;
    width: 100%;
    background: linear-gradient(90deg, #f2f2f2 25%, #e8e8e8 37%, #f2f2f2 63%);
    background-size: 400% 100%;
    animation: vnmAdShimmer 1.2s ease-in-out infinite;
    border-radius: 6px;
}

@keyframes vnmAdShimmer {
    0% { background-position: 100% 0; }
    100% { background-position: 0 0; }
}

/* Responsive ad containers */
@media (max-width: 768px) {

    .vatansoft-ad-wrapper,
    .sidebar-flash-ustu-reklam,
    .article-image-bottom-ad {
        margin: 15px 0 !important;
    }
}

/* Trend Haberler 2 */
.trend-haberler-2-module {
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
}

.trend-haberler-2-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.trend-haberler-2-title {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #111;
    margin: 0;
}

.trend-haberler-2-more {
    font-size: 13px;
    font-weight: 600;
    color: #c41e3a;
    text-decoration: none;
}

.trend-haberler-2-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.trend-haberler-2-card {
    background: #fff;
    border: 1px solid #eee;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.trend-haberler-2-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.trend-haberler-2-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.trend-haberler-2-media {
    position: relative;
    overflow: hidden;
}

.trend-haberler-2-media img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}

.trend-haberler-2-placeholder {
    width: 100%;
    height: 140px;
    background: #f1f1f1;
}

.trend-haberler-2-rank {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #c41e3a;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
}

.trend-haberler-2-body {
    padding: 12px 12px 14px;
}

.trend-haberler-2-cat {
    display: inline-block;
    font-size: 11px;
    font-weight: 700 !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    letter-spacing: 0.5px;
    color: #c41e3a;
    margin-bottom: 6px;
}

.trend-haberler-2-cat a {
    color: inherit;
    text-decoration: none;
}

.trend-haberler-2-headline {
    font-size: 16px !important;
    line-height: 18px !important;
    font-weight: normal;
    color: #111;
    margin: 0 0 6px;
}

.trend-haberler-2-views {
    font-size: 11px;
    color: #666;
    font-weight: 600;
}

@media (max-width: 1100px) {
    .trend-haberler-2-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .trend-haberler-2-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trend-haberler-2-media img,
    .trend-haberler-2-placeholder {
        height: 120px;
    }
}

@media (max-width: 520px) {
    .trend-haberler-2-grid {
        grid-template-columns: 1fr;
    }
}

/* --- Codex: Manşet okları + Okuma listesi --- */
.manset-section {
    position: relative;
}

.manset-section.home-section .manset-slider {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.manset-section.home-section .manset-slide a {
    display: block !important;
    margin: 0 !important;
    line-height: 0 !important;
}

.manset-section.home-section .manset-slide img {
    display: block !important;
    margin: 0 !important;
    vertical-align: top !important;
}

.manset-section.home-section .slider-pagination-bar {
    margin-top: 0 !important;
    margin-bottom: -12px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: #020617 !important;
    border-top: 0 !important;
    position: relative !important;
    top: -12px !important;
}

.manset-section.home-section .pagination-number {
    position: relative !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    height: 46px !important;
    margin: 0 !important;
    background: #020617 !important;
    border: 0 !important;
    color: #fff !important;
    font-weight: 800 !important;
}

.manset-section.home-section .pagination-number.active {
    background: #d90416 !important;
    color: #fff !important;
    font-weight: 900 !important;
}

.manset-section.home-section .pagination-number:last-child {
}

.manset-section.home-section .pagination-number::after {
    content: "" !important;
    position: absolute !important;
    top: 12px !important;
    right: 0 !important;
    width: 2px !important;
    height: 22px !important;
    background: rgba(255, 255, 255, 0.42) !important;
}

.manset-section.home-section .pagination-number:last-child::after {
    display: none !important;
}

.manset-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(7, 10, 18, 0.45);
    color: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    z-index: 6;
    border-radius: 4px;
}

.manset-nav-prev {
    left: 12px;
}

.manset-nav-next {
    right: 12px;
}

.manset-nav-btn:hover {
    background: rgba(7, 10, 18, 0.72);
}

.vatan-reading-anchor {
    position: relative;
}

.vatan-reading-save-btn {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(12, 17, 32, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.52);
    font-size: 16px;
    line-height: 1;
    z-index: 8;
    cursor: pointer;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.vatan-reading-anchor:hover .vatan-reading-save-btn,
.vatan-reading-save-btn:focus {
    opacity: 1;
    transform: translateY(0);
}

.vatan-reading-save-btn.is-saved {
    opacity: 1;
    background: rgba(196, 30, 58, 0.92);
}

@media (hover: none), (max-width: 991px) {
    .vatan-reading-save-btn {
        opacity: 1;
        transform: none;
    }
}

.vatan-reading-list-page {
    padding: 26px 0 40px;
    margin-top: 24px;
}

.vatan-reading-list-page h1 {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.2;
}

.vrl-list {
    display: grid;
    gap: 18px;
}

.vrl-item {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 14px;
    border: 1px solid #ececec;
    background: #fff;
}

.vrl-item-media img,
.vrl-item-placeholder {
    width: 100%;
    height: 100%;
    min-height: 140px;
    object-fit: cover;
    display: block;
    background: #f2f2f2;
}

.vrl-item-content {
    padding: 12px 14px 14px 0;
}

.vrl-item-content h3 {
    margin: 0 0 8px;
    font-size: 29px;
    line-height: 1.2;
}

.vrl-item-content h3 a {
    color: #0d1638;
    text-decoration: none;
}

.vrl-item-content h3 a:hover {
    text-decoration: underline;
}

.vrl-date {
    margin: 0 0 10px;
    color: #666;
    font-size: 13px;
}

.vrl-remove-btn {
    border: 1px solid #f1c9cf;
    background: #fff5f6;
    color: #c41e3a;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 10px;
    cursor: pointer;
}

.vrl-empty {
    margin: 0;
    padding: 18px;
    border: 1px solid #ececec;
    background: #fff;
}

@media (max-width: 991px) {
    .vrl-item {
        grid-template-columns: 1fr;
    }

    .vrl-item-content {
        padding: 10px 12px 12px;
    }
}

.crime-showcase-module > div:first-child {
    grid-template-columns: 300px minmax(0, 1fr) !important;
}

.crime-showcase-module h2 {
    font-size: 80px !important;
    line-height: 0.95 !important;
    letter-spacing: -2.4px !important;
}

.crime-showcase-module > div:first-child > div:last-child p {
    font-size: 15px !important;
    line-height: 1.35 !important;
}

.crime-showcase-module > div:first-child > div:last-child a {
    font-size: 16px !important;
}

#crimeStoppersShowcase h3,
#crimeStoppersShowcase h3 a {
    text-transform: none !important;
    text-decoration: none !important;
}

#crimeStoppersShowcase h3 a {
    font-size: 29px !important;
    line-height: 1.08 !important;
}

#crimeStoppersShowcase article a:last-child {
    font-size: 14px !important;
}

@media (max-width: 767px) {
    .crime-showcase-module h2 {
        font-size: 52px !important;
        line-height: 0.96 !important;
    }
}
