﻿/*
Theme Name: Gurbet24 TV
Author: Gurbet24 TV
*/

/* ==========================================================
   1. GENEL / SIFIRLAMA
========================================================== */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #222;
}

a {
    text-decoration: none;
    color: inherit;
}

.g24-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
}

/* ==========================================================
   2. HEADER & ÜST ALAN
========================================================== */
.g24-header {
    background: #050509;
    color: #fff;
}

.g24-top {
    height: 170px;
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    gap: 50px;
}

.g24-logo img {
    width: 230px;
}

.g24-kablo img {
    width: 390px;
}

.g24-social {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

.g24-social img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.g24-search {
    margin-left: 20px;
    display: flex;
}

.g24-search input {
    height: 38px;
    width: 230px;
    background: #222;
    border: 1px solid #555;
    color: #fff;
    padding-left: 15px;
    outline: none;
}

.g24-search button {
    height: 40px;
    width: 45px;
    background: #e00000;
    border: none;
    color: #fff;
    cursor: pointer;
}

/* KIRMIZI MENÜ BAR */
.g24-menu-bar {
    background: #d90000;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 155px;
    font-weight: bold;
}

.g24-menu-bar ul {
    list-style: none;
    display: flex;
    gap: 18px;
    margin: 0;
    padding: 0;
}

.g24-menu-bar a {
    color: #fff;
    font-size: 15px;
}

.g24-whatsapp, .g24-date {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.g24-whatsapp span {
    font-size: 18px;
}

/* ==========================================================
   3. CANLI YAYIN BÖLÜMÜ
========================================================== */
.g24-home {
    max-width: 1200px;
    margin: 40px auto;
}

.canli-yayin h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 25px;
}

.player-box {
    background: #000;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yayinda-bilgi {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.program-box {
    flex: 1;
    background: #f1f1f1;
    padding: 20px;
    border-left: 5px solid #d00000;
}

.program-box h3 {
    margin-top: 0;
    color: #d00000;
}

/* ==========================================================
   4. BÖLÜM BAŞLIKLARI
========================================================== */
.section-title, .g24-section-title {
    display: inline-block;
    background: #e30613;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    padding: 12px 25px;
    margin: 0 0 25px;
    text-transform: uppercase;
    border-radius: 3px;
    letter-spacing: .5px;
}

/* ==========================================================
   5. PROGRAMCILAR
========================================================== */
.g24-programcilar {
    width: 1200px;
    margin: 45px auto 60px;
}

.programci-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 18px;
}

.programci-card {
    width: 228px;
    height: 287px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: .25s;
}

.programci-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0,0,0,.12);
}

.programci-image {
    width: 186px;
    height: 130px;
    margin: 8px auto 0;
}

.programci-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.programci-content {
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.programci-content h3 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
    color: #111;
    line-height: 20px;
    text-transform: uppercase;
}

.program-adi {
    border-left: 4px solid #d40000;
    padding-left: 8px;
    margin-bottom: 8px;
    color: #d40000;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.program-saat {
    font-size: 13px;
    color: #777;
    margin-bottom: 12px;
}

.detay-btn {
    margin-top: auto;
    width: 186px;
    height: 38px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background: #222;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 13px;
    font-weight: 700;
    transition: .25s;
}

.detay-btn:hover {
    background: #c40000;
    color: #fff;
}

/* ==========================================================
   6. YAYIN AKIŞI TASARIMLARI
========================================================== */
.g24-yayin-akisi {
    width: 1200px;
    max-width: 95%;
    margin: 60px auto;
}

.yayin-layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.yayin-akisi-sol { flex: 0 0 72%; }
.yayin-akisi-sag { flex: 0 0 28%; }

.yayin-akisi-sag img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.gunler {
    display: flex;
    background: #1f1f1f;
}

.gun-btn {
    flex: 1;
    height: 42px;
    border: none;
    background: #1f1f1f;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
    font-size: 14px;
}

/* Yeni JS yapısına uygun güncel kod */
.g24-gun-panel { 
    display: none; 
}

.g24-gun-panel.active { 
    display: block; 
}

.g24-gun-btn.active {
    background: #e30613;
    color: #fff;
}

.yayin-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 12px 15px;
    border-bottom: 1px solid #ececec;
}

.yayin-item:last-child { border-bottom: none; }

.saat {
    width: 80px;
    font-size: 23px;
    font-weight: 700;
    color: #e30613;
}

.yayin-tur { width: 90px; }

