/* =========================
   YOUTUBE SECTION
========================= */

.youtube-section {
    background: transparent;
    padding: 0;
    margin-top: 0 !important;
}

.front-page-after-sponsor .youtube-section {
    margin-top: 0 !important;
}

.youtube-section > .container {
    max-width: 1200px;
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

@media (max-width: 768px) {
    .youtube-section > .container {
        padding: 20px;
    }
}

/* Header spacing */
.youtube-section .section-head {
    margin-bottom: 16px;
    padding-left: 18px;
}

/* Header (title + see all) */
.youtube-section .section-title,
.youtube-section .see-all {
    color: rgba(220, 38, 38, 0.9);
    font-size: 13px;
    line-height: 1.3;
}

.youtube-section .section-title {
    font-weight: 800;
}

.youtube-section .see-all {
    font-weight: 700;
}

.youtube-section .see-all:hover {
    opacity: 0.8;
}

/* =========================
   YOUTUBE BADGE – UNDER TITLE
========================= */

.youtube-section .cat {
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 6px;
    padding: 4px 8px;
    background: #c40000;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 6px;
}

/* =========================
   YOUTUBE DARK MODE
========================= */

body.youtube-dark .youtube-section {
    background: linear-gradient(to bottom, #f5f5f5 0%, #1a1a1a 100%);
}

body.youtube-dark .youtube-section > .container {
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,.06);
}

body.youtube-dark .youtube-section .section-title,
body.youtube-dark .youtube-section .see-all {
    color: #fff;
}

body.youtube-dark .youtube-section .news-card {
    background: #222;
    border: 1px solid rgba(255,255,255,.08);
}

body.youtube-dark .youtube-section .news-card h3 {
    color: #fff;
}

body.youtube-dark .youtube-section .news-date {
    color: #aaa;
}

body.youtube-dark .youtube-section .cat {
    background: #c40000;
    color: #fff;
}

/* =========================
   YOUTUBE – HOVER ACCENT
========================= */

.youtube-section .news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(220, 38, 38, 0.22);
}