/*
Theme Name: DS.TV Live Channel Pro
Theme URI:
Author: DS.TV
Description: Professional responsive Bangla news/video theme based on the supplied DS.TV layout. Includes a visual homepage editor through WordPress Customizer.
Version: 3.4.33
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: ds-tv-premium
*/

:root{
  --dstv-navy:#12399b;
  --dstv-purple:#5a43ff;
  --dstv-purple-dark:#432ed0;
  --dstv-black:#000;
  --dstv-white:#fff;
  --dstv-container:1280px;
  --dstv-gap:24px;
  --dstv-radius:0px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:#111;font-family:"Noto Sans Bengali","SolaimanLipi","Segoe UI",Arial,sans-serif}
img,video{max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
.dstv-container{width:min(var(--dstv-container),calc(100% - 32px));margin-inline:auto}
.dstv-site-header{background:var(--dstv-navy);border:2px solid #111}
.dstv-header-inner{min-height:148px;display:grid;grid-template-columns:230px 1fr;gap:22px;align-items:center;padding:8px 18px}
.dstv-brand{display:flex;align-items:center;justify-content:center;min-height:125px}
.dstv-brand img{max-height:118px;width:auto;object-fit:contain}
.dstv-brand-text{font-weight:800;font-size:44px;color:#fff;letter-spacing:-2px}
.dstv-header-ad{min-height:112px;background:#f4f5fa;display:flex;align-items:center;justify-content:center;padding:14px;text-align:center;border:1px solid #d5d7df;color:#111;font-size:40px;line-height:1.2}
.dstv-header-ad img{max-height:96px;width:100%;object-fit:contain}
.dstv-menu-bar{background:var(--dstv-purple);color:#fff;min-height:56px;display:flex;align-items:center}
.dstv-menu-inner{display:flex;align-items:center;justify-content:center;gap:20px}
.dstv-menu-toggle{display:none;background:none;border:0;color:#fff;font-size:28px}
.dstv-nav ul{list-style:none;padding:0;margin:0;display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}
.dstv-nav li{margin:0}
.dstv-nav a{display:block;padding:12px 16px;color:#fff;font-size:18px;font-weight:700}
.dstv-nav a:hover,.dstv-nav .current-menu-item>a{background:rgba(0,0,0,.18)}
.dstv-page{padding:16px 0 0}
.dstv-section{margin:0 0 20px}
.dstv-video-wrap{background:var(--dstv-purple);min-height:560px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}
.dstv-video-wrap video{width:100%;height:auto;display:block;aspect-ratio:16/9;object-fit:cover;background:var(--dstv-purple)}
.dstv-video-placeholder{width:100%;min-height:560px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:44px}
.dstv-video-caption{position:absolute;left:0;right:0;bottom:0;background:#000;color:#fff;display:flex;align-items:center;min-height:58px}
.dstv-video-caption a,.dstv-video-caption span{display:block;padding:8px 18px;font-size:27px;background:var(--dstv-purple);font-weight:700}
.dstv-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:var(--dstv-gap);align-items:start}
.dstv-section-title{margin:0 0 14px;background:var(--dstv-black);color:#fff;padding:9px 16px;font-size:25px}
.dstv-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.dstv-card{border:1px solid #ddd;background:#fff;overflow:hidden}
.dstv-card-thumb{aspect-ratio:16/9;background:#eee;display:block;overflow:hidden}
.dstv-card-thumb img{width:100%;height:100%;object-fit:cover}
.dstv-card-body{padding:12px}
.dstv-card-title{font-size:20px;line-height:1.35;margin:0;font-weight:800}
.dstv-card-meta{font-size:13px;color:#777;margin-top:8px}
.dstv-sidebar-box{border:1px solid #ddd;margin-bottom:18px;background:#fff}
.dstv-sidebar-title{background:var(--dstv-purple);color:#fff;margin:0;padding:10px 14px;font-size:21px}
.dstv-sidebar-list{list-style:none;margin:0;padding:0}
.dstv-sidebar-list li{border-bottom:1px solid #e7e7e7;padding:11px 13px;font-weight:700;line-height:1.4}
.dstv-sidebar-list li:last-child{border-bottom:0}
.dstv-footer{background:var(--dstv-purple);color:#fff;margin-top:22px}
.dstv-footer-inner{min-height:110px;display:flex;align-items:center;justify-content:center;text-align:center;padding:22px}
.dstv-footer a{text-decoration:underline}
.dstv-mobile-menu{display:none}
@media (max-width: 900px){
  .dstv-header-inner{grid-template-columns:150px 1fr;min-height:105px}
  .dstv-brand{min-height:90px}
  .dstv-brand img{max-height:84px}
  .dstv-brand-text{font-size:30px}
  .dstv-header-ad{min-height:78px;font-size:28px}
  .dstv-nav a{font-size:16px;padding:10px 11px}
  .dstv-content-grid{grid-template-columns:1fr}
  .dstv-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 640px){
  .dstv-container{width:min(var(--dstv-container),calc(100% - 20px))}
  .dstv-header-inner{grid-template-columns:1fr;gap:8px;padding:8px 10px}
  .dstv-brand{min-height:70px}
  .dstv-brand img{max-height:70px}
  .dstv-header-ad{min-height:66px;font-size:22px}
  .dstv-menu-inner{justify-content:flex-start}
  .dstv-menu-toggle{display:block;padding:7px 12px}
  .dstv-nav{display:none;width:100%}
  .dstv-nav.dstv-nav-open{display:block}
  .dstv-nav ul{display:block}
  .dstv-nav a{padding:11px 14px;border-top:1px solid rgba(255,255,255,.18)}
  .dstv-menu-bar{display:block}
  .dstv-menu-inner{display:block}
  .dstv-video-wrap,.dstv-video-placeholder{min-height:220px}
  .dstv-video-placeholder{font-size:28px}
  .dstv-video-caption{min-height:45px}
  .dstv-video-caption a,.dstv-video-caption span{font-size:20px;padding:7px 12px}
  .dstv-post-grid{grid-template-columns:1fr}
  .dstv-section-title{font-size:21px}
}

/* DS.TV Premium 1.1 enhancements */
.dstv-custom-brand-logo{display:flex;align-items:center;justify-content:center}.dstv-custom-brand-logo img{max-width:210px;max-height:118px;width:auto;height:auto;object-fit:contain}
.dstv-youtube-frame{width:100%;aspect-ratio:16/9;background:#000}.dstv-youtube-frame iframe{width:100%;height:100%;border:0;display:block}.dstv-video-wrap .dstv-youtube-frame{flex:1}
.dstv-more-news{display:flex;justify-content:center;margin-top:20px}.dstv-more-news a{display:inline-flex;align-items:center;gap:10px;background:var(--dstv-purple);color:#fff;padding:11px 24px;font-weight:800;font-size:18px;border-radius:2px}.dstv-more-news a:hover{background:var(--dstv-purple-dark)}
.dstv-sidebar-list small{display:block;color:#888;font-weight:400;font-size:12px;margin-top:4px}.dstv-no-thumb{height:100%;min-height:120px;display:flex;align-items:center;justify-content:center;background:#eee;color:#777;font-weight:800}
.dstv-article{background:#fff;border:1px solid #e1e1e1;padding:20px}.dstv-article-subtitle{font-size:24px;line-height:1.55;font-weight:700;background:#eef3ff;color:#243b6b;border-left:5px solid var(--dstv-purple);padding:12px 16px;margin:12px 0 10px;border-radius:2px}.dstv-article-title{font-size:40px;line-height:1.25;margin:8px 0 10px;font-weight:900}.dstv-article-category{font-weight:800;color:var(--dstv-purple);font-size:14px}.dstv-article-meta{color:#777;font-size:14px;border-bottom:1px solid #eee;padding-bottom:14px;margin-bottom:18px}.dstv-article-image img{width:100%;display:block}.dstv-article-content{font-size:19px;line-height:1.85;padding-top:18px}.dstv-article-content p{margin:0 0 18px}.dstv-post-video{margin:18px 0}.dstv-post-video video{width:100%;display:block;background:#000}.dstv-post-navigation{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:30px;padding-top:18px;border-top:1px solid #ddd}.dstv-post-navigation div{min-width:0}.dstv-post-navigation div:last-child{text-align:right}.dstv-post-navigation a{display:block;padding:12px;background:#f4f4f4;font-weight:800}.dstv-single-sidebar{position:sticky;top:18px}
@media(max-width:640px){.dstv-article{padding:14px}.dstv-article-subtitle{font-size:20px;padding:10px 13px}.dstv-article-title{font-size:29px}.dstv-article-content{font-size:17px}.dstv-post-navigation{grid-template-columns:1fr}.dstv-post-navigation div:last-child{text-align:left}.dstv-custom-brand-logo img{max-height:68px;max-width:190px}}


/* YouTube channel/category sections */
.dstv-youtube-channel{margin-top:20px}
.dstv-youtube-channel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}
.dstv-youtube-channel-head .dstv-section-title{margin:0;flex:1}
.dstv-youtube-channel-btn{display:inline-flex;align-items:center;gap:8px;background:#d00;color:#fff;padding:10px 16px;font-weight:800;text-decoration:none;border-radius:2px;white-space:nowrap}
.dstv-youtube-channel-btn:hover{color:#fff;opacity:.9}
.dstv-youtube-categories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.dstv-youtube-category{background:#fff;border:1px solid #ddd;padding:12px}
.dstv-youtube-category h3{margin:0 0 10px;font-size:21px}
.dstv-youtube-help{background:#fff;border:1px solid #ddd;padding:16px}
@media(max-width:800px){.dstv-youtube-categories{grid-template-columns:1fr}.dstv-youtube-channel-head{align-items:stretch;flex-direction:column}.dstv-youtube-channel-btn{justify-content:center}}

/* DS.TV Premium HLS Live TV Player 2.0 */
.dstv-hls-player-wrap{background:#050505!important;min-height:0!important;display:block!important}
.dstv-live-player{width:100%;background:#050505;color:#fff;position:relative;overflow:hidden;box-shadow:0 14px 42px rgba(0,0,0,.35)}
.dstv-live-topbar{min-height:56px;background:linear-gradient(90deg,#0b0b0d,#15151a);display:flex;align-items:center;justify-content:space-between;padding:8px 18px;border-bottom:1px solid rgba(255,255,255,.08)}
.dstv-live-brand{display:flex;align-items:center;gap:11px;min-width:0;font-weight:800;font-size:18px;letter-spacing:.2px}
.dstv-live-brand img{width:44px;height:44px;object-fit:contain;border-radius:7px;background:#fff;flex:0 0 44px}
.dstv-live-indicator{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:900;letter-spacing:1.2px}
.dstv-live-dot{width:9px;height:9px;background:#ef233c;border-radius:50%;box-shadow:0 0 0 5px rgba(239,35,60,.13);animation:dstvLivePulse 1.4s infinite}
@keyframes dstvLivePulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.75)}}
.dstv-live-stage{position:relative;background:#000;aspect-ratio:16/9;overflow:hidden}
.dstv-live-video{width:100%;height:100%;display:block;background:#000;object-fit:contain}
.dstv-live-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:10px;background:rgba(0,0,0,.48);font-size:15px;font-weight:700;z-index:3;pointer-events:none}
.dstv-live-loading[hidden]{display:none}
.dstv-spinner{width:22px;height:22px;border:3px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:dstvSpin .8s linear infinite}
@keyframes dstvSpin{to{transform:rotate(360deg)}}
.dstv-live-error{position:absolute;left:18px;right:18px;bottom:18px;z-index:5;padding:11px 14px;background:rgba(165,10,10,.94);border-radius:5px;font-size:14px;font-weight:700}
.dstv-live-error[hidden]{display:none}
.dstv-live-watermark{position:absolute;right:15px;top:14px;color:rgba(255,255,255,.62);font-size:16px;font-weight:900;letter-spacing:1.5px;text-shadow:0 1px 4px #000;pointer-events:none}
.dstv-live-controls{min-height:54px;display:flex;align-items:center;gap:6px;padding:7px 12px;background:linear-gradient(180deg,#151518,#09090b);border-top:1px solid rgba(255,255,255,.08)}
.dstv-ctrl{height:38px;min-width:38px;border:0;border-radius:5px;background:transparent;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-weight:800}
.dstv-ctrl:hover{background:rgba(255,255,255,.1)}
.dstv-play .icon-pause{display:none}.dstv-live-player.is-playing .dstv-play .icon-play{display:none}.dstv-live-player.is-playing .dstv-play .icon-pause{display:inline}.dstv-live-player.is-muted .icon-volume{display:none}.dstv-live-player.is-muted .icon-muted{display:inline}.dstv-live-player:not(.is-muted) .icon-muted{display:none}
.dstv-live-pill{font-size:11px;letter-spacing:.6px;padding:6px 8px;border-radius:4px;background:#d90429;color:#fff;box-shadow:0 0 0 1px rgba(255,255,255,.08) inset}
.dstv-volume-wrap{display:flex;align-items:center;gap:2px}.dstv-volume{width:82px;accent-color:#fff;cursor:pointer}.dstv-live-spacer{flex:1}
.dstv-quality-wrap{display:flex;align-items:center;gap:4px;border:1px solid rgba(255,255,255,.16);border-radius:4px;padding:0 7px;height:36px}.dstv-quality-wrap:not(.has-options) .dstv-quality{display:none}.dstv-quality-label{font-size:10px;font-weight:900;letter-spacing:.5px;color:#ddd}.dstv-quality{border:0;outline:0;background:#151518;color:#fff;font-size:11px;font-weight:800;cursor:pointer;max-width:85px}.dstv-quality option{background:#111;color:#fff}
.dstv-live-player:fullscreen{width:100vw;height:100vh;background:#000}.dstv-live-player:fullscreen .dstv-live-stage{height:calc(100vh - 110px);aspect-ratio:auto}.dstv-live-stage:fullscreen{width:100vw;height:100vh}.dstv-live-stage:fullscreen .dstv-live-video{height:100vh}
@media(max-width:640px){.dstv-live-topbar{min-height:48px;padding:6px 11px}.dstv-live-brand{font-size:15px}.dstv-live-brand img{width:36px;height:36px;flex-basis:36px}.dstv-live-controls{padding:6px 7px;gap:2px}.dstv-ctrl{height:36px;min-width:34px}.dstv-volume{width:55px}.dstv-quality-wrap{height:34px;padding:0 5px}.dstv-live-watermark{right:9px;top:9px;font-size:12px}}

/* Unified DS.TV YouTube player */
.dstv-youtube-stage{position:absolute;inset:0;background:#000;overflow:hidden}
.dstv-youtube-target,.dstv-youtube-target iframe{width:100%;height:100%;display:block;border:0}
.dstv-player-type-youtube .dstv-live-stage{background:#000}
.dstv-player-type-youtube .dstv-live-btn{display:none}
.dstv-player-type-youtube .dstv-quality-wrap{display:flex}
.dstv-player-type-youtube .dstv-live-loading{z-index:4}
.dstv-player-type-youtube .dstv-live-watermark{z-index:5}
.dstv-player-type-youtube .dstv-live-stage iframe{pointer-events:none}
.dstv-player-type-youtube.dstv-youtube-ready .dstv-live-loading{background:rgba(0,0,0,.28)}
.dstv-player-type-youtube .dstv-live-controls{position:relative;z-index:10}
@media(max-width:640px){
  .dstv-player-type-youtube .dstv-quality-wrap{max-width:72px}
  .dstv-player-type-youtube .dstv-quality-label{font-size:9px}
}

/* DS.TV Top News / Shirsho Sangbad ticker */
.dstv-top-news-section{margin:14px 0 34px}
.dstv-top-news-ticker{display:flex;align-items:stretch;width:100%;min-height:46px;background:#fff;border:1px solid #d8d8d8;overflow:hidden}
.dstv-top-news-label{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:0 22px;background:#1f3f99;color:#fff;font-size:20px;font-weight:900;white-space:nowrap;position:relative;z-index:2}
.dstv-top-news-icon{font-size:12px;color:#e31b23;line-height:1}
.dstv-top-news-viewport{position:relative;flex:1;min-width:0;overflow:hidden;display:flex;align-items:center;background:#fff}
.dstv-top-news-track{display:flex;width:max-content;animation:dstvTopNewsScroll 45s linear infinite;will-change:transform}
.dstv-top-news-track:hover{animation-play-state:paused}
.dstv-top-news-group{display:flex;align-items:center;flex-shrink:0}
.dstv-top-news-item{display:inline-flex;align-items:center;gap:10px;padding:0 28px;color:#202020;text-decoration:none;font-size:18px;font-weight:700;line-height:46px;white-space:nowrap;border-right:1px solid #e5e5e5}
.dstv-top-news-item:hover{color:#1f3f99;text-decoration:none}
.dstv-top-news-bullet{color:#d71920;font-size:11px}
.dstv-top-news-empty{padding:0 18px;font-size:16px;color:#777;line-height:46px}
@keyframes dstvTopNewsScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:700px){.dstv-top-news-label{padding:0 12px;font-size:16px}.dstv-top-news-item{font-size:15px;padding:0 20px;line-height:42px}.dstv-top-news-ticker{min-height:42px}.dstv-top-news-empty{line-height:42px}}

/* DS.TV all-news archive */
.dstv-news-archive-page .dstv-section-title{margin-bottom:20px}
.dstv-pagination{margin-top:28px;text-align:center}.dstv-pagination ul{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;list-style:none;margin:0;padding:0}.dstv-pagination li{margin:0}.dstv-pagination a,.dstv-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid #ddd;background:#fff;color:#222;font-weight:800;text-decoration:none}.dstv-pagination .current{background:var(--dstv-purple);border-color:var(--dstv-purple);color:#fff}.dstv-pagination a:hover{background:var(--dstv-purple);border-color:var(--dstv-purple);color:#fff}


/* ===== DS.TV Live Channel Pro 3.0 ===== */
:root{--dstv-red:#d71920;--dstv-red-dark:#a90f15;--dstv-ink:#111827;--dstv-muted:#6b7280;--dstv-line:#e5e7eb;--dstv-soft:#f5f7fb;--dstv-shadow:0 8px 28px rgba(17,24,39,.08)}
body{background:#f5f6f8;color:var(--dstv-ink)}
.dstv-topbar{background:#101318;color:#d9dde5;font-size:13px}.dstv-topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}.dstv-topbar-left,.dstv-topbar-right{display:flex;align-items:center;gap:14px}.dstv-topbar a{color:#fff}.dstv-site-header{background:#fff;border:0;border-bottom:1px solid var(--dstv-line)}
.dstv-header-inner{min-height:112px;grid-template-columns:210px 1fr 170px;gap:24px;padding:12px 0}.dstv-brand{min-height:84px;justify-content:flex-start}.dstv-brand img{max-height:82px}.dstv-header-ad{min-height:78px;background:#fafafa;border:1px dashed #d6d9df;color:#777;font-size:24px}.dstv-header-live{display:flex;align-items:center;justify-content:center}.dstv-live-header-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--dstv-red);color:#fff!important;padding:13px 20px;border-radius:5px;font-weight:900;box-shadow:0 6px 16px rgba(215,25,32,.22)}.dstv-live-header-btn:hover{background:var(--dstv-red-dark);text-decoration:none}.dstv-live-header-dot{width:9px;height:9px;background:#fff;border-radius:50%;animation:dstvLivePulse 1.4s infinite}
.dstv-menu-bar{background:#fff;color:#111;border-bottom:3px solid var(--dstv-red);box-shadow:0 2px 10px rgba(0,0,0,.04)}.dstv-menu-inner{min-height:52px}.dstv-nav a{color:#1b1f27;font-size:16px;padding:15px 13px}.dstv-nav a:hover,.dstv-nav .current-menu-item>a{background:#f1f3f6;color:var(--dstv-red)}.dstv-menu-toggle{color:#111}
.dstv-page{padding:22px 0 0}.dstv-section{margin-bottom:28px}.dstv-hero-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);gap:22px;align-items:start}.dstv-hero-player{background:#050505;border-radius:7px;overflow:hidden;box-shadow:var(--dstv-shadow)}.dstv-hero-side{background:#fff;border:1px solid var(--dstv-line);border-radius:7px;overflow:hidden;box-shadow:var(--dstv-shadow)}.dstv-hero-side-head{background:#101318;color:#fff;padding:12px 15px;font-size:20px;font-weight:900;border-left:5px solid var(--dstv-red)}.dstv-hero-news{margin:0;padding:0;list-style:none}.dstv-hero-news li{border-bottom:1px solid var(--dstv-line)}.dstv-hero-news li:last-child{border-bottom:0}.dstv-hero-news a{display:grid;grid-template-columns:86px 1fr;gap:11px;padding:11px}.dstv-hero-news img,.dstv-hero-news .dstv-no-thumb{width:86px;height:60px;object-fit:cover;background:#eee}.dstv-hero-news .dstv-no-thumb{display:flex;align-items:center;justify-content:center;font-size:11px;color:#777}.dstv-hero-news-title{font-size:15px;font-weight:800;line-height:1.35}.dstv-hero-news-meta{font-size:11px;color:var(--dstv-muted);margin-top:4px}
.dstv-section-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:14px}.dstv-section-heading .dstv-section-title{flex:1;margin:0}.dstv-section-more{color:var(--dstv-red);font-weight:900;font-size:14px;white-space:nowrap}.dstv-section-title{border-left:5px solid var(--dstv-red);background:#fff;color:#111;border-bottom:1px solid var(--dstv-line);padding:11px 15px;font-size:23px}
.dstv-news-shell{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px}.dstv-latest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dstv-card{border:1px solid var(--dstv-line);border-radius:6px;box-shadow:0 2px 10px rgba(0,0,0,.03);transition:transform .2s ease,box-shadow .2s ease}.dstv-card:hover{transform:translateY(-2px);box-shadow:var(--dstv-shadow)}.dstv-card-title{font-size:17px}.dstv-card-body{padding:12px}.dstv-sidebar-box{border:1px solid var(--dstv-line);border-radius:6px;box-shadow:0 2px 10px rgba(0,0,0,.03);overflow:hidden}.dstv-sidebar-title{background:#101318;border-left:5px solid var(--dstv-red);font-size:19px}.dstv-sidebar-list li{font-size:15px}.dstv-more-news{justify-content:flex-start;margin-top:16px}.dstv-more-news a{background:var(--dstv-red);border-radius:4px;padding:10px 19px}
.dstv-category-section{background:#fff;border:1px solid var(--dstv-line);padding:16px;border-radius:7px;box-shadow:0 2px 12px rgba(0,0,0,.03)}.dstv-category-layout{display:grid;grid-template-columns:1.35fr .8fr;gap:18px}.dstv-category-feature{position:relative;overflow:hidden;border-radius:6px;background:#111;min-height:285px}.dstv-category-feature img{width:100%;height:285px;object-fit:cover;display:block;opacity:.86}.dstv-category-feature:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.9))}.dstv-category-feature-content{position:absolute;z-index:2;left:18px;right:18px;bottom:15px;color:#fff}.dstv-category-feature-content h3{margin:0;font-size:24px;line-height:1.3}.dstv-category-side{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dstv-mini-card{border-bottom:1px solid var(--dstv-line);padding-bottom:10px}.dstv-mini-card img,.dstv-mini-card .dstv-no-thumb{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;background:#eee}.dstv-mini-card h3{font-size:15px;line-height:1.35;margin:8px 0 0}
.dstv-ad-slot{min-height:90px;background:#fff;border:1px dashed #cfd4dc;color:#9aa0aa;display:flex;align-items:center;justify-content:center;text-align:center;margin:0 0 26px;border-radius:5px;font-size:14px}.dstv-footer{background:#101318;margin-top:34px;border-top:4px solid var(--dstv-red)}.dstv-footer-inner{min-height:150px;justify-content:space-between;text-align:left;max-width:var(--dstv-container);margin:auto}.dstv-footer-brand{font-size:26px;font-weight:900}.dstv-footer-copy{color:#b7beca;font-size:13px;margin-top:6px}.dstv-footer-links{display:flex;gap:14px;flex-wrap:wrap;color:#e5e7eb}
.dstv-archive-toolbar{display:grid;grid-template-columns:1fr 220px auto;gap:10px;margin-bottom:20px}.dstv-archive-toolbar input,.dstv-archive-toolbar select{width:100%;border:1px solid #d7dbe2;border-radius:5px;padding:11px 12px;background:#fff}.dstv-archive-toolbar button{border:0;border-radius:5px;padding:0 18px;background:var(--dstv-red);color:#fff;font-weight:900;cursor:pointer}.dstv-breadcrumb{font-size:13px;color:#6b7280;margin-bottom:10px}.dstv-article{border:0;border-radius:7px;box-shadow:var(--dstv-shadow)}.dstv-article-title{font-size:44px}.dstv-article-image img{border-radius:5px}.dstv-single-sidebar{top:90px}
@media(max-width:1000px){.dstv-header-inner{grid-template-columns:170px 1fr 130px}.dstv-hero-grid,.dstv-news-shell{grid-template-columns:1fr}.dstv-category-layout{grid-template-columns:1fr}}
@media(max-width:700px){.dstv-topbar-inner{padding:0 10px}.dstv-topbar-right{display:none}.dstv-header-inner{grid-template-columns:1fr;min-height:auto;padding:10px}.dstv-brand{justify-content:center;min-height:65px}.dstv-header-ad{min-height:55px}.dstv-header-live{padding-bottom:3px}.dstv-live-header-btn{width:100%}.dstv-menu-bar{border-bottom-width:2px}.dstv-nav a{color:#fff;background:#15181e;border-top:1px solid #292d34}.dstv-nav a:hover,.dstv-nav .current-menu-item>a{background:#242a33;color:#fff}.dstv-latest-grid{grid-template-columns:1fr 1fr}.dstv-category-feature img{height:220px}.dstv-category-feature-content h3{font-size:19px}.dstv-archive-toolbar{grid-template-columns:1fr}.dstv-archive-toolbar button{min-height:44px}.dstv-article-title{font-size:30px}.dstv-footer-inner{flex-direction:column;align-items:flex-start;gap:18px}}
@media(max-width:480px){.dstv-latest-grid{grid-template-columns:1fr}.dstv-category-side{grid-template-columns:1fr 1fr}.dstv-card-title{font-size:16px}}


/* ===== DS.TV Live Channel Pro 3.2.1 layout fixes ===== */
.dstv-page{padding-top:0}
.dstv-home-stack{display:flex;flex-direction:column}
.dstv-home-stack>.dstv-section{margin-bottom:20px}
.dstv-video-section{margin-bottom:16px}
.dstv-hero-grid{grid-template-columns:minmax(0,1.72fr) minmax(290px,.78fr);gap:16px}
.dstv-hero-player{border-radius:0;box-shadow:none;background:#000}
.dstv-hero-side{border-radius:0;box-shadow:none}
.dstv-live-stage{aspect-ratio:16/9}
.dstv-notice-section{margin:0 0 20px}
.dstv-notice-bar{display:grid;grid-template-columns:150px minmax(0,1fr);min-height:46px;background:#fff;border:1px solid #dfe3e8;overflow:hidden}
.dstv-notice-label{display:flex;align-items:center;padding:0 16px;background:var(--dstv-red);color:#fff;font-size:18px;font-weight:900;white-space:nowrap}
.dstv-notice-viewport{overflow:hidden;display:flex;align-items:center;min-width:0;background:#fff}
.dstv-notice-track{white-space:nowrap;display:inline-block;padding-left:100%;animation:dstvNoticeScroll 32s linear infinite;font-size:16px;font-weight:700;color:#222}
.dstv-notice-track:hover{animation-play-state:paused}
@keyframes dstvNoticeScroll{from{transform:translateX(0)}to{transform:translateX(-100%)}}
.dstv-news-last-section{margin-top:8px;padding-top:8px;border-top:1px solid #e4e7eb}
.dstv-news-last-section .dstv-section-title{font-size:25px}
.dstv-footer{position:relative;display:block;visibility:visible;opacity:1}
.dstv-footer-inner{display:flex;align-items:center;padding:28px 0}
@media(max-width:1000px){.dstv-hero-grid{grid-template-columns:1fr}.dstv-hero-side{display:block}.dstv-notice-bar{grid-template-columns:125px 1fr}}
@media(max-width:700px){.dstv-live-stage{aspect-ratio:16/9}.dstv-notice-bar{grid-template-columns:105px 1fr;min-height:42px}.dstv-notice-label{padding:0 10px;font-size:15px}.dstv-notice-track{font-size:14px}.dstv-news-last-section{padding-top:4px}.dstv-footer-inner{padding:24px 12px}}


/* DS.TV 3.2.2 — Homepage Live Channel first-screen layout */
body.home, body.front-page { background:#fff; }
body.home .dstv-topbar,
body.home .dstv-site-header,
body.home .dstv-menu-bar,
body.front-page .dstv-topbar,
body.front-page .dstv-site-header,
body.front-page .dstv-menu-bar {
  display:none !important;
}
body.home .dstv-page, body.front-page .dstv-page { background:#fff;
  padding:0;
}
body.home .dstv-home-stack,
body.front-page .dstv-home-stack {
  width:100%;
  max-width:100%;
  margin:0;
  padding:0;
}
body.home .dstv-video-section,
body.front-page .dstv-video-section {
  margin:0;
  padding:0;
  background:#000;
}
body.home .dstv-video-section .dstv-hero-grid,
body.front-page .dstv-video-section .dstv-hero-grid {
  display:block;
  width:100%;
}
body.home .dstv-video-section .dstv-hero-side,
body.front-page .dstv-video-section .dstv-hero-side {
  display:none !important;
}
body.home .dstv-video-section .dstv-hero-player,
body.front-page .dstv-video-section .dstv-hero-player {
  width:100%;
  margin:0;
}
body.home .dstv-video-section .dstv-video-wrap,
body.front-page .dstv-video-section .dstv-video-wrap {
  width:min(960px,100%);
  min-height:0;
  margin:0 auto;
  background:#000;
}
body.home .dstv-video-section .dstv-live-player,
body.front-page .dstv-video-section .dstv-live-player {
  width:100%;
}
body.home .dstv-video-section .dstv-live-stage,
body.front-page .dstv-video-section .dstv-live-stage {
  background:#000;
}
.dstv-home-video-title {
  width:min(960px,100%);
  margin:0 auto;
  min-height:58px;
  padding:12px 18px;
  background:#000;
  color:#fff;
  display:flex;
  align-items:center;
  gap:12px;
  font-size:22px;
  line-height:1.35;
  font-weight:800;
  overflow:hidden;
}
.dstv-home-video-title .dstv-title-badge {
  flex:0 0 auto;
  width:34px;
  height:34px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#111;
  border:1px solid #333;
  font-size:12px;
}
.dstv-home-video-title .dstv-title-text {
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
body.home .dstv-home-stack > .dstv-section:not(.dstv-video-section),
body.front-page .dstv-home-stack > .dstv-section:not(.dstv-video-section) {
  width:min(960px,calc(100% - 24px));
  margin-left:auto;
  margin-right:auto;
}
body.home .dstv-live-controls,
body.front-page .dstv-live-controls {
  border-top:1px solid #222;
}
@media (max-width:640px){
  .dstv-home-video-title{
    min-height:46px;
    padding:8px 12px;
    font-size:16px;
  }
  .dstv-home-video-title .dstv-title-badge{
    width:28px;height:28px;font-size:10px;
  }
  body.home .dstv-home-stack > .dstv-section:not(.dstv-video-section),
  body.front-page .dstv-home-stack > .dstv-section:not(.dstv-video-section) {
    width:100%;
  }
}

/* 3.2.3: Homepage menu is intentionally placed directly below the notice ticker. */
.dstv-home-menu-bar{margin:0 0 20px}
.dstv-home-menu-bar .dstv-menu-inner{min-height:56px}
@media(max-width:640px){
  .dstv-home-menu-bar{margin-bottom:14px}
}

/* 3.2.4: Homepage navigation is visible below the notice ticker. */
body.home .dstv-home-menu-bar,
body.front-page .dstv-home-menu-bar {
  display:flex !important;
  width:100%;
  background:var(--dstv-purple);
  color:#fff;
  min-height:56px;
}
body.home .dstv-page,
body.front-page .dstv-page {
  background:#fff;
}

/* DS.TV 3.2.8 — professional full-width content and Section Builder */
.dstv-container{width:min(var(--dstv-container),calc(100% - 20px));}
.dstv-page{padding-top:10px;}
.dstv-home-stack{max-width:none;}
.dstv-home-stack > .dstv-section{width:100%;}
.dstv-builder-ad-inner,.dstv-builder-html-content{background:#fff;border:1px solid #e2e2e2;padding:18px;overflow:hidden;}
.dstv-builder-ad-inner{text-align:center;}
.dstv-builder-html-content img{max-width:100%;height:auto;}
@media(max-width:640px){.dstv-container{width:calc(100% - 12px)}}

/* DS.TV 3.2.8 — builder visibility and professional desktop width */
body, .dstv-page, .dstv-home-stack { background:#fff; }
.dstv-container { width:min(var(--dstv-container), calc(100% - 16px)); max-width:1440px; }
@media (min-width: 1100px){
  .dstv-container { width:min(var(--dstv-container), calc(100% - 24px)); }
}
.dstv-home-menu-bar { display:flex !important; visibility:visible !important; opacity:1 !important; }
.dstv-builder-category, .dstv-builder-html, .dstv-builder-ad { width:100%; }

/* DS.TV 3.2.8 — professional wide layout and homepage news sidebar */
.dstv-container{width:min(100%,1500px);max-width:1500px;margin-left:auto;margin-right:auto;padding-left:10px;padding-right:10px}
.dstv-home-main{width:100%}
.dstv-home-columns{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start;width:100%}
.dstv-home-primary,.dstv-home-sidebar{min-width:0}
.dstv-home-sidebar{position:relative}
.dstv-home-sidebar>*{margin-bottom:18px}
.dstv-home-sidebar .dstv-news-grid{display:block}
@media(max-width:950px){.dstv-home-columns{grid-template-columns:1fr}.dstv-home-sidebar{order:2}}
@media(max-width:640px){.dstv-container{width:100%;padding-left:8px;padding-right:8px}.dstv-home-columns{gap:14px}}

/* DS.TV 3.2.8 — Latest + Popular are full-width sections below the menu */
.dstv-home-columns{display:block !important;width:100%}
.dstv-home-sidebar{display:none !important}
.dstv-home-news-row{display:block;width:100%;margin:0 0 24px}
.dstv-home-news-latest{margin-top:20px}
.dstv-home-news-popular{margin-top:0}
.dstv-home-news-row .dstv-news-grid{width:100%}
.dstv-home-news-row .dstv-news-card{min-width:0}
@media(min-width:1100px){
  .dstv-container{width:min(100%,1500px);max-width:1500px;padding-left:10px;padding-right:10px}
}

/* DS.TV 3.3.4 — exact requested homepage layout */
.dstv-home-columns{display:grid !important;grid-template-columns:minmax(0,1fr) 350px;gap:24px;align-items:start;width:100%;}
.dstv-home-primary{min-width:0;}
.dstv-home-sidebar{min-width:0;display:block !important;}
.dstv-home-sidebar .dstv-sidebar-box{width:100%;margin-bottom:18px;}
.dstv-home-sidebar .dstv-sidebar-title{font-size:21px;}
.dstv-home-sidebar .dstv-sidebar-list li{font-size:16px;}
/* The live player occupies the full content width above the menu. */
.dstv-video-section .dstv-hero-grid{display:block !important;}
.dstv-video-section .dstv-hero-side{display:none !important;}
.dstv-video-section .dstv-hero-player{width:100% !important;}
.dstv-video-section .dstv-video-wrap{width:100%;}
/* Keep the expanded content width. */
.dstv-container{width:min(100%,1500px);max-width:1500px;margin-left:auto;margin-right:auto;padding-left:10px;padding-right:10px;}
.dstv-home-menu-bar{width:100%;}
@media(max-width:950px){
  .dstv-home-columns{grid-template-columns:1fr !important;gap:18px;}
  .dstv-home-sidebar{order:2;}
}
@media(max-width:640px){
  .dstv-container{width:100%;padding-left:8px;padding-right:8px;}
}

/* DS.TV 3.3.4 — slightly narrower professional content width */
@media (min-width: 951px) {
  .dstv-container {
    width: min(100%, 1320px);
    max-width: 1320px;
  }
}

/* DS.TV 3.3.4 — compact desktop content width */
@media (min-width: 951px) {
  .dstv-container {
    width: min(100%, 1200px);
    max-width: 1200px;
  }
}

/* DS.TV 3.3.4 — homepage width matched to Single Post width */
@media (min-width: 951px) {
  .dstv-container {
    width: min(100%, 1280px);
    max-width: 1280px;
  }
}

/* DS.TV 3.3.4 — homepage main area matched to Single Post proportions */
@media (min-width: 951px) {
  .dstv-container {
    width: min(100%, 1280px);
    max-width: 1280px;
  }
  .dstv-home-columns {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 340px !important;
    gap: 24px !important;
    align-items: start;
    width: 100%;
  }
  .dstv-home-primary {
    width: 100%;
    min-width: 0;
  }
  .dstv-home-sidebar {
    width: 340px;
    min-width: 340px;
  }
}

/* DS.TV 3.3.4 — centered, slightly narrower homepage Main Content Area */
@media (min-width: 951px) {
  .dstv-page > .dstv-container.dstv-home-stack > .dstv-home-columns {
    width: min(100%, 1180px);
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
  .dstv-page > .dstv-container.dstv-home-stack > .dstv-home-columns {
    grid-template-columns: minmax(0, 1fr) 340px !important;
    gap: 24px !important;
  }
}


/* =========================================================
   DS.TV Live Channel Pro 3.4.2
   Screenshot-inspired refinement — existing design preserved
   ========================================================= */

/* Front page: Live Player must be the first visual block. */
body.home .dstv-desktop-site-header,
body.front-page .dstv-desktop-site-header { display:none; }

/* Full-width player like the supplied reference screenshot. */
body.home .dstv-video-section .dstv-hero-grid,
body.front-page .dstv-video-section .dstv-hero-grid {
  display:block;
}
body.home .dstv-video-section .dstv-hero-player,
body.front-page .dstv-video-section .dstv-hero-player {
  width:100%;
}
body.home .dstv-video-section .dstv-hero-side,
body.front-page .dstv-video-section .dstv-hero-side {
  display:none;
}

/* Headline + notice sit directly below the player. */
body.home .dstv-video-section,
body.front-page .dstv-video-section { margin-top:0; margin-bottom:0; }
body.home .dstv-top-news-section,
body.front-page .dstv-top-news-section,
body.home .dstv-notice-section,
body.front-page .dstv-notice-section { margin-bottom:0; }

/* Menu starts from the left, not centered. */
.dstv-home-menu-bar .dstv-menu-inner {
  justify-content:flex-start !important;
}
.dstv-home-menu-bar .dstv-nav {
  width:100%;
}
.dstv-home-menu-bar .dstv-nav ul {
  justify-content:flex-start !important;
}

/* Category blocks: compact news-portal style with accent color. */
.dstv-color-section .dstv-section-heading {
  border-left:5px solid var(--dstv-section-accent,#5a43ff);
  background:#fff;
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:0 10px 0 14px;
  margin-bottom:10px;
  border-bottom:1px solid #ddd;
}
.dstv-color-section .dstv-section-title {
  background:transparent;
  color:var(--dstv-section-accent,#5a43ff);
  padding:8px 0;
  margin:0;
  font-size:24px;
}
.dstv-color-section .dstv-section-more {
  color:#777;
  font-size:14px;
  font-weight:700;
  white-space:nowrap;
}
.dstv-category-news-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.dstv-category-news-card {
  background:#fff;
  border:1px solid #ddd;
  overflow:hidden;
}
.dstv-category-news-thumb {
  display:block;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#eee;
}
.dstv-category-news-thumb img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .25s ease;
}
.dstv-category-news-card:hover .dstv-category-news-thumb img {
  transform:scale(1.035);
}
.dstv-category-news-body {
  padding:9px 10px 10px;
}
.dstv-category-news-body h3 {
  margin:0;
  font-size:18px;
  line-height:1.35;
  font-weight:800;
}
.dstv-category-news-body h3 a:hover {
  color:var(--dstv-section-accent,#5a43ff);
}
.dstv-category-news-body .dstv-card-meta {
  margin-top:7px;
}

/* Sidebar styled closer to the supplied Latest/Popular panels. */
.dstv-home-sidebar .dstv-sidebar-box,
.dstv-builder-sidebar-news {
  border:1px solid var(--dstv-section-accent,#315efb);
  margin-bottom:16px;
  background:#fff;
}
.dstv-home-sidebar .dstv-sidebar-title {
  background:var(--dstv-section-accent,#315efb);
  color:#fff;
  margin:0;
  padding:9px 12px;
  font-size:19px;
  text-align:center;
}
.dstv-sidebar-news-list li {
  padding:0 !important;
}
.dstv-sidebar-news-list li a {
  display:flex;
  gap:8px;
  align-items:flex-start;
  padding:9px 10px;
  border-bottom:1px dotted #cfcfcf;
  line-height:1.35;
}
.dstv-sidebar-news-list li:last-child a { border-bottom:0; }
.dstv-sidebar-arrow {
  color:var(--dstv-section-accent,#315efb);
  font-size:13px;
  padding-top:3px;
}
.dstv-sidebar-news-list small {
  display:block;
  color:#999;
  font-size:11px;
  margin-top:3px;
  font-weight:400;
}
.dstv-sidebar-more {
  display:block;
  text-align:center;
  border-top:1px solid #ddd;
  padding:8px;
  font-size:13px;
  font-weight:700;
  color:var(--dstv-section-accent,#315efb);
}
.dstv-builder-sidebar-news .dstv-sidebar-title {
  background:var(--dstv-section-accent,#315efb);
}

/* Better spacing for the new left-aligned menu. */
.dstv-home-menu-bar { margin-top:0; }
.dstv-home-menu-bar .dstv-nav a { border-right:1px solid rgba(255,255,255,.12); }

/* Builder controls */
.dstv-builder-color {
  width:52px !important;
  height:38px;
  padding:2px !important;
}
.dstv-builder-sidebar-check {
  padding:9px 10px;
  background:#f5f7fb;
  border:1px solid #dfe3eb;
  border-radius:4px;
  font-weight:700;
}
.dstv-builder-row.type-sidebar_news .dstv-setting-sidebar-news,
.dstv-builder-row.type-sidebar_news .dstv-setting-category,
.dstv-builder-row.type-sidebar_news .dstv-setting-category:nth-child(3) {
  display:block;
}
.dstv-builder-row.type-category .dstv-setting-category,
.dstv-builder-row.type-news .dstv-setting-category {
  display:block;
}

/* Keep the previously established desktop breathing room. */
@media (min-width:951px) {
  body.home .dstv-home-stack > .dstv-home-columns,
  body.front-page .dstv-home-stack > .dstv-home-columns {
    width:min(100%,1180px);
    max-width:1180px;
    margin-left:auto;
    margin-right:auto;
    grid-template-columns:minmax(0,1fr) 340px !important;
    gap:24px !important;
  }
}
@media (max-width:900px) {
  .dstv-category-news-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:640px) {
  .dstv-category-news-grid { grid-template-columns:1fr; }
  .dstv-color-section .dstv-section-heading { padding-left:10px; }
  .dstv-color-section .dstv-section-title { font-size:20px; }
}


/* =========================================================
   DS.TV 3.4.4 — reference screenshot layout refinement
   Keeps the existing Section Builder and functionality intact.
   ========================================================= */
@media (min-width:951px){
  body.home .dstv-home-stack,
  body.front-page .dstv-home-stack{width:min(100%,1140px);max-width:1140px;padding-left:0;padding-right:0;}
  body.home .dstv-home-stack > .dstv-video-section,
  body.front-page .dstv-home-stack > .dstv-video-section{width:100%;}
  body.home .dstv-home-stack > .dstv-section:not(.dstv-video-section),
  body.front-page .dstv-home-stack > .dstv-section:not(.dstv-video-section){width:100%;}
  body.home .dstv-home-stack > .dstv-home-columns,
  body.front-page .dstv-home-stack > .dstv-home-columns{width:100%;max-width:100%;grid-template-columns:minmax(0,1fr) 270px !important;gap:30px !important;}
  body.home .dstv-home-primary,
  body.front-page .dstv-home-primary{min-width:0;}
  body.home .dstv-home-sidebar,
  body.front-page .dstv-home-sidebar{width:270px;min-width:270px;}
}

/* Screenshot-like light content canvas, while keeping the site shell clean. */
body.home .dstv-page, body.front-page .dstv-page{background:#fff;}
body.home .dstv-home-columns, body.front-page .dstv-home-columns{background:#f1f0f4;padding:14px 14px 24px;}
body.home .dstv-home-primary, body.front-page .dstv-home-primary{background:transparent;}

/* Headline + notice immediately touch the player and use compact portal bars. */
body.home .dstv-top-news-section, body.front-page .dstv-top-news-section{margin:0;}
body.home .dstv-notice-section, body.front-page .dstv-notice-section{margin:0;}
body.home .dstv-top-news-ticker, body.front-page .dstv-top-news-ticker{min-height:48px;border:1px solid #d1d1d1;border-top:0;border-radius:0;}
body.home .dstv-top-news-label, body.front-page .dstv-top-news-label{flex-basis:165px;background:#124a98;font-size:18px;padding:0 12px;}
body.home .dstv-top-news-item, body.front-page .dstv-top-news-item{font-size:17px;line-height:48px;padding:0 24px;}
body.home .dstv-notice-bar, body.front-page .dstv-notice-bar{grid-template-columns:165px minmax(0,1fr);min-height:48px;border:1px solid #d1d1d1;border-top:0;}
body.home .dstv-notice-label, body.front-page .dstv-notice-label{background:#124a98;font-size:18px;padding:0 12px;}

/* Menu: begins flush at the left edge of the 1140px content frame. */
body.home .dstv-home-menu-bar, body.front-page .dstv-home-menu-bar{margin:0;background:#4b0070;border:0;border-bottom:0;min-height:46px;}
body.home .dstv-home-menu-bar .dstv-menu-inner, body.front-page .dstv-home-menu-bar .dstv-menu-inner{min-height:46px;width:100%;justify-content:flex-start;}
body.home .dstv-home-menu-bar .dstv-nav ul, body.front-page .dstv-home-menu-bar .dstv-nav ul{justify-content:flex-start;}
body.home .dstv-home-menu-bar .dstv-nav a, body.front-page .dstv-home-menu-bar .dstv-nav a{font-size:16px;padding:10px 15px;border-right:1px solid rgba(255,255,255,.16);}

/* Category section closely follows the supplied 4-card news portal design. */
.dstv-builder-category.dstv-color-section{background:transparent;margin:0 0 22px;}
.dstv-builder-category.dstv-color-section .dstv-section-heading{background:#666;border:0;border-left:0;min-height:43px;padding:0 12px;margin:0 0 8px;}
.dstv-builder-category.dstv-color-section .dstv-section-title{color:#fff;background:transparent;font-size:20px;font-weight:800;padding:8px 4px;margin:0;}
.dstv-builder-category.dstv-color-section .dstv-section-title:before{content:'▦ ';font-size:18px;}
.dstv-builder-category.dstv-color-section .dstv-section-more{color:#fff;font-size:13px;}
.dstv-category-news-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;}
.dstv-category-news-card{border:1px solid #d8d8d8;background:#fff;box-shadow:none;border-radius:0;}
.dstv-category-news-thumb{aspect-ratio:16/9;}
.dstv-category-news-body{padding:7px 8px 9px;}
.dstv-category-news-body h3{font-size:17px;line-height:1.3;font-weight:800;}
.dstv-category-news-body .dstv-card-meta{font-size:11px;color:#888;margin-top:5px;}

/* Reference-style sidebar tabs: সর্বশেষ সংবাদ / জনপ্রিয় সংবাদ. */
.dstv-reference-sidebar{background:#fff;border:1px solid #d4d4d4;overflow:hidden;}
.dstv-reference-tabs{display:grid;grid-template-columns:1fr 1fr;border-top:3px solid #164b92;background:#eee;}
.dstv-reference-tab{appearance:none;border:0;border-right:1px solid #d0d0d0;background:#ddd;color:#333;padding:8px 5px;font-family:inherit;font-size:15px;font-weight:800;cursor:pointer;}
.dstv-reference-tab:last-child{border-right:0;}
.dstv-reference-tab.is-active{background:#586b82;color:#fff;}
.dstv-reference-panel{max-height:420px;overflow-y:auto;}
.dstv-reference-panel[hidden]{display:none;}
.dstv-reference-list{list-style:none;padding:0;margin:0;}
.dstv-reference-list li{margin:0;padding:0;border-bottom:1px dotted #aaa;}
.dstv-reference-list li:last-child{border-bottom:0;}
.dstv-reference-list li a{display:flex;gap:7px;align-items:flex-start;padding:7px 8px;color:#222;font-size:15px;line-height:1.3;}
.dstv-reference-list li a:hover{background:#f7f7f7;color:#164b92;}
.dstv-reference-arrow{color:#e21a22;font-size:12px;line-height:1.5;flex:0 0 auto;}
.dstv-reference-list small{display:block;color:#888;font-size:10px;font-weight:400;margin-top:2px;}
.dstv-reference-empty{padding:15px 10px !important;color:#777;font-size:13px;}

/* Builder-created sidebar sections use the same visual language. */
.dstv-home-sidebar .dstv-builder-sidebar-news{border-radius:0;box-shadow:none;border-color:#cfcfcf;}
.dstv-home-sidebar .dstv-builder-sidebar-news .dstv-sidebar-title{background:#586b82;color:#fff;border:0;text-align:center;font-size:15px;padding:8px;}
.dstv-home-sidebar .dstv-builder-sidebar-news .dstv-sidebar-list li a{font-size:15px;padding:7px 8px;}

@media(max-width:950px){
  body.home .dstv-home-columns, body.front-page .dstv-home-columns{padding:10px 8px 20px;}
  .dstv-category-news-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:640px){
  body.home .dstv-home-columns, body.front-page .dstv-home-columns{padding:8px 0 16px;}
  body.home .dstv-home-menu-bar .dstv-nav a, body.front-page .dstv-home-menu-bar .dstv-nav a{font-size:14px;padding:9px 11px;}
  body.home .dstv-top-news-label, body.front-page .dstv-top-news-label{flex-basis:105px;font-size:15px;}
  body.home .dstv-notice-bar, body.front-page .dstv-notice-bar{grid-template-columns:105px 1fr;}
  .dstv-category-news-grid{grid-template-columns:1fr;}
}

/* =========================================================
   DS.TV 3.4.5 — balanced desktop frame + responsive layout
   Keep equal left/right whitespace and preserve existing design.
   ========================================================= */
@media (min-width: 951px){
  body.home .dstv-page,
  body.front-page .dstv-page{
    width:100% !important;
    margin:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }

  body.home .dstv-page > .dstv-home-stack,
  body.front-page .dstv-page > .dstv-home-stack{
    width:1140px !important;
    max-width:calc(100% - 40px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }

  body.home .dstv-home-stack > .dstv-video-section,
  body.front-page .dstv-home-stack > .dstv-video-section,
  body.home .dstv-home-stack > .dstv-section:not(.dstv-video-section),
  body.front-page .dstv-home-stack > .dstv-section:not(.dstv-video-section),
  body.home .dstv-home-stack > .dstv-home-columns,
  body.front-page .dstv-home-stack > .dstv-home-columns{
    width:100% !important;
    max-width:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  body.home .dstv-home-columns,
  body.front-page .dstv-home-columns{
    grid-template-columns:minmax(0,1fr) 270px !important;
    gap:24px !important;
    padding:14px 14px 24px !important;
    background:#f1f0f4;
  }

  body.home .dstv-home-primary,
  body.front-page .dstv-home-primary{
    min-width:0 !important;
    width:auto !important;
  }

  body.home .dstv-home-sidebar,
  body.front-page .dstv-home-sidebar{
    width:270px !important;
    min-width:270px !important;
  }
}

@media (max-width:950px){
  body.home .dstv-page > .dstv-home-stack,
  body.front-page .dstv-page > .dstv-home-stack{
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:10px !important;
    padding-right:10px !important;
  }

  body.home .dstv-home-columns,
  body.front-page .dstv-home-columns{
    grid-template-columns:1fr !important;
    width:100% !important;
    gap:18px !important;
    padding:10px 0 20px !important;
  }

  body.home .dstv-home-sidebar,
  body.front-page .dstv-home-sidebar{
    width:100% !important;
    min-width:0 !important;
    order:2;
  }
}

@media (max-width:640px){
  body.home .dstv-page > .dstv-home-stack,
  body.front-page .dstv-page > .dstv-home-stack{
    padding-left:8px !important;
    padding-right:8px !important;
  }

  body.home .dstv-home-columns,
  body.front-page .dstv-home-columns{
    padding:8px 0 16px !important;
  }

  body.home .dstv-home-sidebar,
  body.front-page .dstv-home-sidebar{
    width:100% !important;
  }
}


/* =========================================================
   DS.TV 3.4.6 — unified sidebar + balanced desktop frame
   Latest/Popular stay together; builder sidebar sections stack below.
   ========================================================= */
@media (min-width:951px){
  body.home .dstv-home-stack,
  body.front-page .dstv-home-stack{
    width:1140px !important;
    max-width:calc(100% - 40px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }
  body.home .dstv-home-columns,
  body.front-page .dstv-home-columns{
    width:100% !important;
    max-width:none !important;
    grid-template-columns:minmax(0,1fr) 300px !important;
    gap:24px !important;
    padding:14px 0 24px !important;
    background:#f1f0f4;
  }
  body.home .dstv-home-sidebar,
  body.front-page .dstv-home-sidebar{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
  }
  body.home .dstv-home-sidebar > *,
  body.front-page .dstv-home-sidebar > *{
    width:100% !important;
    box-sizing:border-box;
  }
}

.dstv-home-sidebar-main{
  width:100%;
  margin:0 0 16px;
  border:1px solid #cfcfcf;
  background:#fff;
  overflow:hidden;
}
.dstv-home-sidebar-main .dstv-reference-tabs{
  grid-template-columns:1fr 1fr;
  border-top:3px solid var(--dstv-latest-color,#164b92);
}
.dstv-home-sidebar-main .dstv-reference-tab{
  border-right:1px solid #d0d0d0;
  background:#eee;
  color:#222;
  padding:8px 5px;
  font-size:15px;
  line-height:1.25;
  min-width:0;
}
.dstv-home-sidebar-main .dstv-reference-tab.is-active{
  background:var(--dstv-tab-color,#164b92);
  color:#fff;
}
.dstv-home-sidebar-main .dstv-reference-panel{
  max-height:430px;
  overflow-y:auto;
}
.dstv-home-sidebar-main .dstv-reference-list li a{
  padding:8px 8px;
  font-size:15px;
}
.dstv-home-sidebar-main .dstv-reference-arrow{color:#e21a22;}
.dstv-home-sidebar .dstv-builder-sidebar-news{
  width:100% !important;
  margin-bottom:16px !important;
}

@media(max-width:950px){
  body.home .dstv-home-columns,
  body.front-page .dstv-home-columns{
    grid-template-columns:1fr !important;
    gap:18px !important;
    padding:10px 0 20px !important;
  }
  body.home .dstv-home-sidebar,
  body.front-page .dstv-home-sidebar{width:100% !important;min-width:0 !important;}
}
@media(max-width:640px){
  body.home .dstv-home-stack,
  body.front-page .dstv-home-stack{width:100% !important;max-width:100% !important;padding-left:8px !important;padding-right:8px !important;}
  body.home .dstv-home-columns,
  body.front-page .dstv-home-columns{padding:8px 0 16px !important;}
  .dstv-home-sidebar-main .dstv-reference-tab{font-size:14px;padding:8px 3px;}
}


/* ===== DS.TV Live Channel Pro 3.4.14 — Professional Advertisement Builder ===== */
.dstv-builder-ad{width:100%;margin:0 0 20px;}
.dstv-builder-ad-inner{position:relative;width:100%;min-height:var(--dstv-ad-height,120px);background:var(--dstv-ad-bg,#fff);border:1px solid #e2e5e9;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:8px;}
.dstv-ad-label{position:absolute;top:4px;left:8px;z-index:3;font-size:10px;line-height:1;color:#8b8f95;background:rgba(255,255,255,.85);padding:3px 5px;border-radius:2px;text-transform:uppercase;}
.dstv-ad-link{display:block;width:100%;height:100%;text-align:center;}
.dstv-ad-desktop-image,.dstv-ad-mobile-image{display:block;width:100%;height:auto;max-height:var(--dstv-ad-height,120px);object-fit:contain;margin:0 auto;}
.dstv-ad-mobile-image{display:none;}
.dstv-ad-code{width:100%;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;}
.dstv-ad-code img,.dstv-ad-code iframe{max-width:100%;}
.dstv-ad-text{width:100%;text-align:center;font-weight:700;line-height:1.6;}
.dstv-home-sidebar .dstv-builder-ad{margin-bottom:18px;}
.dstv-home-sidebar .dstv-builder-ad-inner{min-height:90px;padding:6px;}
@media(max-width:640px){
  .dstv-ad-desktop-image{display:none;}
  .dstv-ad-mobile-image{display:block;max-height:var(--dstv-ad-height,120px);}
  .dstv-builder-ad-inner{padding:5px;}
}

/* DS.TV 3.4.14 — Category -> Advertisement builder clarity */
.dstv-builder-auto-ad-note{padding:9px 11px;background:#f0f7ff;border:1px solid #c8def5;border-radius:4px;color:#175b93;font-weight:600;font-size:12px;line-height:1.4}
.dstv-builder-row.type-ad{border-left:4px solid #e11d48}
.dstv-builder-row.type-ad .dstv-builder-top{background:#fff7f8}
.dstv-builder-row.type-ad .dstv-builder-title{font-weight:700}
.dstv-builder-row.type-ad .dstv-media-picker{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.dstv-builder-row.type-ad .dstv-ad-preview{margin-top:7px}
.dstv-builder-row.type-ad .dstv-ad-preview img{display:block;max-width:360px;max-height:110px;width:auto;height:auto;border:1px solid #d9dee5;background:#fff;padding:3px}
@media(max-width:700px){.dstv-builder-row.type-ad .dstv-media-picker{display:block}.dstv-builder-row.type-ad .dstv-media-picker .button{margin-top:6px}.dstv-builder-row.type-ad .dstv-ad-preview img{max-width:100%}}


/* ===== DS.TV 3.4.21 — Sidebar advertisements + news thumbnails ===== */
.dstv-home-sidebar .dstv-builder-ad,
.dstv-home-sidebar .dstv-builder-ad-inner{width:100%;box-sizing:border-box;}
.dstv-home-sidebar .dstv-builder-ad-inner{min-height:var(--dstv-ad-height,100px);}
.dstv-home-sidebar .dstv-ad-desktop-image,
.dstv-home-sidebar .dstv-ad-mobile-image{max-width:100%;width:100%;height:auto;object-fit:contain;}

.dstv-reference-list-with-thumb{margin:0;padding:0;list-style:none;}
.dstv-reference-list-with-thumb li{border-bottom:1px dotted #c7c7c7;}
.dstv-reference-list-with-thumb li:last-child{border-bottom:0;}
.dstv-reference-list-with-thumb li>a{display:grid;grid-template-columns:66px minmax(0,1fr);gap:8px;align-items:start;padding:8px 7px;}
.dstv-reference-thumb{display:block;width:66px;height:48px;overflow:hidden;background:#eef1f5;border:1px solid #ddd;}
.dstv-reference-thumb-img{display:block;width:100%;height:100%;object-fit:cover;}
.dstv-reference-no-thumb{display:flex;width:100%;height:100%;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#777;}
.dstv-reference-copy{display:flex;min-width:0;gap:5px;align-items:flex-start;}
.dstv-reference-arrow{flex:0 0 auto;color:#e21a22;font-size:11px;line-height:1.5;}
.dstv-reference-title{display:block;min-width:0;font-size:14px;line-height:1.35;font-weight:600;}
.dstv-reference-title small{display:block;margin-top:3px;color:#888;font-size:10px;font-weight:400;}

.dstv-sidebar-news-with-thumb{margin:0;padding:0;list-style:none;}
.dstv-sidebar-news-with-thumb li{border-bottom:1px dotted #ccc;}
.dstv-sidebar-news-item{display:grid;grid-template-columns:68px minmax(0,1fr);gap:8px;padding:8px;align-items:start;}
.dstv-sidebar-news-thumb{display:block;width:68px;height:50px;overflow:hidden;background:#f1f2f4;border:1px solid #ddd;}
.dstv-sidebar-news-thumb img{display:block;width:100%;height:100%;object-fit:cover;}
.dstv-sidebar-no-thumb{display:flex;width:100%;height:100%;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#777;}
.dstv-sidebar-news-copy{min-width:0;display:block;}
.dstv-sidebar-news-copy strong{display:block;font-size:14px;line-height:1.35;font-weight:700;}
.dstv-sidebar-news-copy small{display:block;margin-top:3px;color:#888;font-size:10px;line-height:1.2;}

@media(max-width:640px){
  .dstv-reference-list-with-thumb li>a{grid-template-columns:60px minmax(0,1fr);gap:7px;padding:7px 6px;}
  .dstv-reference-thumb{width:60px;height:44px;}
  .dstv-reference-title{font-size:13px;}
  .dstv-sidebar-news-item{grid-template-columns:64px minmax(0,1fr);gap:7px;padding:7px;}
  .dstv-sidebar-news-thumb{width:64px;height:46px;}
  .dstv-sidebar-news-copy strong{font-size:13px;}
}

/* DS.TV 3.4.21 - sidebar advertisement */
.dstv-home-sidebar .dstv-builder-ad .dstv-builder-ad-inner{width:100%;box-sizing:border-box;min-width:0;}
.dstv-home-sidebar .dstv-builder-ad img{display:block;max-width:100%;width:auto;height:auto;object-fit:contain;}
.dstv-home-sidebar .dstv-builder-ad .dstv-ad-desktop-image{max-width:100%;} 
.dstv-home-sidebar .dstv-builder-ad .dstv-ad-mobile-image{display:none;}
@media(max-width:782px){.dstv-home-sidebar .dstv-builder-ad .dstv-ad-desktop-image{display:none;} .dstv-home-sidebar .dstv-builder-ad .dstv-ad-mobile-image{display:block;max-width:100%;}}

/* ===== DS.TV 3.4.21 — Fully Auto-Responsive Banner Advertisements ===== */
/* Image banners never use a fixed pixel height. The uploaded image keeps its
   natural aspect ratio and scales to the available container width. */
.dstv-builder-ad.dstv-ad-context-main .dstv-builder-ad-inner,
.dstv-builder-ad.dstv-ad-context-sidebar .dstv-builder-ad-inner{
  width:100%;
  min-width:0;
  min-height:0;
  height:auto;
  padding:0;
  overflow:hidden;
}
.dstv-builder-ad .dstv-ad-link{
  display:block;
  width:100%;
  height:auto;
  line-height:0;
  text-align:center;
}
.dstv-builder-ad .dstv-ad-desktop-image,
.dstv-builder-ad .dstv-ad-mobile-image{
  display:block;
  width:100% !important;
  max-width:100% !important;
  height:auto !important;
  max-height:none !important;
  min-height:0 !important;
  object-fit:contain;
  margin:0 auto;
}
.dstv-builder-ad .dstv-ad-mobile-image{display:none;}
.dstv-home-sidebar .dstv-builder-ad{width:100%;max-width:100%;margin:0 0 16px;}
.dstv-home-sidebar .dstv-builder-ad .dstv-builder-ad-inner{width:100%;max-width:100%;}
@media (max-width:782px){
  .dstv-builder-ad .dstv-ad-desktop-image{display:none;}
  .dstv-builder-ad .dstv-ad-mobile-image{display:block;}
  .dstv-home-sidebar .dstv-builder-ad{margin-bottom:14px;}
}


/* ===== DS.TV 3.4.22 — Newspaper-style professional footer ===== */
.dstv-footer-new{background:#11151a;color:#e8ebef;margin-top:42px;border-top:4px solid var(--dstv-red,#e21a22);font-family:inherit;}
.dstv-footer-new .dstv-container{max-width:var(--dstv-container,1280px);margin:0 auto;padding:0 18px;box-sizing:border-box;}
.dstv-footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1.15fr;gap:34px;padding:38px 0 30px;border-bottom:1px solid #2c323a;}
.dstv-footer-column{min-width:0;}
.dstv-footer-column h3{margin:0 0 15px;padding-bottom:9px;border-bottom:1px solid #343b45;color:#fff;font-size:17px;font-weight:800;position:relative;}
.dstv-footer-column h3:after{content:"";display:block;width:34px;height:2px;background:var(--dstv-red,#e21a22);position:absolute;left:0;bottom:-1px;}
.dstv-footer-brand{display:inline-block;color:#fff!important;text-decoration:none!important;font-size:34px;font-weight:950;letter-spacing:-1px;line-height:1;margin-bottom:12px;}
.dstv-footer-copy{color:#fff;font-size:15px;font-weight:700;line-height:1.6;}
.dstv-footer-description{color:#aeb6c1;font-size:13px;line-height:1.75;margin:11px 0 0;max-width:330px;}
.dstv-footer-column ul{list-style:none;margin:0;padding:0;}
.dstv-footer-column li{margin:0;border-bottom:1px solid rgba(255,255,255,.07);}
.dstv-footer-column li:last-child{border-bottom:0;}
.dstv-footer-column li a{display:block;padding:7px 0;color:#cbd1d8;text-decoration:none;font-size:13px;line-height:1.5;transition:color .18s,transform .18s;}
.dstv-footer-column li a:before{content:"›";color:var(--dstv-red,#e21a22);margin-right:7px;font-weight:900;}
.dstv-footer-column li a:hover{color:#fff;transform:translateX(3px);}
.dstv-footer-contact-list li{border:0!important;color:#b9c1cb;font-size:13px;padding:5px 0;}
.dstv-footer-contact-list li a{padding:0!important;}
.dstv-footer-contact-list li a:before{display:none;}
.dstv-footer-social{margin-top:17px;}
.dstv-footer-social>span{display:block;font-size:13px;font-weight:800;color:#fff;margin-bottom:8px;}
.dstv-footer-social>div{display:flex;flex-wrap:wrap;gap:7px;}
.dstv-social-pill{display:inline-block;border:1px solid #3a424c;border-radius:3px;padding:6px 9px;color:#dce1e7!important;text-decoration:none!important;font-size:11px;font-weight:700;}
.dstv-social-pill:hover{background:#20262d;border-color:#555e69;}
.dstv-footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:16px 0;font-size:12px;color:#929aa5;}
.dstv-footer-bottom-links{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-end;}
.dstv-footer-bottom-links a{color:#b7bec7;text-decoration:none;}
.dstv-footer-bottom-links a:hover{color:#fff;text-decoration:underline;}
@media(max-width:900px){.dstv-footer-grid{grid-template-columns:1fr 1fr;gap:26px;}}
@media(max-width:600px){.dstv-footer-new{margin-top:30px}.dstv-footer-grid{grid-template-columns:1fr;padding:30px 0 22px;gap:22px}.dstv-footer-brand{font-size:30px}.dstv-footer-bottom{flex-direction:column;align-items:flex-start;padding:14px 0 20px}.dstv-footer-bottom-links{justify-content:flex-start;gap:10px 15px}.dstv-footer-new .dstv-container{padding:0 12px;}}


/* ===== DS.TV 3.4.25 — Professional News Portal Footer ===== */
.dstv-footer-pro{
  margin-top:48px;
  color:#dfe4ea;
  background:#11161c;
  border-top:4px solid var(--dstv-red,#e21a22);
  font-family:inherit;
}
.dstv-footer-pro-container{
  width:min(1280px,calc(100% - 32px));
  margin:0 auto;
}
.dstv-footer-pro-top{background:#151b22;}
.dstv-footer-pro-grid{
  display:grid;
  grid-template-columns:1.35fr 1fr 1fr 1.15fr;
  gap:42px;
  padding:42px 0 36px;
}
.dstv-footer-pro-brand-col{min-width:0;padding-right:12px;}
.dstv-footer-pro-logo{
  display:inline-flex;
  align-items:center;
  min-height:52px;
  color:#fff!important;
  text-decoration:none!important;
  margin-bottom:10px;
}
.dstv-footer-pro-logo img{
  display:block;
  max-width:190px;
  max-height:58px;
  width:auto;
  height:auto;
  object-fit:contain;
}
.dstv-footer-pro-logo>span{
  font-size:40px;
  line-height:1;
  font-weight:900;
  letter-spacing:-2px;
}
.dstv-footer-pro-dot{color:var(--dstv-red,#e21a22);}
.dstv-footer-pro-tagline{
  color:#fff;
  font-size:16px;
  font-weight:800;
  line-height:1.5;
  margin-bottom:8px;
}
.dstv-footer-pro-desc{
  color:#9fa9b4;
  font-size:13px;
  line-height:1.8;
  max-width:350px;
  margin:0;
}
.dstv-footer-pro-col{min-width:0;}
.dstv-footer-pro-col h3{
  position:relative;
  margin:0 0 18px;
  padding:0 0 12px;
  color:#fff;
  font-size:17px;
  font-weight:800;
  border-bottom:1px solid #303842;
}
.dstv-footer-pro-col h3:after{
  content:"";
  position:absolute;
  left:0;
  bottom:-1px;
  width:42px;
  height:3px;
  background:var(--dstv-red,#e21a22);
}
.dstv-footer-pro-col ul{list-style:none;margin:0;padding:0;}
.dstv-footer-pro-col li{margin:0;border-bottom:1px solid rgba(255,255,255,.065);}
.dstv-footer-pro-col li:last-child{border-bottom:0;}
.dstv-footer-pro-col li a{
  display:block;
  position:relative;
  padding:8px 0 8px 15px;
  color:#bfc7d0;
  text-decoration:none;
  font-size:13px;
  line-height:1.45;
  transition:.18s ease;
}
.dstv-footer-pro-col li a:before{
  content:"›";
  position:absolute;
  left:0;
  color:var(--dstv-red,#e21a22);
  font-weight:900;
}
.dstv-footer-pro-col li a:hover{color:#fff;transform:translateX(3px);}
.dstv-footer-pro-contact-item{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:9px 0;
  border-bottom:1px solid rgba(255,255,255,.065);
}
.dstv-footer-pro-icon{
  flex:0 0 30px;
  width:30px;
  height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #3a434e;
  border-radius:50%;
  color:#fff;
  font-size:13px;
}
.dstv-footer-pro-contact-item div{min-width:0;}
.dstv-footer-pro-contact-item b{
  display:block;
  color:#fff;
  font-size:12px;
  margin-bottom:2px;
}
.dstv-footer-pro-contact-item span:not(.dstv-footer-pro-icon),
.dstv-footer-pro-contact-item a{
  color:#aeb7c2;
  font-size:13px;
  line-height:1.5;
  text-decoration:none;
  word-break:break-word;
}
.dstv-footer-pro-contact-item a:hover{color:#fff;}
.dstv-footer-pro-social{margin-top:22px;}
.dstv-footer-pro-social strong{display:block;color:#fff;font-size:13px;margin-bottom:9px;}
.dstv-footer-pro-social-links{display:flex;flex-wrap:wrap;gap:7px;}
.dstv-footer-pro-social-links a{
  display:inline-block;
  padding:7px 10px;
  border:1px solid #39424d;
  border-radius:3px;
  color:#cdd4dc!important;
  text-decoration:none!important;
  font-size:11px;
  font-weight:700;
}
.dstv-footer-pro-social-links a:hover{border-color:#697481;background:#20262d;color:#fff!important;}
.dstv-footer-pro-mid{
  background:#0f1419;
  border-top:1px solid #252c34;
  border-bottom:1px solid #252c34;
}
.dstv-footer-pro-mid-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:13px 0;
  color:#aeb6c0;
  font-size:12px;
}
.dstv-footer-pro-status{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#bfc7cf;
  white-space:nowrap;
}
.dstv-footer-pro-status i{
  display:inline-block;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#28a745;
}
.dstv-footer-pro-bottom{background:#0b0f13;}
.dstv-footer-pro-bottom-inner{
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:#7f8994;
  font-size:12px;
}
.dstv-footer-pro-bottom nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:18px;
}
.dstv-footer-pro-bottom nav a{
  color:#9ca5af;
  text-decoration:none;
}
.dstv-footer-pro-bottom nav a:hover{color:#fff;text-decoration:underline;}

@media(max-width:950px){
  .dstv-footer-pro-grid{grid-template-columns:1fr 1fr;gap:30px;}
}
@media(max-width:600px){
  .dstv-footer-pro{margin-top:32px;}
  .dstv-footer-pro-container{width:calc(100% - 24px);}
  .dstv-footer-pro-grid{grid-template-columns:1fr;gap:26px;padding:32px 0 25px;}
  .dstv-footer-pro-logo>span{font-size:34px;}
  .dstv-footer-pro-mid-inner{flex-direction:column;align-items:flex-start;gap:8px;}
  .dstv-footer-pro-bottom-inner{flex-direction:column;align-items:flex-start;justify-content:center;gap:10px;padding:15px 0;}
  .dstv-footer-pro-bottom nav{justify-content:flex-start;gap:9px 15px;}
}


/* ===== DS.TV 3.4.30 — Footer Logo + Mobile Menu reliability ===== */
.dstv-footer-logo-link{display:inline-flex!important;align-items:center;max-width:100%;text-decoration:none!important;margin:0 0 8px}
.dstv-footer-logo{display:block;width:auto;max-width:100%;height:auto;max-height:90px;object-fit:contain}
.dstv-footer-logo-link:hover{opacity:.94}
@media(max-width:640px){
  .dstv-menu-inner{position:relative}
  .dstv-menu-toggle{position:relative;z-index:20;cursor:pointer;-webkit-tap-highlight-color:transparent}
  .dstv-menu-toggle.is-open{background:rgba(0,0,0,.12);border-radius:3px}
  .dstv-nav.dstv-nav-open{display:block!important;visibility:visible!important;opacity:1!important;height:auto!important;max-height:none!important;overflow:visible!important}
  .dstv-nav.dstv-nav-open ul{display:block!important;visibility:visible!important;opacity:1!important}
  .dstv-nav.dstv-nav-open li{display:block!important;width:100%!important}
  .dstv-nav.dstv-nav-open a{display:block!important;width:100%!important}
  .dstv-footer-logo{max-height:75px}
}

/* 3.4.31 Universal branding fallback */
.dstv-brand-text-link{display:inline-flex;align-items:center;color:#111;text-decoration:none;font-weight:900;font-size:clamp(28px,3vw,44px);line-height:1.05;letter-spacing:-1px;max-width:100%;}
@media(max-width:700px){.dstv-brand-text-link{font-size:30px;justify-content:center;text-align:center;}}

/* 3.4.32: Main video indicator is always LIVE; watermark disabled. */
.dstv-live-watermark{display:none!important;}


/* ===== DS.TV 3.4.33 — Single Post Navigation + Social Share ===== */
/* Keep the single-post menu aligned from the same left edge as the content container. */
body.single .dstv-menu-inner,
body.page .dstv-menu-inner,
body.archive .dstv-menu-inner,
body.search .dstv-menu-inner,
body.category .dstv-menu-inner,
body.tag .dstv-menu-inner {
  justify-content:flex-start;
}
body.single .dstv-nav ul,
body.page .dstv-nav ul,
body.archive .dstv-nav ul,
body.search .dstv-nav ul,
body.category .dstv-nav ul,
body.tag .dstv-nav ul {
  justify-content:flex-start;
}

.dstv-post-share{
  margin:28px 0 6px;
  padding:18px 0 20px;
  border-top:1px solid #e6e8ec;
  border-bottom:1px solid #e6e8ec;
}
.dstv-post-share-title{
  margin:0 0 12px;
  font-size:16px;
  font-weight:800;
  color:#222831;
}
.dstv-post-share-buttons{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:9px;
}
.dstv-share-btn{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  border:1px solid #d9dde4;
  background:#fff;
  color:#20252d!important;
  box-shadow:0 2px 7px rgba(0,0,0,.06);
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;
}
.dstv-share-btn svg{width:20px;height:20px;display:block;fill:currentColor}
.dstv-share-btn:hover{transform:translateY(-2px);box-shadow:0 5px 14px rgba(0,0,0,.12);text-decoration:none}
.dstv-share-facebook:hover{background:#1877f2;color:#fff!important;border-color:#1877f2}
.dstv-share-whatsapp:hover{background:#25d366;color:#fff!important;border-color:#25d366}
.dstv-share-x:hover{background:#111;color:#fff!important;border-color:#111}
.dstv-share-telegram:hover{background:#229ed9;color:#fff!important;border-color:#229ed9}
.dstv-share-copy:hover{background:var(--dstv-red);color:#fff!important;border-color:var(--dstv-red)}
.dstv-share-copy.is-copied{background:#198754;color:#fff!important;border-color:#198754}
.dstv-share-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:640px){
  body.single .dstv-menu-inner,
  body.page .dstv-menu-inner,
  body.archive .dstv-menu-inner,
  body.search .dstv-menu-inner,
  body.category .dstv-menu-inner,
  body.tag .dstv-menu-inner{justify-content:flex-start}
  .dstv-post-share{margin-top:22px;padding-top:15px}
  .dstv-share-btn{width:40px;height:40px}
}