.program { flex: 1; }
.program h4 { margin: 0; font-size: 16px; color: #222; }
.sunucu { margin-top: 2px; color: #666; font-size: 14px; font-weight: 600; }
.aciklama { margin-top: 2px; color: #888; font-size: 13px; }

/* Rozetler */
.rozet, .badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.rozet.canli, .badge-canli { background: #e30613; animation: pulse 2s infinite; }
.rozet.tekrar, .badge-tekrar { background: #6b35d4; }
.rozet.yeni { background: #18a54a; }
.rozet.belgesel { background: #009688; }
.rozet.muzik { background: #ff9800; }

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.6; }
    100% { opacity: 1; }
}

.tum-yayin-akisi {
    margin-top: 15px;
    text-align: right;
}

.tum-yayin-akisi a, .tum-yayin-link {
    color: #e30613;
    font-size: 15px;
    font-weight: 700;
    transition: .3s;
}

.tum-yayin-akisi a:hover, .tum-yayin-link:hover {
    color: #111;
}

/* ==========================================================
   7. SON PROGRAMLAR & YOUTUBE GRID
========================================================== */
.g24-son-programlar {
    margin: 60px auto 40px;
    width: 1200px;
}

.son-program-baslik {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.son-program-baslik h2 {
    background: #e60000;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 12px 25px;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
}

.son-program-baslik a {
    color: #222;
    font-size: 14px;
    font-weight: 600;
}

.youtube-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.youtube-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0,0,0,.10);
    transition: .3s;
}

.youtube-card:hover {
    transform: translateY(-5px);
}

.video-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.video-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.youtube-card:hover img {
    transform: scale(1.05);
}

.play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 45px;
    height: 45px;
    background: rgba(0,0,0,.65);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.youtube-card h3 {
    font-size: 14px;
    line-height: 1.5;
    margin: 15px;
    color: #111;
    font-weight: 600;
    min-height: 42px;
    overflow: hidden;
}

/* ==========================================================
   8. INDEX & VARSAYILAN KART DÜZENİ (WordPress için)
========================================================== */
.g24-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.g24-card-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
}

.g24-card-item .post-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.g24-card-item .post-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.g24-card-item .post-title {
    font-size: 18px;
    margin: 0 0 10px;
}

.g24-card-item .read-more-btn {
    margin-top: auto;
    color: #e30613;
    font-weight: bold;
    font-size: 13px;
}

.g24-pagination {
    margin: 30px 0;
    text-align: center;
}

/* ==========================================================
   9. MOBİL VE RESPONSIVE DÜZEN
========================================================== */
@media (max-width: 1200px) {
    .g24-top, .g24-home, .g24-programcilar, .g24-son-programlar {
        width: 95%;
    }
    .youtube-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .yayin-layout {
        flex-direction: column;
    }
    .yayin-akisi-sol, .yayin-akisi-sag {
        flex: 0 0 100%;
        width: 100%;
    }
    .yayin-akisi-sag {
        margin-top: 25px;
        text-align: center;
    }
    .yayin-akisi-sag img {
        max-width: 320px;
        margin: auto;
    }
    .youtube-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .g24-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .g24-top {
        flex-direction: column;
        height: auto;
        padding: 15px 0;
        gap: 15px;
    }
    .g24-social, .g24-search {
        margin-left: 0;
    }
    .g24-menu-bar {
        height: auto;
        padding: 10px 0;
        flex-direction: column;
        gap: 10px;
    }
    .g24-menu-bar ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .gunler {
        flex-wrap: wrap;
    }
    .gun-btn {
        flex: 0 0 50%;
    }
    .yayin-item {
        flex-wrap: wrap;
    }
    .yayin-item .saat {
        width: 70px;
    }
    .yayin-tur {
        width: 80px;
    }
    .yayin-item .program {
        width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 600px) {
    .youtube-grid, .g24-posts-grid {
        grid-template-columns: 1fr;
    }
}
/* ==========================================================
   YAYIN AKIŞI DÜZELTME KODLARI (SIRA VE BİÇİMLENDİRME)
========================================================== */

/* Gün Butonları Yapısı */
.gunler {
    display: flex;
    background: #1f1f1f;
    width: 100%;
}

.gun-btn, .g24-gun-btn {
    flex: 1;
    height: 42px;
    border: none;
    background: #1f1f1f;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
    font-size: 16px;
}

/* Aktif Ve Hover Buton Durumu */
.gun-btn.active, .gun-btn:hover,
.g24-gun-btn.active, .g24-gun-btn:hover {
    background: #e30613 !important;
    color: #fff !important;
}

/* Panelleri Gizleme Ve Sadece Aktif Olanı Gösterme */
.gun-program, .g24-gun-panel { 
    display: none !important; 
}

.gun-program.active, .g24-gun-panel.active { 
    display: block !important; 
}
/* ==========================================================
   YAYIN AKIŞI KUTU VE ÇERÇEVE DÜZENLEMESİ
========================================================== */

/* Listenin Genel Beyaz Kapsayıcı Kutusu */
.yayin-listesi {
    border: 1px solid #ddd !important;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Gün Butonları Alt Satırı İçin Düzeltme */
.gunler {
    display: flex;
    background: #1f1f1f;
    width: 100%;
    border-bottom: 2px solid #e30613;
}

/* Her Bir Yayın Satırının Çizgisi */
.yayin-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 12px 15px;
    border-bottom: 1px solid #ececec;
}

.yayin-item:last-child {
    border-bottom: none;
}
/* ==========================================================
   YAYIN AKIŞI & SAĞ GÖRSEL TAM UYUM VE DÜZENLEME
========================================================== */

/* Başlık ve Sağ Link Hizalaması */
.yayin-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -3px;
}

.tum-yayin-link {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.tum-yayin-link:hover {
    color: #e30613;
}

/* Sol ve Sağ Blokların Eşit Yükseklikte Flex Hizalanması */
.yayin-layout {
    display: flex;
    align-items: stretch; /* Alt ve üst sınırları eşitler */
    gap: 25px;
}

.yayin-akisi-sol {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Sol Blok Kutu Tasarımı (Görseldeki Gibi Oval Kenarlar) */
.yayin-listesi {
    border: 1px solid #e0e0e0 !important;
    background: #fff !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    flex: 1; /* Sağdaki görselle boyunu eşitler */
    overflow: hidden;
}

/* Gün Butonları Üst Oval Kenarları */
.gunler {
    display: flex;
    background: #1f1f1f;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

/* Program İsimleri ve Satır Arası Boşlukların Artırılması */
.yayin-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px 20px !important; /* Araları ferahlatmak için padding artırıldı */
    border-bottom: 1px solid #eee;
}

.yayin-item .program h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    line-height: 1.4; /* Satır aralığı genişletildi */
}

/* Sağ Görsel Alanının Düzgün Oturtulması */
.yayin-akisi-sag {
    width: 340px;
    flex-shrink: 0;
}

.yayin-akisi-sag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px; /* Sol blok ile aynı oval kenar yapısı */
    display: block;
}
/* ==========================================================
   SAĞ GÖRSEL BOYUT VE DİKEY HİZALAMA DÜZELTMESİ
========================================================== */

/* Sol ve Sağ Blok Hizalamasını Üste İtme */
.yayin-layout {
    display: flex !important;
    align-items: flex-start !important; /* Esnemeyi önler, üste sabitler */
    gap: 20px !important;
}

/* Sağ Görsel Alanı Sabit Genişlik ve Boyut */
.yayin-akisi-sag {
    width: 320px !important;
    flex-shrink: 0 !important;
}

.yayin-akisi-sag a {
    display: block !important;
    width: 100% !important;
}

.yayin-akisi-sag img {
    width: 100% !important;
    height: auto !important; /* Görselin orantısını korur, alta doğru uzamasını engeller */
    border-radius: 8px !important;
    display: block !important;
}
/* YOUTUBE KAPAK RESMİ KESİN GÖRÜNTÜLEME */
.youtube-grid .youtube-card .video-image {
    width: 100% !important;
    height: 180px !important;
    position: relative !important;
    background: #000 !important;
    overflow: hidden !important;
}

.youtube-grid .youtube-card .video-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
/* ==========================================================
   FOOTER STİLLERİ
========================================================== */
.g24-site-footer {
    background-color: #111111;
    color: #dddddd;
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 14px;
    border-top: 4px solid #e50914;
    margin-top: 40px;
}

.g24-site-footer .g24-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.footer-col h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background-color: #e50914;
}

/* 1. Kolon */
.footer-about .footer-logo img {
    max-width: 180px;
    height: auto;
    margin-bottom: 15px;
    display: block;
}

.footer-about p {
    line-height: 1.6;
    color: #aaa;
}

/* Liste Yapıları */
.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-links ul li a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-links ul li a:hover {
    color: #e50914;
    padding-left: 5px;
}

.footer-contact ul li {
    color: #bbb;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact ul li i {
    color: #e50914;
    width: 16px;
}

/* Sosyal Medya İkonları */
.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    width: 38px;
    height: 38px;
    background-color: #222;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.social-icons a:hover {
    background-color: #e50914;
    transform: translateY(-3px);
}

/* Alt Çizgi */
.footer-bottom {
    border-top: 1px solid #222;
    padding-top: 20px;
    text-align: center;
    color: #777;
    font-size: 13px;
}

/* Mobil Uyumluluk */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
}
/* ==========================================================
   PROGRAMCI DETAY SAYFASI ÖZEL STİLLERİ
========================================================== */
.g24-programci-detay-wrapper {
    padding: 40px 0;
    background-color: #f5f5f5;
}

.programci-card-main {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px;
    display: flex;
    gap: 35px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    margin-bottom: 40px;
    border: 1px solid #eaeaea;
}

.programci-img-box {
    flex: 0 0 280px;
}

.programci-img-box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.programci-info-box {
    flex: 1;
}

.programci-isim {
    font-size: 28px;
    font-weight: 800;
    color: #111111;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}

.program-baslik-detay {
    font-size: 22px;
    font-weight: 700;
    color: #e50914;
    margin: 0 0 15px 0;
}

.yayin-saat-badge {
    background-color: #111111;
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.yayin-saat-badge .live-tag {
    background-color: #e50914;
    color: #ffffff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    margin-left: 8px;
    text-transform: uppercase;
}

.program-aciklama-text {
    font-size: 15px;
    line-height: 1.8;
    color: #444444;
}

/* 2 SATIR x 3 VİDEO GRID YAPISI */
.bolumler-header {
    border-bottom: 3px solid #e50914;
    margin-bottom: 25px;
    padding-bottom: 8px;
}

.bolumler-header h3 {
    font-size: 20px;
    font-weight: 800;
    color: #111111;
    margin: 0;
    text-transform: uppercase;
}

.youtube-grid-3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 Kolon */
    gap: 25px;
}

.youtube-card-item {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}

.youtube-card-item:hover {
    transform: translateY(-4px);
}

.youtube-card-item a {
    text-decoration: none;
    color: inherit;
}

.video-thumb-box {
    position: relative;
    width: 100%;
    height: 180px;
    background: #000000;
}

.video-thumb-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(229, 9, 20, 0.85);
    color: #ffffff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.video-title {
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    padding: 12px 15px;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Mobil ve Tablet Uyumluluk */
@media (max-width: 992px) {
    .youtube-grid-3col {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .programci-card-main {
        flex-direction: column;
    }
    .programci-img-box {
        flex: 100%;
    }
    .youtube-grid-3col {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   REKLAM ALANI ETİKETLERİ VE BOŞ KUTU STİLLERİ
======================================== */
.g24-side-ad {
    position: fixed;
    top: 130px;
    z-index: 999;
    width: 160px;
    text-align: center;
}

.g24-side-ad-left { left: 10px; }
.g24-side-ad-right { right: 10px; }

.g24-ad-label {
    display: block;
    font-size: 10px;
    color: #888;
    background: #f0f0f0;
    padding: 2px 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 3px 3px 0 0;
    border: 1px solid #ddd;
    border-bottom: none;
}

.g24-side-ad img {
    width: 100%;
    height: auto;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: block;
}

/* Boş Dikey Reklam Kutusu (Reklam Yoksa Çıkar) */
.g24-empty-ad-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 450px;
    background: #f9f9f9;
    border: 2px dashed #ccc;
    border-radius: 0 0 6px 6px;
    color: #666;
    text-decoration: none;
    padding: 15px;
    transition: all 0.3s ease;
}

.g24-empty-ad-box i {
    font-size: 28px;
    color: #e50914;
    margin-bottom: 10px;
}

.g24-empty-ad-box span {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

.g24-empty-ad-box:hover {
    background: #fff;
    border-color: #e50914;
    color: #e50914;
}

/* Boş Yatay Alt Reklam Kutusu (Detay Sayfaları) */
.g24-empty-ad-box-horizontal {
    display: block;
    padding: 25px 15px;
    background: #f9f9f9;
    border: 2px dashed #ccc;
    border-radius: 6px;
    color: #444;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.g24-empty-ad-box-horizontal i {
    color: #e50914;
    margin-right: 8px;
}

.g24-empty-ad-box-horizontal:hover {
    background: #fff;
    border-color: #e50914;
    color: #e50914;
}

/* Mobilde ve Küçük Ekranlarda Dikey Reklamları Gizle */
@media screen and (max-width: 1366px) {
    .g24-side-ad { display: none ! !important;
}