/*
Theme Name: Desh Edition Channel24 Master
Theme URI: https://deshedition.com/
Author: Yellow Host
Description: Professional Bangla news portal theme built from the supplied Channel24-style reference layouts.
Version: 2.2.0
Text Domain: desh-edition-channel24
*/

:root{
  --red:#d40000;
  --dark:#171717;
  --text:#151515;
  --muted:#777;
  --line:#e5e5e5;
  --container:1140px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:"Noto Serif Bengali","SolaimanLipi","Siyam Rupali",Georgia,serif;color:var(--text);background:#fff;font-size:14px;line-height:1.45}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(var(--container),calc(100% - 32px));margin:0 auto}
.site-header{background:#fff;border-bottom:1px solid #ddd}
.header-main{height:68px;display:flex;align-items:center;gap:28px}
.site-logo{flex:0 0 150px;display:flex;align-items:center}
.site-logo img{max-height:56px;width:auto;max-width:100%}
.site-logo-text{font-size:25px;font-weight:800;color:var(--red);white-space:nowrap}
.main-nav{flex:1;display:flex;align-items:center;gap:22px;font-weight:700;font-size:14px;white-space:nowrap}
.main-nav a{padding:23px 0 19px;border-bottom:2px solid transparent}
.main-nav a:hover{color:var(--red);border-bottom-color:var(--red)}
.header-tools{display:flex;align-items:center;gap:10px;font-size:12px;white-space:nowrap}
.live{font-weight:800}
.tool-btn{border:0;background:none;font:inherit;cursor:pointer}
.subbar{border-top:1px solid #eee;border-bottom:1px solid #eee;height:36px}
.subbar .container{height:100%;display:flex;align-items:center;justify-content:space-between;color:#777;font-size:11px}
.trending{font-weight:700;color:#333}

/* v50 — Header latest 10 news ticker */
.de24-news-ticker{display:flex;align-items:center;min-width:0;flex:1;margin-left:18px;height:100%;overflow:hidden;}
.de24-news-ticker-title{flex:0 0 auto;background:#d40000;color:#fff;font-weight:800;font-size:12px;line-height:24px;padding:0 10px;border-radius:2px;margin-right:9px;white-space:nowrap;}
.de24-news-ticker-window{min-width:0;flex:1;overflow:hidden;white-space:nowrap;}
.de24-news-ticker-track{display:flex;align-items:center;width:max-content;white-space:nowrap;animation:de24TickerScroll var(--de24-ticker-duration,32s) linear infinite;}
.de24-news-ticker-track:hover{animation-play-state:paused;}
.de24-news-ticker-track a{color:#222;text-decoration:none;font-size:13px;font-weight:600;margin:0 9px;}
.de24-news-ticker-track a:hover{text-decoration:underline;}
.de24-news-ticker-set{display:inline-flex;align-items:center;flex:none;padding-right:28px;}
.de24-news-ticker-sep{color:#d40000;font-weight:900;}

/* 10 selectable latest-news ticker title/button styles. Style 1 keeps the current red arrow ribbon. */
.de24-ticker-style-1 .de24-news-ticker-title{background:#e40000;color:#fff;border-radius:3px 0 0 3px;box-shadow:0 1px 3px rgba(0,0,0,.12)}
.de24-ticker-style-2 .de24-news-ticker-title{background:#e40000;color:#fff;border-radius:999px;padding-left:15px;padding-right:15px;box-shadow:0 2px 6px rgba(228,0,0,.18)}
.de24-ticker-style-3 .de24-news-ticker-title{background:#fff;color:#d40000;border:2px solid #d40000;border-radius:5px;line-height:26px;box-shadow:none}
.de24-ticker-style-4 .de24-news-ticker-title{background:linear-gradient(135deg,#ff2525,#c90000);color:#fff;border-radius:5px;box-shadow:0 2px 7px rgba(200,0,0,.25)}
.de24-ticker-style-5 .de24-news-ticker-title{background:#171717;color:#fff;border-radius:4px;border-left:5px solid #e40000}
.de24-ticker-style-6 .de24-news-ticker-title{background:#d40000;color:#fff;border-radius:50px;padding-left:16px;padding-right:16px;box-shadow:0 0 0 3px rgba(212,0,0,.10)}
.de24-ticker-style-7 .de24-news-ticker-title{background:#222;color:#fff;border-radius:2px 8px 8px 2px;border-bottom:3px solid #e40000}
.de24-ticker-style-8 .de24-news-ticker-title{background:#fff0f0;color:#c90000;border:1px solid #ffc5c5;border-radius:6px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}
.de24-ticker-style-9 .de24-news-ticker-title{background:#fff;color:#d40000;border:2px solid #d40000;border-radius:4px;box-shadow:inset 0 0 0 2px #fff}
.de24-ticker-style-10 .de24-news-ticker-title{background:#d40000;color:#fff;border-radius:0;padding-left:16px;padding-right:16px;border-left:6px solid #8e0000;box-shadow:3px 0 0 #f04a4a}

@media(max-width:560px){
  /* Keep the selected style clean on the mobile ticker. The arrow is unique to Style 1. */
  .de24-ticker-style-1 .de24-news-ticker-title{border-radius:3px 0 0 3px;}
  .de24-ticker-style-1 .de24-news-ticker-title:after{display:block;}
  .de24-ticker-style-1 .de24-news-ticker-title:before{display:block;}
  .de24-ticker-style-2 .de24-news-ticker-title,
  .de24-ticker-style-3 .de24-news-ticker-title,
  .de24-ticker-style-4 .de24-news-ticker-title,
  .de24-ticker-style-5 .de24-news-ticker-title,
  .de24-ticker-style-6 .de24-news-ticker-title,
  .de24-ticker-style-7 .de24-news-ticker-title,
  .de24-ticker-style-8 .de24-news-ticker-title,
  .de24-ticker-style-9 .de24-news-ticker-title,
  .de24-ticker-style-10 .de24-news-ticker-title{height:30px;line-height:26px;margin-right:12px;}
  .de24-ticker-style-1 .de24-news-ticker-title:after,
  .de24-ticker-style-1 .de24-news-ticker-title:before{display:block;}
  .de24-ticker-style-2 .de24-news-ticker-title:after,
  .de24-ticker-style-2 .de24-news-ticker-title:before,
  .de24-ticker-style-3 .de24-news-ticker-title:after,
  .de24-ticker-style-3 .de24-news-ticker-title:before,
  .de24-ticker-style-4 .de24-news-ticker-title:after,
  .de24-ticker-style-4 .de24-news-ticker-title:before,
  .de24-ticker-style-5 .de24-news-ticker-title:after,
  .de24-ticker-style-5 .de24-news-ticker-title:before,
  .de24-ticker-style-6 .de24-news-ticker-title:after,
  .de24-ticker-style-6 .de24-news-ticker-title:before,
  .de24-ticker-style-7 .de24-news-ticker-title:after,
  .de24-ticker-style-7 .de24-news-ticker-title:before,
  .de24-ticker-style-8 .de24-news-ticker-title:after,
  .de24-ticker-style-8 .de24-news-ticker-title:before,
  .de24-ticker-style-9 .de24-news-ticker-title:after,
  .de24-ticker-style-9 .de24-news-ticker-title:before,
  .de24-ticker-style-10 .de24-news-ticker-title:after,
  .de24-ticker-style-10 .de24-news-ticker-title:before{display:none;}
}

@keyframes de24TickerScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.ad-wrap{padding:12px 0;background:#fafafa;border-bottom:1px solid #eee}
.top-ad{height:62px;background:#f1f1f1;display:flex;align-items:center;justify-content:center;color:#aaa;font-size:12px}
.section{padding:20px 0;border-bottom:2px solid var(--red)}
.section-title{border-top:2px solid var(--red);padding-top:7px;margin-bottom:9px;font-size:21px;line-height:1.1;font-weight:800;display:flex;align-items:center;gap:8px}
.section-title:before{content:"";width:15px;height:15px;border-radius:50%;background:var(--red);display:inline-block;flex:none}

/* MAIN REFERENCE */
.main-grid{display:grid;grid-template-columns:minmax(0,1.62fr) minmax(250px,.95fr) minmax(235px,.82fr);gap:14px;align-items:start}
.featured-main{min-width:0}
.featured-main .hero-img{width:100%;aspect-ratio:1.52/1;object-fit:cover;border-radius:10px}
.hero-title{font-size:25px;line-height:1.2;margin:7px 0 4px;font-weight:900}
.hero-excerpt{font-size:13px;color:#555;margin:0 0 7px}
.meta{font-size:10px;color:#999;margin-top:4px}
.main-small-list{margin-top:9px}
.main-small-item{display:grid;grid-template-columns:1fr 150px;gap:12px;padding:10px 0;border-top:1px solid var(--line)}
.main-small-item img{width:150px;height:84px;object-fit:cover;border-radius:9px;grid-column:2;grid-row:1}
.main-small-copy{grid-column:1;grid-row:1}
.small-title{font-size:16px;font-weight:800;line-height:1.25;margin:0}
.small-excerpt{font-size:11px;color:#666;margin:4px 0 0}
.middle-col,.right-col{min-width:0}
.video-box{background:#181818;border-radius:9px;overflow:hidden;margin-bottom:9px}
.video-box img{width:100%;aspect-ratio:16/9;object-fit:cover}
.video-caption{color:#fff;padding:7px 9px;font-size:14px;font-weight:800}
.middle-news-item{display:grid;grid-template-columns:1fr 92px;gap:8px;padding:8px 0;border-bottom:1px solid var(--line)}
.middle-news-item img{width:92px;height:62px;object-fit:cover;border-radius:7px;grid-column:2;grid-row:1}
.middle-news-copy{grid-column:1;grid-row:1}
.middle-news-copy h3{font-size:13px;line-height:1.25;margin:0;font-weight:800}
.ad-box{background:#f2f2f2;border:1px solid #ddd;min-height:105px;display:flex;align-items:center;justify-content:center;color:#aaa;margin-bottom:9px;font-size:12px}
.editor-head,.latest-head{border-top:2px solid var(--red);padding-top:5px;font-size:17px;font-weight:900;margin-top:7px;display:flex;align-items:center;gap:7px}
.editor-head:before,.latest-head:before{content:"";width:14px;height:14px;border-radius:50%;background:var(--red)}
.editor-card{border-bottom:1px solid var(--line);padding:8px 0}
.editor-card img{width:100%;aspect-ratio:1.7/1;object-fit:cover;border-radius:8px}
.editor-card h3{font-size:14px;line-height:1.25;margin:5px 0}
.latest-item{padding:7px 0;border-bottom:1px solid var(--line)}
.latest-item h4{font-size:12px;line-height:1.3;margin:0}
.latest-item .meta{margin-top:2px}

/* VIDEO GALLERY */
.video-section{background:#181616;color:#fff;padding:17px 0 20px}
.video-section .section-title{border-top:0;color:#fff;padding-top:0;margin-bottom:10px}
.video-layout{display:grid;grid-template-columns:1.62fr 1fr;gap:16px}
.video-feature{background:#222;border-radius:8px;overflow:hidden;position:relative}
.video-feature img{width:100%;aspect-ratio:1.62/1;object-fit:cover}
.video-feature .play,.video-card .play{position:absolute;right:8px;top:8px;width:26px;height:26px;border-radius:50%;background:#fff;color:#d00000;display:flex;align-items:center;justify-content:center;font-size:13px}
.video-feature h3{margin:0;padding:7px 9px;font-size:16px}
.video-bottom{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}
.video-card{position:relative;background:#222;border-radius:8px;overflow:hidden}
.video-card img{width:100%;aspect-ratio:1.65/1;object-fit:cover}
.video-card h4{margin:0;padding:6px 8px;font-size:13px;color:#fff}
.video-stack{display:grid;gap:9px}
.video-stack-item{display:grid;grid-template-columns:165px 1fr;gap:10px;background:#211f1f;border-radius:8px;overflow:hidden;align-items:center}
.video-stack-item img{width:165px;height:92px;object-fit:cover}
.video-stack-item h4{font-size:14px;line-height:1.3;margin:0;color:#fff;padding-right:7px}

/* 3-COLUMN CATEGORY */
.three-col{display:grid;grid-template-columns:1.62fr .95fr .82fr;gap:14px}
.category-feature img{width:100%;aspect-ratio:1.52/1;object-fit:cover;border-radius:8px}
.category-feature h3{font-size:19px;line-height:1.2;margin:5px 0}
.category-feature p{font-size:12px;color:#666;margin:0}
.compact-list{display:grid;gap:0}
.compact-item{display:grid;grid-template-columns:1fr 100px;gap:10px;padding:7px 0;border-bottom:1px solid var(--line)}
.compact-item img{width:100px;height:62px;object-fit:cover;border-radius:7px;grid-column:2;grid-row:1}
.compact-item div{grid-column:1;grid-row:1}
.compact-item h4{font-size:13px;line-height:1.25;margin:0}
.poll{border:1px solid #ddd;border-radius:7px;overflow:hidden}
.poll-head{background:#d00000;color:#fff;text-align:center;padding:5px;font-weight:800}
.poll img{width:100%;aspect-ratio:1.7/1;object-fit:cover}
.poll-body{padding:8px}
.poll-options{display:flex;justify-content:space-between;font-size:12px;margin:8px 0}
.pill{display:inline-block;background:#d00000;color:#fff;padding:4px 9px;border-radius:15px;font-size:11px;margin-right:5px}

/* SPECIAL */
.special-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.special-card{border:1px solid #eee;background:#fafafa}
.special-card .thumb{position:relative}
.special-card img{width:100%;aspect-ratio:1.55/1;object-fit:cover}
.special-card .play{position:absolute;right:7px;top:7px;background:#fff;color:#d00000;width:23px;height:23px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.special-card h3{font-size:13px;line-height:1.3;padding:6px 7px;margin:0}

/* TWO CATEGORY */
.dual-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.dual{border-right:1px solid #ddd;padding-right:15px}
.dual:last-child{border-right:0;padding-right:0}
.dual-top{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:7px}
.dual-top img{width:100%;aspect-ratio:1.35/1;object-fit:cover;border-radius:8px}
.dual-top h3{font-size:18px;line-height:1.2;margin:0 0 4px}
.dual-top p{font-size:11px;color:#666;margin:0}
.dual-list{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}
.dual-list .compact-item{grid-template-columns:1fr 78px}
.dual-list .compact-item img{width:78px;height:55px}

/* SARA DESH */
.district{border:1px solid #ddd;padding:12px}
.district h3{font-size:14px;margin:0 0 10px;display:flex;gap:7px;align-items:center}
.district h3:before{content:"";width:10px;height:7px;background:var(--red)}
.district select{width:100%;height:34px;border:1px solid #ccc;margin-bottom:9px;padding:0 8px;background:#fff}
.district button{background:#d00000;color:#fff;border:0;border-radius:4px;padding:7px 14px}
.sidebar-ad{height:170px;background:#eee;margin-top:12px;display:flex;align-items:center;justify-content:center;color:#aaa}

/* FOUR GRID */
.four-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.cat-card{min-width:0}
.cat-card .section-title{font-size:17px;margin-bottom:7px}
.cat-card .featured img{width:100%;aspect-ratio:1.55/1;object-fit:cover;border-radius:8px}
.cat-card .featured h3{font-size:15px;line-height:1.25;margin:5px 0}
.cat-card .featured p{font-size:11px;color:#666;margin:0 0 4px}
.cat-card .cat-mini{padding:7px 0;border-top:1px solid var(--line);font-size:12px;font-weight:700;line-height:1.3}

/* FOOTER */
.site-footer{background:#151515;color:#bbb;margin-top:25px;padding:30px 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}
.site-footer h3{color:#fff;font-size:15px;margin:0 0 9px}
.site-footer p,.site-footer li{font-size:11px;line-height:1.7}
.site-footer ul{list-style:none;padding:0;margin:0}
.copyright{text-align:center;margin-top:25px;border-top:1px solid #333;padding-top:12px;font-size:10px;color:#777}

/* MOBILE MENU */
.mobile-toggle{display:none}
.mobile-menu{display:none}
@media(max-width:900px){
  .container{width:min(100% - 22px,700px)}
  .header-main{height:60px}
  .site-logo{flex:0 0 220px}
  .site-logo img{max-height:54px}
  .site-logo-text{font-size:20px}
  .main-nav{display:none}
  .header-tools .follow{display:none}
  .mobile-toggle{display:block}
  .mobile-menu{position:fixed;inset:0;background:#fff;z-index:9999;overflow:auto}
  .mobile-menu.open{display:block}
  .mobile-menu-head{height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;border-bottom:2px solid var(--red)}
  .mobile-menu-head strong{font-size:20px;color:var(--red)}
  .mobile-menu-close{font-size:26px;border:0;background:none}
  .mobile-menu-list{padding:5px 15px 30px}
  .mobile-menu-list a,.mobile-parent{display:flex;align-items:center;justify-content:space-between;padding:13px 2px;border-bottom:1px solid #ddd;font-weight:700}
  .mobile-parent button{border:0;background:none;font-size:20px}
  .mobile-sub{display:none;padding-left:18px}
  .mobile-sub.open{display:block}
  .main-grid,.three-col{grid-template-columns:1fr}
  .right-col{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .video-layout{grid-template-columns:1fr}
  .video-stack-item{grid-template-columns:120px 1fr}
  .video-stack-item img{width:120px;height:75px}
  .special-grid{grid-template-columns:1fr 1fr}
  .dual-grid{grid-template-columns:1fr}
  .dual{border-right:0;padding-right:0}
  .four-grid{grid-template-columns:1fr 1fr;gap:12px}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  body{font-size:13px}
  .container{width:calc(100% - 16px)}
  .header-tools .live{font-size:10px}

  /* Mobile latest-news ticker — compact red ribbon style */
  .subbar{height:auto;padding:0;border-top:1px solid #eee;border-bottom:1px solid #e6e6e6;background:#fff}
  .subbar .container{height:auto;display:block;gap:0;align-items:stretch;padding:0}
  .subbar .bn-live-datetime{display:block;height:36px;line-height:36px;white-space:nowrap;overflow:hidden;text-overflow:clip;font-size:12px;color:#555;padding:0 0}
  .subbar .trending{display:none}
  .de24-news-ticker{display:flex;width:100%;height:42px;margin:0;min-width:0;align-items:center;overflow:hidden}
  .de24-news-ticker-title{position:relative;z-index:2;flex:0 0 auto;height:30px;line-height:30px;background:#e40000;color:#fff;font-size:15px;font-weight:800;padding:0 16px 0 14px;margin:0 14px 0 0;border-radius:3px 0 0 3px;white-space:nowrap;box-shadow:0 1px 3px rgba(0,0,0,.12)}
  .de24-news-ticker-title:after{content:"";position:absolute;right:-14px;top:0;width:20px;height:30px;background:#e40000;clip-path:polygon(0 0,100% 50%,0 100%)}
  .de24-news-ticker-title:before{content:"";position:absolute;right:-9px;top:3px;width:14px;height:24px;background:#fff;opacity:.96;clip-path:polygon(0 0,100% 50%,0 100%)}
  .de24-news-ticker-window{height:30px;min-width:0;flex:1;overflow:hidden;white-space:nowrap;display:flex;align-items:center}
  .de24-news-ticker-track{height:30px;display:flex;align-items:center;width:max-content;white-space:nowrap;animation:de24TickerScroll var(--de24-ticker-duration,32s) linear infinite}
  .de24-news-ticker-track a{font-size:14px;line-height:30px;font-weight:700;color:#222;text-decoration:none;margin:0 9px}
  .de24-news-ticker-track a:hover{text-decoration:none}
  .de24-news-ticker-set{height:30px;display:inline-flex;align-items:center;flex:none;padding-right:22px}
  .de24-news-ticker-sep{font-size:13px;color:#d40000;font-weight:900}
  .top-ad{height:55px}
  .hero-title{font-size:22px}
  .main-small-item{grid-template-columns:1fr 105px}
  .main-small-item img{width:105px;height:70px}
  .small-title{font-size:14px}
  .right-col{grid-template-columns:1fr}
  .middle-news-item{grid-template-columns:1fr 85px}
  .middle-news-item img{width:85px;height:58px}
  .video-bottom{gap:7px}
  .video-stack-item{grid-template-columns:105px 1fr}
  .video-stack-item img{width:105px;height:67px}
  .video-stack-item h4{font-size:12px}
  .special-grid,.four-grid{grid-template-columns:1fr 1fr}
  .dual-top{grid-template-columns:1fr}
  .dual-list{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
}


/* LIVE TV animated indicator — desktop + mobile */
.live-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-weight:800;
  color:#111;
  white-space:nowrap;
  text-decoration:none;
}
.live-indicator{
  position:relative;
  display:inline-block;
  width:8px;
  height:8px;
  min-width:8px;
  border-radius:50%;
  background:#e00000;
  box-shadow:0 0 0 0 rgba(224,0,0,.55);
  animation:de24-live-pulse 1.55s ease-out infinite;
}
.live-indicator:after{
  content:"";
  position:absolute;
  inset:-4px;
  border:1px solid rgba(224,0,0,.32);
  border-radius:50%;
  animation:de24-live-ring 1.55s ease-out infinite;
}
@keyframes de24-live-pulse{
  0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(224,0,0,.50)}
  45%{transform:scale(1.08);box-shadow:0 0 0 5px rgba(224,0,0,.08)}
  70%{transform:scale(1);box-shadow:0 0 0 8px rgba(224,0,0,0)}
}
@keyframes de24-live-ring{
  0%{transform:scale(.65);opacity:.75}
  70%,100%{transform:scale(1.55);opacity:0}
}
.mobile-live{
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}
@media(max-width:900px){
  .header-tools .live-link{display:inline-flex}
  .mobile-live{margin-left:auto;margin-right:10px}
}
@media(prefers-reduced-motion:reduce){
  .live-indicator,.live-indicator:after{animation:none!important}
  .live-indicator{box-shadow:none}
}

/* Bengali live date/time */
.bn-live-datetime{
  font-variant-numeric:normal;
  white-space:nowrap;
  color:#555;
  font-size:11px;
}

/* Prevent WordPress fallback menu from rendering as a vertical list */
.main-nav > ul,
.main-nav > .menu,
.main-nav > .menu-primary-container{display:flex;align-items:center;gap:22px;margin:0;padding:0;list-style:none}
.main-nav > ul > li,
.main-nav > .menu > li{list-style:none;margin:0;padding:0}
.main-nav .fallback-nav{display:flex;align-items:center;gap:22px;white-space:nowrap}
.main-nav .fallback-nav a{padding:23px 0 19px}
@media(max-width:900px){
  .bn-live-datetime{font-size:10px;white-space:normal;line-height:1.35}
}

.single-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:22px;align-items:start}.single-ad{min-height:220px;background:#f2f2f2;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;color:#aaa;margin-bottom:15px}.single-ad img{width:100%;height:auto}.related-section{margin-top:28px}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.related-card{border:1px solid #e5e5e5;border-radius:7px;overflow:hidden;background:#fff}.related-card img{width:100%;aspect-ratio:1.5/1;object-fit:cover}.related-card h3{font-size:14px;line-height:1.3;margin:7px}.social-home-section{padding-top:0}@media(max-width:900px){.single-layout{grid-template-columns:1fr}.related-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.related-grid{grid-template-columns:1fr 1fr}}

/* v6 — sticky header on desktop and mobile */
.site-header{
  position:sticky;
  top:0;
  z-index:9000;
  box-shadow:0 1px 8px rgba(0,0,0,.06);
}
.admin-bar .site-header{top:32px}
.mobile-menu{z-index:99999}
@media(max-width:782px){
  .admin-bar .site-header{top:46px}
}
@media(max-width:900px){
  .site-header{
    position:sticky;
    top:0;
    z-index:9000;
  }
}


/* 8-video gallery — screenshot-inspired compact dark layout */
.custom-video-gallery{display:grid;grid-template-columns:minmax(0,1.62fr) minmax(0,1fr);gap:16px;align-items:start}.custom-video-feature,.custom-video-card,.custom-video-stack-item,.custom-video-eighth{background:#211f1f;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.28)}.custom-video-thumb,.custom-video-stack-thumb{position:relative;display:block;background:#111;overflow:hidden}.custom-video-feature .custom-video-thumb{aspect-ratio:1.62/1}.custom-video-feature img{width:100%;height:100%;object-fit:cover;display:block}.custom-video-feature h3{margin:0;padding:7px 9px 10px;font-size:16px;line-height:1.25;color:#fff}.custom-video-play{position:absolute;right:8px;top:8px;width:28px;height:28px;border-radius:50%;background:#fff;color:#d40000;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;box-shadow:0 1px 4px rgba(0,0,0,.35)}.custom-video-bottom{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.custom-video-card .custom-video-thumb{aspect-ratio:1.65/1}.custom-video-card img{width:100%;height:100%;object-fit:cover;display:block}.custom-video-card h4{margin:0;padding:6px 8px 9px;color:#fff;font-size:13px;line-height:1.25}.custom-video-stack{display:grid;gap:9px}.custom-video-stack-item{display:grid;grid-template-columns:165px minmax(0,1fr);align-items:center}.custom-video-stack-thumb{width:165px;height:92px}.custom-video-stack-thumb img{width:100%;height:100%;object-fit:cover;display:block}.custom-video-stack-item h4{margin:0;padding:0 8px;font-size:14px;line-height:1.3}.custom-video-stack-item h4 a{color:#fff}.custom-video-eighth{margin-top:10px;display:block}.custom-video-eighth a{display:grid;grid-template-columns:165px 1fr;align-items:center;color:#fff}.custom-video-eighth img{width:165px;height:92px;object-fit:cover;display:block}.custom-video-eighth strong{padding:0 10px;font-size:14px;line-height:1.3}.video-empty{padding:25px;text-align:center;color:#aaa;background:#211f1f;border-radius:8px}.fb-card{background:#fff;border:1px solid #ddd;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.06);max-width:680px}.fb-card-cover{height:105px;background:linear-gradient(135deg,#1877f2,#0b5bd3);display:flex;align-items:center;justify-content:center}.fb-cover-icon{width:56px;height:56px;border-radius:50%;background:#fff;color:#1877f2;font:700 42px/62px Arial;text-align:center}.fb-card-body{display:flex;align-items:center;gap:12px;padding:12px}.fb-avatar{width:48px;height:48px;flex:none;border-radius:50%;background:#1877f2;color:#fff;font:700 34px/53px Arial;text-align:center}.fb-card-info{display:flex;flex-direction:column;min-width:0}.fb-card-info strong{font-size:16px;line-height:1.2}.fb-card-info span{font-size:12px;color:#777;margin-top:3px}.fb-visit{margin-left:auto;background:#1877f2;color:#fff!important;padding:8px 12px;border-radius:6px;font-weight:700;white-space:nowrap}.fb-card-link{padding:0 12px 12px;color:#777;font-size:12px;word-break:break-all}.fb-card-empty{padding:22px;text-align:center;color:#777}
@media(max-width:900px){.custom-video-gallery{grid-template-columns:1fr}.custom-video-stack{grid-template-columns:1fr 1fr;gap:8px}.custom-video-stack-item{grid-template-columns:110px minmax(0,1fr)}.custom-video-stack-thumb{width:110px;height:70px}.custom-video-stack-item h4{font-size:12px}.fb-card{max-width:none}.fb-card-body{align-items:flex-start}}
@media(max-width:560px){.custom-video-bottom{gap:7px}.custom-video-feature h3{font-size:14px}.custom-video-card h4{font-size:12px}.custom-video-stack{grid-template-columns:1fr}.custom-video-stack-item{grid-template-columns:105px minmax(0,1fr)}.custom-video-stack-thumb{width:105px;height:67px}.custom-video-stack-item h4{font-size:12px}.custom-video-eighth a{grid-template-columns:105px 1fr}.custom-video-eighth img{width:105px;height:67px}.fb-card-body{flex-wrap:wrap}.fb-visit{margin-left:0}.fb-card-link{font-size:11px}}


/* v8 — corrected 8-video gallery: first 5 videos shown as separate cards */
.custom-video-gallery-v8{
  display:grid;
  grid-template-columns:minmax(0,1.62fr) minmax(0,1fr);
  gap:14px;
  align-items:start;
}
.v8-video-feature{
  grid-row:1 / span 2;
  background:#211f1f;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 2px 8px rgba(0,0,0,.28);
}
.v8-video-right{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.v8-video-card,
.v8-video-bottom-card{
  background:#211f1f;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 2px 8px rgba(0,0,0,.28);
  min-width:0;
}
.v8-thumb{
  position:relative;
  background:#2a2929;
  overflow:hidden;
}
.v8-video-feature .v8-thumb{
  aspect-ratio:1.62/1;
}
.v8-video-card .v8-thumb{
  aspect-ratio:1.45/1;
}
.v8-video-bottom-card .v8-thumb{
  aspect-ratio:1.65/1;
}
.v8-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.v8-play{
  position:absolute;
  right:8px;
  top:8px;
  width:27px;
  height:27px;
  border-radius:50%;
  background:#fff;
  color:#d40000;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:900;
  box-shadow:0 1px 4px rgba(0,0,0,.4);
}
.v8-video-feature h3{
  margin:0;
  padding:8px 9px 10px;
  color:#fff;
  font-size:16px;
  line-height:1.25;
}
.v8-video-card h4,
.v8-video-bottom-card h4{
  margin:0;
  padding:7px 8px 9px;
  color:#fff;
  font-size:12px;
  line-height:1.3;
}
.v8-video-bottom-card{
  margin-top:0;
}
.custom-video-gallery-v8 > .v8-video-bottom-card:nth-last-child(3){
  grid-column:1;
}
.custom-video-gallery-v8 > .v8-video-bottom-card:nth-last-child(2){
  grid-column:2;
}
.custom-video-gallery-v8 > .v8-video-bottom-card:nth-last-child(1){
  grid-column:1 / -1;
}
@media(max-width:900px){
  .custom-video-gallery-v8{
    grid-template-columns:1fr;
  }
  .v8-video-feature{
    grid-row:auto;
  }
  .v8-video-right{
    grid-template-columns:1fr 1fr;
  }
  .custom-video-gallery-v8 > .v8-video-bottom-card:nth-last-child(3),
  .custom-video-gallery-v8 > .v8-video-bottom-card:nth-last-child(2),
  .custom-video-gallery-v8 > .v8-video-bottom-card:nth-last-child(1){
    grid-column:auto;
  }
}
@media(max-width:560px){
  .v8-video-right{
    grid-template-columns:1fr 1fr;
    gap:7px;
  }
  .v8-video-feature h3{font-size:14px}
  .v8-video-card h4,
  .v8-video-bottom-card h4{font-size:11px}
  .v8-play{width:24px;height:24px;font-size:11px}
}

/* Facebook page preview — plugin/SDK ছাড়াই Facebook Page-এর মতো compact card */
.fb-page-preview{background:#fff;border:1px solid #ddd;box-shadow:0 1px 4px rgba(0,0,0,.08);padding:0;overflow:hidden;max-width:680px}
.fb-preview-title{height:54px;display:flex;align-items:center;gap:8px;padding:0 14px;border-bottom:1px solid #e30000;font-size:18px;color:#202020}
.fb-mini-f{font:700 24px/1 Arial;color:#1877f2}
.fb-preview-inner{margin:10px 10px 0;border:1px solid #e0e0e0;background:#fff;overflow:hidden;height:var(--fb-card-height);box-shadow:0 0 2px rgba(0,0,0,.04)}
.fb-preview-cover{height:96px;background:linear-gradient(135deg,#e9e9e9,#f7f7f7);overflow:hidden}
.fb-preview-cover img{width:100%;height:100%;object-fit:cover;display:block}
.fb-preview-profile{display:flex;align-items:center;gap:10px;padding:10px 12px 8px;background:#fff}
.fb-preview-avatar{width:52px;height:52px;border-radius:3px;background:#1877f2;color:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center;font:700 34px/1 Arial;border:1px solid #bbb;flex:none}
.fb-preview-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.fb-preview-name{display:flex;flex-direction:column;min-width:0}.fb-preview-name strong{font-size:18px;color:#31528f;line-height:1.15}.fb-preview-name span{font-size:12px;color:#666;margin-top:3px}
.fb-preview-actions{display:flex;justify-content:space-between;gap:8px;padding:0 10px 8px;border-bottom:1px solid #e6e6e6}.fb-preview-actions a{border:1px solid #d5d9df;background:#f5f6f7;color:#385898!important;border-radius:2px;padding:5px 9px;font-size:12px;font-weight:600;text-decoration:none!important}.fb-preview-actions a:first-child{margin-right:auto}
.fb-preview-feed{padding:10px;display:grid;grid-template-columns:42px 1fr;gap:8px}.fb-feed-avatar{width:38px;height:38px;background:#1877f2;color:#fff;display:flex;align-items:center;justify-content:center;font:700 24px/1 Arial;overflow:hidden}.fb-feed-avatar img{width:100%;height:100%;object-fit:cover}.fb-feed-lines{padding-top:2px}.fb-feed-lines i{display:block;height:7px;background:#eceff2;border-radius:3px;margin-bottom:6px;width:80%}.fb-feed-lines i:nth-child(2){width:58%}.fb-feed-lines i:nth-child(3){width:68%}.fb-feed-box{grid-column:1/-1;height:calc(var(--fb-card-height) - 245px);min-height:95px;background:#fafafa;border:1px solid #eee;margin-top:2px}
.fb-preview-link{display:block;margin:10px;padding:8px 12px;text-align:center;background:#1877f2;color:#fff!important;border-radius:3px;font-weight:700;text-decoration:none!important}
@media(max-width:560px){.fb-page-preview{max-width:none}.fb-preview-title{height:48px;font-size:16px}.fb-preview-cover{height:78px}.fb-preview-avatar{width:46px;height:46px}.fb-preview-name strong{font-size:16px}}

/* News share + print toolbar */
.de24-share-print{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:14px 0 18px;padding:10px 0;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}
.de24-share-label{font-size:14px;font-weight:700;color:#333;margin-right:3px}
.de24-share-btn,.de24-print-btn{width:36px;height:36px;border:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important;cursor:pointer;transition:transform .15s ease,opacity .15s ease;box-shadow:0 1px 3px rgba(0,0,0,.15);padding:0}
.de24-share-btn:hover,.de24-print-btn:hover{transform:translateY(-1px);opacity:.9}
.de24-share-btn svg,.de24-print-btn svg{width:18px;height:18px;fill:#fff}
.de24-facebook{background:#1877f2}.de24-x{background:#111}.de24-whatsapp{background:#25d366}.de24-telegram{background:#229ed9}.de24-linkedin{background:#0a66c2}.de24-copy{background:#666}.de24-print-btn{width:auto;min-width:88px;border-radius:5px;background:#d60000;color:#fff;gap:7px;padding:0 13px;font-size:13px;font-weight:700}.de24-print-btn svg{width:17px;height:17px}
.de24-copy.is-copied{background:#168447}
@media(max-width:560px){.de24-share-print{gap:7px}.de24-share-label{width:100%;margin-bottom:1px}.de24-share-btn{width:34px;height:34px}.de24-print-btn{height:34px;min-width:82px}}

/* Clean newspaper print output */
@media print{
  @page{margin:14mm}
  body{background:#fff!important;color:#000!important}
  .site-header,.main-menu,.top-ad,.de24-share-print,.single-sidebar,.related-section,.site-footer,.mobile-menu,.admin-bar,.no-print{display:none!important}
  .container,.section,.single-layout,.single-content{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;display:block!important}
  .hero-title{font-size:26pt!important;line-height:1.3!important;color:#000!important;margin:0 0 8pt!important}
  .meta{font-size:10pt!important;color:#555!important;margin-bottom:12pt!important}
  .hero-img{max-width:100%!important;height:auto!important;display:block!important;margin:0 0 12pt!important}
  .hero-excerpt{font-size:12pt!important;line-height:1.8!important;color:#000!important}
  .hero-excerpt img{max-width:100%!important;height:auto!important}
  a{color:#000!important;text-decoration:none!important}
}

/* Homepage Facebook Page removed by design; Facebook Page card remains available on single-post sidebar. */
.social-home-section{display:none!important;}


/* Real Facebook Page iframe display, based on the supplied reference theme method */
.fb-plugin-card{margin-bottom:18px;background:#fff;border:1px solid #e5e5e5;border-radius:6px;overflow:hidden}
.fb-plugin-wrap{width:100%;background:#fff;line-height:0;overflow:hidden}
.fb-page-plugin{display:block;width:100%;max-width:500px;margin:0 auto;background:#fff}
.fb-plugin-empty{padding:14px;font-size:13px;color:#777;line-height:1.6}
@media(max-width:900px){.fb-page-plugin{max-width:100%}}

/* v14 — Larger, more readable Bengali typography */
body{font-size:16px;line-height:1.58}
.main-nav{font-size:15px}
.header-tools{font-size:13px}
.subbar .container{font-size:13px}
.top-ad{font-size:13px}
.section-title{font-size:23px}
.hero-title{font-size:28px;line-height:1.28}
.hero-excerpt{font-size:15px;line-height:1.65}
.meta{font-size:11px}
.small-title{font-size:18px;line-height:1.35}
.small-excerpt{font-size:13px;line-height:1.55}
.video-caption{font-size:15px}
.middle-news-copy h3{font-size:15px}
.ad-box{font-size:13px}
.editor-head,.latest-head{font-size:19px}
.editor-card h3{font-size:16px}
.latest-item h4{font-size:14px}
.video-feature h3{font-size:18px}
.video-card h4{font-size:14px}
.video-stack-item h4{font-size:15px}
.category-feature h3{font-size:21px}
.category-feature p{font-size:13px}
.compact-item h4{font-size:14px}
.poll-options{font-size:13px}
.pill{font-size:12px}
.special-card h3{font-size:14px}
.dual-top h3{font-size:20px}
.dual-top p{font-size:13px}
.district h3{font-size:15px}
.cat-card .section-title{font-size:19px}
.cat-card .featured h3{font-size:17px}
.cat-card .featured p{font-size:13px}
.cat-card .cat-mini{font-size:14px}
.site-footer h3{font-size:16px}
.site-footer p,.site-footer li{font-size:12px}
.copyright{font-size:11px}

@media(max-width:900px){
  body{font-size:15px;line-height:1.58}
  .subbar .container{font-size:12px}
  .mobile-menu-head strong{font-size:22px}
  .mobile-menu-list a,.mobile-parent{font-size:19px;padding:16px 2px;line-height:1.4}
  .mobile-parent button{font-size:23px}
  .hero-title{font-size:25px;line-height:1.3}
  .hero-excerpt{font-size:14px;line-height:1.65}
  .small-title{font-size:17px}
  .small-excerpt{font-size:13px}
  .section-title{font-size:22px}
  .middle-news-copy h3{font-size:15px}
  .category-feature h3{font-size:20px}
  .compact-item h4{font-size:14px}
  .bn-live-datetime{font-size:11px}
}

@media(max-width:560px){
  body{font-size:15px;line-height:1.62}
  .section-title{font-size:21px}
  .hero-title{font-size:24px;line-height:1.32}
  .hero-excerpt{font-size:14px;line-height:1.7}
  .small-title{font-size:16px;line-height:1.4}
  .small-excerpt{font-size:13px;line-height:1.6}
  .meta{font-size:11px}
  .middle-news-copy h3{font-size:15px}
  .video-feature h3{font-size:16px}
  .video-card h4{font-size:13px}
  .video-stack-item h4{font-size:13px}
  .category-feature h3{font-size:19px}
  .category-feature p{font-size:13px}
  .compact-item h4{font-size:14px}
  .cat-card .section-title{font-size:19px}
  .cat-card .featured h3{font-size:16px}
  .cat-card .cat-mini{font-size:13px}
  .site-footer p,.site-footer li{font-size:12px}
}

/* Single news readability */
.single-content .hero-title,.single-main .hero-title{font-size:30px;line-height:1.38}
.single-content p,.single-main p{font-size:17px;line-height:1.9}
@media(max-width:900px){
  .single-content .hero-title,.single-main .hero-title{font-size:27px}
  .single-content p,.single-main p{font-size:16px;line-height:1.85}
}
@media(max-width:560px){
  .single-content .hero-title,.single-main .hero-title{font-size:25px}
  .single-content p,.single-main p{font-size:15.5px;line-height:1.85}
}


/* v15 — Larger header controls for LIVE TV, Follow and Search, matching the mobile-menu typography */
.live-link{font-size:17px;line-height:1.2}
.live-link .live-indicator{width:10px;height:10px;min-width:10px}
.header-tools .follow{font-size:16px;font-weight:700;line-height:1.2}
.header-tools .tool-btn{font-size:26px;line-height:1;min-width:28px;min-height:28px;padding:0}
.mobile-toggle{font-size:27px!important}
.mobile-live{font-size:18px}
.mobile-menu-close{font-size:30px}
@media(max-width:900px){
  .header-tools{gap:12px}
  .header-tools .live-link{font-size:17px}
  .header-tools .tool-btn{font-size:27px}
  .header-tools .mobile-toggle{font-size:28px!important}
}
@media(max-width:560px){
  .header-tools{gap:10px}
  .header-tools .live-link{font-size:17px}
  .header-tools .tool-btn{font-size:27px}
  .header-tools .mobile-toggle{font-size:28px!important}
}

/* v17 — Calendar-style date archive search */
.de24-archive-box{padding:14px 14px 16px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;margin-top:10px}
.de24-archive-label{font-size:15px;font-weight:700;line-height:1.5;margin-bottom:10px;color:#222}
.de24-archive-form{display:flex;flex-direction:column;gap:9px}
.de24-date-field{position:relative;width:100%}
.de24-date-field input{display:block;width:100%;height:46px;border:1px solid #cfcfcf;border-radius:5px;background:#fff;padding:0 12px;font-family:inherit;font-size:15px;color:transparent;box-sizing:border-box}
.de24-date-field input:valid{color:#333}
.de24-date-field input:focus{outline:none;border-color:#d40000;box-shadow:0 0 0 2px rgba(212,0,0,.10)}
.de24-date-field span{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:14px;color:#777;pointer-events:none;background:#fff;padding-right:6px}
.de24-date-field input:valid + span,.de24-date-field input:focus + span{display:none}
.de24-date-field input::-webkit-calendar-picker-indicator{opacity:.75;cursor:pointer;width:22px;height:22px}
.de24-archive-form button{height:44px;border:0;border-radius:5px;background:#d40000;color:#fff;font-family:inherit;font-size:15px;font-weight:700;cursor:pointer}
.de24-archive-form button:hover{background:#b80000}
.de24-archive-results-page{padding-top:26px;padding-bottom:50px}
.de24-archive-results-head{border-bottom:1px solid #ddd;margin-bottom:18px;padding-bottom:10px}
.de24-archive-results-head .section-title{margin-bottom:4px}
.de24-archive-results-head p{margin:0;color:#666;font-size:15px}
.de24-archive-results-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.de24-archive-result{display:flex;gap:14px;border-bottom:1px solid #ddd;padding-bottom:14px}
.de24-archive-result-image{width:180px;min-width:180px;height:110px;display:block;overflow:hidden;border-radius:7px}
.de24-archive-result-image img{width:100%;height:100%;object-fit:cover;display:block}
.de24-archive-result-copy h2{font-size:20px;line-height:1.4;margin:0 0 5px}
.de24-archive-result-copy h2 a{color:inherit;text-decoration:none}
.de24-archive-result-copy p{font-size:13px;line-height:1.55;color:#666;margin:5px 0 0}
.de24-archive-no-results{padding:25px 15px;border:1px solid #e5e5e5;background:#fafafa;text-align:center;color:#666;border-radius:7px}
@media(max-width:900px){
  .de24-archive-results-grid{grid-template-columns:1fr}
  .de24-archive-result-image{width:145px;min-width:145px;height:92px}
  .de24-archive-result-copy h2{font-size:18px}
}
@media(max-width:560px){
  .de24-archive-box{padding:13px}
  .de24-archive-label{font-size:16px}
  .de24-date-field input{height:48px;font-size:15px}
  .de24-archive-form button{height:46px;font-size:16px}
  .de24-archive-result{gap:10px}
  .de24-archive-result-image{width:115px;min-width:115px;height:78px}
  .de24-archive-result-copy h2{font-size:16px;line-height:1.4}
  .de24-archive-result-copy p{font-size:12px;line-height:1.5}
}

/* v19 — Desktop Follow button with social-media popup */
.header-tools .follow{
  border:0;
  background:transparent;
  color:#111;
  font-family:inherit;
  cursor:pointer;
  padding:3px 2px;
  font-size:16px;
  font-weight:700;
  line-height:1.2;
  white-space:nowrap;
}
.header-tools .follow:hover{color:var(--red)}
.de24-social-popup{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:10020;display:none;align-items:flex-start;justify-content:center;padding:92px 18px 30px}
.de24-social-popup.open{display:flex}
.de24-social-popup-inner{width:min(560px,100%);background:#fff;border-radius:12px;box-shadow:0 18px 55px rgba(0,0,0,.22);padding:18px}
.de24-social-popup-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee;padding-bottom:12px;margin-bottom:14px}
.de24-social-popup-head strong{font-size:20px}
.de24-social-close{width:34px;height:34px;border:0;background:#f5f5f5;border-radius:50%;font-size:25px;line-height:1;cursor:pointer;color:#222}
.de24-social-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.de24-social-item{display:flex;align-items:center;gap:9px;padding:11px 10px;border:1px solid #e7e7e7;border-radius:8px;text-decoration:none;color:#222;background:#fff;font-size:14px;font-weight:700;transition:.18s ease}
.de24-social-item:hover{border-color:#d40000;transform:translateY(-1px);box-shadow:0 4px 14px rgba(0,0,0,.07)}
.de24-social-icon{width:32px;height:32px;min-width:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#222;color:#fff;font-family:Arial,sans-serif;font-size:17px;font-weight:800}
.de24-fb{background:#1877f2}.de24-yt{background:#f00}.de24-ig{background:#d62976}.de24-x{background:#111}.de24-tt{background:#111}.de24-li{background:#0a66c2;font-size:13px}.de24-wa{background:#25d366}.de24-tg{background:#229ed9}.de24-th{background:#111}.de24-pin{background:#bd081c}.de24-web{background:#d40000}
.de24-social-empty{margin:0;color:#777;font-size:14px;line-height:1.7}
@media(max-width:900px){
  .de24-social-popup{padding-top:78px}
  .de24-social-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .de24-social-popup{padding:70px 10px 18px}
  .de24-social-popup-inner{padding:14px;border-radius:10px}
  .de24-social-popup-head strong{font-size:18px}
  .de24-social-item{font-size:13px;padding:10px 8px}
}

/* v20 — configurable publisher/editor/journalist, important links and social footer */
.footer-grid-pro{grid-template-columns:1.45fr 1.45fr 1fr 1.15fr;align-items:start}
.site-footer h3{font-size:17px;margin-bottom:12px}
.site-footer p{font-size:13px;line-height:1.8}
.footer-people{display:grid;gap:7px}
.footer-person{font-size:12px;line-height:1.6;color:#c7c7c7;word-break:break-word}
.footer-person strong{color:#fff}
.footer-person a{color:#ddd;text-decoration:none;margin-left:4px;white-space:nowrap}
.footer-person a:hover{text-decoration:underline}
.footer-leadership{margin-top:12px}
.footer-important-links{list-style:none;padding:0;margin:0;display:grid;gap:7px}
.footer-important-links li{font-size:13px;line-height:1.5}
.footer-important-links a{color:#c7c7c7;text-decoration:none}
.footer-important-links a:hover{color:#fff;text-decoration:underline}
.footer-social-grid{display:flex;flex-wrap:wrap;gap:8px}
.footer-social-item{display:inline-flex;align-items:center;gap:6px;color:#ddd;text-decoration:none;font-size:12px;border:1px solid rgba(255,255,255,.14);border-radius:6px;padding:6px 8px}
.footer-social-item:hover{color:#fff;border-color:rgba(255,255,255,.3)}
.footer-social-item .de24-social-icon{width:22px;height:22px;font-size:12px}
.footer-social-note{font-size:10px!important;color:#888!important;margin-top:10px!important}
@media(max-width:1100px){.footer-grid-pro{grid-template-columns:1.3fr 1.3fr 1fr 1fr;gap:18px}}
@media(max-width:900px){
  .footer-grid-pro{grid-template-columns:1fr 1fr;gap:24px}
  .site-footer h3{font-size:18px}
  .site-footer p{font-size:13px}
  .footer-person{font-size:13px}
  .footer-important-links li{font-size:13px}
}
@media(max-width:560px){
  .footer-grid-pro{grid-template-columns:1fr;gap:22px}
  .site-footer{padding:26px 0}
  .site-footer h3{font-size:19px}
  .footer-person{font-size:14px;line-height:1.65}
  .footer-person a{display:inline-block}
  .footer-important-links li{font-size:14px}
  .footer-social-item{font-size:13px;padding:7px 9px}
}


/* v21 — completely new responsive footer style */
.de24-footer-new{margin-top:40px;padding:0;background:#101214;color:#d7d7d7;border-top:4px solid var(--red);}
.de24-footer-wrap{width:min(1180px,calc(100% - 30px));padding-top:34px;padding-bottom:0;}
.de24-footer-top{display:grid;grid-template-columns:1.35fr 1.25fr 1fr 1fr;gap:28px;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.12);}
.de24-footer-new h2,.de24-footer-new h3{margin:0;color:#fff;}
.de24-footer-brand h2{font-size:25px;margin:10px 0 8px;}
.de24-footer-brand p{font-size:14px;line-height:1.85;color:#aeb4bb;margin:0;max-width:360px;}
.de24-footer-logo{min-height:34px;display:flex;align-items:center;}
.de24-footer-logo .custom-logo-link{display:inline-flex;align-items:center;}
.de24-footer-logo img{max-height:52px;width:auto;object-fit:contain;}
.de24-footer-contact h3,.de24-footer-links h3,.de24-footer-social h3{font-size:18px;padding-left:12px;border-left:3px solid var(--red);margin-bottom:15px;}
.de24-contact-card{background:#181b1f;border:1px solid rgba(255,255,255,.08);border-radius:9px;padding:12px 13px;margin-bottom:10px;display:grid;gap:3px;}
.de24-contact-role,.de24-footer-kicker{color:#ef4b4b;font-size:11px;font-weight:800;letter-spacing:.3px;}
.de24-contact-card strong{font-size:14px;color:#fff;line-height:1.45;}
.de24-contact-line,.de24-contact-phone{font-size:12px;color:#aeb4bb;line-height:1.55;text-decoration:none;}
.de24-contact-phone:hover{color:#fff;}
.de24-footer-links ul{list-style:none;padding:0;margin:0;display:grid;gap:8px;}
.de24-footer-links li{margin:0;padding:0;}
.de24-footer-links a{display:flex;align-items:center;gap:7px;color:#c5c9ce;text-decoration:none;font-size:13px;line-height:1.5;}
.de24-footer-links a span{color:#ef4b4b;font-size:19px;line-height:1;}
.de24-footer-links a:hover{color:#fff;}
.de24-footer-social-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
.de24-footer-social-item{display:flex;align-items:center;gap:7px;color:#cdd1d5;text-decoration:none;background:#181b1f;border:1px solid rgba(255,255,255,.08);border-radius:7px;padding:8px 8px;font-size:11px;font-weight:700;}
.de24-footer-social-item:hover{color:#fff;border-color:rgba(255,255,255,.24);transform:translateY(-1px);}
.de24-footer-social-item .de24-social-icon{width:25px;height:25px;min-width:25px;font-size:12px;}
.de24-footer-team{padding:25px 0 26px;}
.de24-team-head{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:15px;}
.de24-team-head h3{font-size:21px;margin-top:3px;}
.de24-team-note{font-size:11px;color:#858c93;}
.de24-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;}
.de24-team-card{background:#181b1f;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:10px 11px;display:grid;gap:3px;min-width:0;}
.de24-team-card strong{font-size:13px;color:#fff;line-height:1.45;overflow-wrap:anywhere;}
.de24-team-card span,.de24-team-card a{font-size:11px;color:#aeb4bb;line-height:1.5;overflow-wrap:anywhere;text-decoration:none;}
.de24-team-card a:hover{color:#fff;}
.de24-footer-bottom{display:flex;justify-content:space-between;gap:15px;padding:14px 0;font-size:10px;color:#777;border-top:1px solid rgba(255,255,255,.08);}
@media(max-width:1100px){
  .de24-footer-top{grid-template-columns:1.3fr 1.2fr 1fr;}
  .de24-footer-social{grid-column:1/-1;}
  .de24-footer-social-grid{grid-template-columns:repeat(5,1fr);}
  .de24-team-grid{grid-template-columns:repeat(3,1fr);}
}
@media(max-width:900px){
  .de24-footer-wrap{width:calc(100% - 22px);padding-top:28px;}
  .de24-footer-top{grid-template-columns:1fr 1fr;gap:20px;}
  .de24-footer-brand{grid-column:1/-1;}
  .de24-footer-brand p{max-width:none;}
  .de24-footer-social{grid-column:1/-1;}
  .de24-footer-social-grid{grid-template-columns:repeat(4,1fr);}
  .de24-team-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:560px){
  .de24-footer-new{margin-top:28px;}
  .de24-footer-wrap{width:calc(100% - 18px);padding-top:24px;}
  .de24-footer-top{grid-template-columns:1fr;gap:20px;padding-bottom:22px;}
  .de24-footer-brand,.de24-footer-social{grid-column:auto;}
  .de24-footer-brand h2{font-size:22px;}
  .de24-footer-brand p{font-size:13px;line-height:1.75;}
  .de24-footer-contact h3,.de24-footer-links h3,.de24-footer-social h3{font-size:17px;margin-bottom:12px;}
  .de24-contact-card{padding:11px 12px;}
  .de24-footer-social-grid{grid-template-columns:repeat(2,1fr);}
  .de24-footer-social-item{font-size:12px;padding:8px;}
  .de24-team-head{align-items:flex-start;flex-direction:column;gap:4px;}
  .de24-team-head h3{font-size:19px;}
  .de24-team-grid{grid-template-columns:1fr;gap:8px;}
  .de24-team-card{padding:11px 12px;}
  .de24-team-card strong{font-size:14px;}
  .de24-team-card span,.de24-team-card a{font-size:12px;}
  .de24-footer-bottom{flex-direction:column;gap:5px;font-size:10px;line-height:1.5;}
}

.de24-freeform-contact>div{font-size:13px;color:#c8cdd2;line-height:1.7;white-space:normal;overflow-wrap:anywhere;}
.de24-freeform-team{font-size:12px;color:#c8cdd2;line-height:1.65;white-space:normal;overflow-wrap:anywhere;}
@media(max-width:900px){
  .de24-freeform-contact>div{font-size:13px;line-height:1.75;}
  .de24-freeform-team{font-size:13px;line-height:1.7;}
}
/* v28 free-form footer fields */
.de24-freeform-contact-grid{display:grid;gap:10px;}
.de24-freeform-contact{white-space:normal;line-height:1.75;}
.de24-footer-contact .de24-contact-card{margin:0;padding:11px 13px;}
@media(max-width:900px){.de24-freeform-contact-grid{grid-template-columns:1fr;}.de24-footer-contact .de24-contact-card{font-size:13px;}}

.de24-poll-options{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center}
.de24-poll-options label{font-size:12px;cursor:pointer}
.de24-poll-actions{display:flex;gap:7px;flex-wrap:wrap}
.de24-poll-actions .pill{border:0;cursor:pointer}
.de24-poll-message{margin-top:8px;font-size:11px;color:#555}
.de24-poll-result-row{display:flex;justify-content:space-between;border-top:1px solid #eee;padding:4px 0}
.de24-district-card select{cursor:pointer}
.de24-district-card button{cursor:pointer}

/* v33 — Full-screen desktop all-category overlay, matching reference */
.de24-allcat-panel{
  display:none;
  position:fixed;
  left:0;
  right:0;
  top:0;
  width:100%;
  height:100vh;
  overflow-y:auto;
  background:#fff;
  z-index:100000;
  border-top:0;
  box-shadow:0 8px 30px rgba(0,0,0,.12);
}
.de24-allcat-panel.open{display:block}
.de24-allcat-inner{max-width:1180px;margin:0 auto;padding:25px 28px 28px;box-sizing:border-box;min-height:100vh}
.de24-allcat-top{display:flex;align-items:center;justify-content:center;position:relative;padding:84px 0 30px;border-bottom:1px solid #ddd}
.de24-allcat-search{width:min(840px,100%)}
.de24-allcat-search form{display:flex!important;margin:0!important;width:100%!important}
.de24-allcat-search input[type="search"],.de24-allcat-search input[type="text"]{height:46px!important;flex:1!important;width:auto!important;border:1px solid #777!important;border-radius:0!important;padding:0 14px!important;font-size:15px!important;box-sizing:border-box!important}
.de24-allcat-search button,.de24-allcat-search input[type="submit"]{height:46px!important;border:1px solid #d40000!important;background:#d40000!important;color:#fff!important;border-radius:0 4px 4px 0!important;padding:0 18px!important;font-size:15px!important;font-weight:700!important}
.de24-allcat-close{position:absolute;right:0;top:25px;width:32px;height:32px;border:1px solid #bbb;background:#fff;color:#d40000;font-size:28px;line-height:28px;cursor:pointer}
.de24-allcat-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));column-gap:45px;row-gap:0;padding:38px 8px 25px}
.de24-allcat-item{display:block;color:#111!important;text-decoration:none!important;font-size:15px;line-height:1.55;padding:3px 0;min-height:26px}
.de24-allcat-item:hover{color:#d40000!important}
.de24-allcat-item:nth-child(5n+1),.de24-allcat-item strong{font-weight:700}
.de24-allcat-bottom{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:13px 0;margin:0 8px}
.de24-allcat-bottom a{color:#111;text-decoration:none;font-size:14px;padding:0 14px;border-right:1px solid #ddd}
.de24-allcat-bottom a:last-child{border-right:0}
body.de24-allcat-open{overflow:hidden}
/* The all-category overlay is desktop-only; mobile keeps the existing menu. */
@media(max-width:900px){
  .de24-allcat-toggle{display:none!important}
  .de24-allcat-panel{display:none!important}
}
@media(min-width:901px){
  .de24-allcat-toggle{display:inline-flex!important;align-items:center;justify-content:center}
}

/* v34 — exact full-screen category overlay layout */
.de24-allcat-panel{display:none!important;position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;background:#fff!important;z-index:2147483000!important;overflow-y:auto!important;box-sizing:border-box!important;color:#111!important}
.de24-allcat-panel.open{display:block!important}
.de24-allcat-inner{width:100%!important;max-width:none!important;min-height:100vh!important;margin:0!important;padding:0 7.5vw 24px!important;box-sizing:border-box!important;background:#fff!important}
.de24-allcat-header{height:92px!important;border-bottom:1px solid #ddd!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important}
.de24-allcat-logo{position:absolute!important;left:0!important;top:50%!important;transform:translateY(-50%)!important;display:flex!important;align-items:center!important}
.de24-allcat-logo .custom-logo-link{display:block!important;line-height:0!important}
.de24-allcat-logo img{max-width:72px!important;max-height:72px!important;width:auto!important;height:auto!important;object-fit:contain!important}
.de24-allcat-logo>a:not(.custom-logo-link){font-size:28px!important;font-weight:700!important;color:#111!important;text-decoration:none!important}
.de24-allcat-date{font-size:13px!important;color:#222!important;white-space:nowrap!important;text-align:center!important}
.de24-allcat-close{position:absolute!important;right:0!important;top:25px!important;width:30px!important;height:30px!important;border:1px solid #bbb!important;background:#fff!important;color:#d40000!important;font-size:28px!important;line-height:25px!important;padding:0!important;cursor:pointer!important}
.de24-allcat-top{height:auto!important;padding:38px 0 22px!important;border:0!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important}
.de24-allcat-search{width:min(810px,75vw)!important}
.de24-allcat-search form{display:flex!important;margin:0!important;width:100%!important}
.de24-allcat-search input[type="search"],.de24-allcat-search input[type="text"]{height:44px!important;flex:1!important;width:auto!important;border:1px solid #777!important;border-radius:0!important;padding:0 13px!important;font-size:15px!important;box-sizing:border-box!important;outline:none!important}
.de24-allcat-search button,.de24-allcat-search input[type="submit"]{height:44px!important;border:1px solid #d40000!important;background:#d40000!important;color:#fff!important;border-radius:0 3px 3px 0!important;padding:0 16px!important;font-size:15px!important;font-weight:700!important;cursor:pointer!important}
.de24-allcat-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;column-gap:55px!important;row-gap:0!important;padding:22px 0 28px!important;margin:0!important}
.de24-allcat-item{display:block!important;color:#111!important;text-decoration:none!important;font-size:16px!important;line-height:1.48!important;padding:3px 0!important;min-height:25px!important}
.de24-allcat-item:hover{color:#d40000!important}
.de24-allcat-bottom{display:grid!important;grid-template-columns:repeat(5,1fr)!important;border-top:1px solid #ddd!important;border-bottom:1px solid #ddd!important;padding:12px 0!important;margin:0!important}
.de24-allcat-bottom a{color:#111!important;text-decoration:none!important;font-size:14px!important;padding:0 14px!important;border-right:1px solid #ddd!important;white-space:nowrap!important}
.de24-allcat-bottom a:last-child{border-right:0!important}
.de24-allcat-panel .de24-allcat-logo .custom-logo{margin:0!important}
body.de24-allcat-open{overflow:hidden!important}
@media(max-width:900px){.de24-allcat-toggle{display:none!important}.de24-allcat-panel{display:none!important}}
@media(min-width:901px){.de24-allcat-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important}}

/* v34 overlay refinements */
.de24-allcat-bottom{grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:center!important}
.de24-allcat-bottom a,.de24-overlay-follow{display:flex!important;align-items:center!important;justify-content:center!important;min-height:30px!important;color:#111!important;background:transparent!important;text-decoration:none!important;border:0!important;border-right:1px solid #ddd!important;font:inherit!important;font-size:14px!important;cursor:pointer!important;white-space:nowrap!important}
.de24-allcat-bottom a:last-of-type{border-right:1px solid #ddd!important}
.de24-overlay-follow{border-right:0!important;width:100%!important}
.de24-allcat-grid{min-height:360px!important}
@media(max-width:1100px) and (min-width:901px){.de24-allcat-inner{padding-left:5vw!important;padding-right:5vw!important}.de24-allcat-grid{column-gap:28px!important}.de24-allcat-item{font-size:15px!important}}

/* v36 mobile all-category overlay */
@media(max-width:900px){
  .de24-allcat-panel{display:none!important;position:fixed!important;inset:0!important;width:100vw!important;height:100dvh!important;min-height:100vh!important;background:#fff!important;z-index:2147483647!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}
  .de24-allcat-panel.open{display:block!important}
  .de24-allcat-inner{width:100%!important;max-width:none!important;min-height:100%!important;margin:0!important;padding:0 16px 18px!important;background:#fff!important;box-sizing:border-box!important}
  .de24-allcat-header{height:72px!important;border-bottom:1px solid #ddd!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important}
  .de24-allcat-logo{left:0!important;top:50%!important;transform:translateY(-50%)!important;max-width:55%!important;overflow:hidden!important}
  .de24-allcat-logo img,.de24-allcat-logo .custom-logo{max-width:130px!important;max-height:52px!important;width:auto!important;height:auto!important;object-fit:contain!important}
  .de24-allcat-logo>a:not(.custom-logo-link){font-size:20px!important;line-height:1.1!important}
  .de24-allcat-date{font-size:10px!important;line-height:1.3!important;max-width:52%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  .de24-allcat-close{right:0!important;top:21px!important;width:30px!important;height:30px!important;font-size:27px!important;line-height:26px!important}
  .de24-allcat-top{padding:20px 0 16px!important;border:0!important}
  .de24-allcat-search{width:100%!important;max-width:none!important}
  .de24-allcat-search input[type=search],.de24-allcat-search input[type=text]{height:42px!important;font-size:14px!important;padding:0 10px!important;min-width:0!important}
  .de24-allcat-search button,.de24-allcat-search input[type=submit]{height:42px!important;font-size:14px!important;padding:0 12px!important;white-space:nowrap!important}
  .de24-allcat-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:24px!important;row-gap:0!important;padding:10px 0 20px!important;min-height:0!important}
  .de24-allcat-item{font-size:15px!important;line-height:1.45!important;padding:6px 0!important;min-height:0!important;border-bottom:1px solid #f1f1f1!important}
  .de24-allcat-bottom{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;margin:0!important;padding:0!important;border-top:1px solid #ddd!important;border-bottom:1px solid #ddd!important}
  .de24-allcat-bottom a,.de24-allcat-bottom .de24-overlay-follow{min-height:44px!important;font-size:13px!important;padding:0 6px!important;border-right:1px solid #ddd!important;border-bottom:1px solid #ddd!important}
  .de24-allcat-bottom > *:nth-child(2n){border-right:0!important}
  .de24-allcat-bottom > *:nth-last-child(-n+2){border-bottom:0!important}
  body.de24-allcat-open{overflow:hidden!important;position:fixed!important;width:100%!important}
  body.de24-allcat-open .mobile-menu{display:none!important}
}

/* v36 — mobile uses the same full-screen category overlay style as desktop, adapted responsively */
@media (max-width:900px){
  .de24-allcat-panel{display:none!important;position:fixed!important;inset:0!important;width:100vw!important;height:100dvh!important;min-height:100vh!important;background:#fff!important;z-index:2147483647!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;}
  .de24-allcat-panel.open{display:block!important;}
  .de24-allcat-inner{width:100%!important;max-width:none!important;min-height:100%!important;margin:0!important;padding:0 16px 18px!important;background:#fff!important;box-sizing:border-box!important;}
  .de24-allcat-header{height:72px!important;border-bottom:1px solid #ddd!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;}
  .de24-allcat-logo{left:0!important;top:50%!important;transform:translateY(-50%)!important;max-width:55%!important;overflow:hidden!important;}
  .de24-allcat-logo img,.de24-allcat-logo .custom-logo{max-width:130px!important;max-height:52px!important;width:auto!important;height:auto!important;object-fit:contain!important;}
  .de24-allcat-logo>a:not(.custom-logo-link){font-size:20px!important;line-height:1.1!important;}
  .de24-allcat-date{font-size:10px!important;line-height:1.3!important;max-width:52%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
  .de24-allcat-close{right:0!important;top:21px!important;width:30px!important;height:30px!important;font-size:27px!important;line-height:26px!important;}
  .de24-allcat-top{padding:20px 0 16px!important;border:0!important;}
  .de24-allcat-search{width:100%!important;max-width:none!important;}
  .de24-allcat-search input[type=search],.de24-allcat-search input[type=text]{height:42px!important;font-size:14px!important;padding:0 10px!important;min-width:0!important;}
  .de24-allcat-search button,.de24-allcat-search input[type=submit]{height:42px!important;font-size:14px!important;padding:0 12px!important;white-space:nowrap!important;}
  .de24-allcat-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:24px!important;row-gap:0!important;padding:10px 0 20px!important;min-height:0!important;}
  .de24-allcat-item{font-size:15px!important;line-height:1.45!important;padding:6px 0!important;min-height:0!important;border-bottom:1px solid #f1f1f1!important;}
  .de24-allcat-bottom{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;margin:0!important;padding:0!important;border-top:1px solid #ddd!important;border-bottom:1px solid #ddd!important;}
  .de24-allcat-bottom a,.de24-allcat-bottom .de24-overlay-follow{min-height:44px!important;font-size:13px!important;padding:0 6px!important;border-right:1px solid #ddd!important;border-bottom:1px solid #ddd!important;}
  .de24-allcat-bottom > *:nth-child(2n){border-right:0!important;}
  .de24-allcat-bottom > *:nth-last-child(-n+2){border-bottom:0!important;}
  body.de24-allcat-open{overflow:hidden!important;position:fixed!important;width:100%!important;}
  body.de24-allcat-open .mobile-menu{display:none!important;}
}


/* v40 — Mobile category strip, matching the supplied reference.
   Mobile only; desktop navigation and all other theme elements remain unchanged. */
.de24-mobile-category-bar{display:none;}
@media(max-width:900px){
  .de24-mobile-category-bar{
    display:block!important;
    width:100%;
    height:52px;
    background:#fff;
    border-top:1px solid #ededed;
    border-bottom:1px solid #d9d9d9;
    box-shadow:0 2px 4px rgba(0,0,0,.10);
    overflow:hidden;
    position:relative;
    z-index:20;
  }
  .de24-mobile-category-scroll{
    width:100%;
    height:100%;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    overscroll-behavior-x:contain;
  }
  .de24-mobile-category-scroll::-webkit-scrollbar{display:none;}
  .de24-mobile-category-menu{
    list-style:none!important;
    display:flex!important;
    align-items:center!important;
    flex-wrap:nowrap!important;
    width:max-content!important;
    min-width:100%!important;
    height:52px!important;
    margin:0!important;
    padding:0 14px!important;
    gap:0!important;
  }
  .de24-mobile-category-menu > li{
    list-style:none!important;
    display:block!important;
    flex:0 0 auto!important;
    margin:0!important;
    padding:0!important;
  }
  .de24-mobile-category-menu > li > a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    height:52px!important;
    padding:0 17px!important;
    margin:0!important;
    border:0!important;
    color:#111!important;
    background:transparent!important;
    text-decoration:none!important;
    white-space:nowrap!important;
    font-family:inherit!important;
    font-size:19px!important;
    line-height:1!important;
    font-weight:700!important;
  }
  .de24-mobile-category-menu > li > a:hover,
  .de24-mobile-category-menu > li.current-menu-item > a,
  .de24-mobile-category-menu > li.current-menu-ancestor > a{
    color:#111!important;
    border:0!important;
    background:transparent!important;
  }
}
@media(max-width:560px){
  .de24-mobile-category-bar{height:50px;}
  .de24-mobile-category-menu{height:50px!important;padding-left:9px!important;padding-right:9px!important;}
  .de24-mobile-category-menu > li > a{height:50px!important;padding-left:14px!important;padding-right:14px!important;font-size:18px!important;}
}

/* v44 — desktop all-category trigger uses the requested hamburger icon. */
.de24-allcat-toggle{font-size:27px!important;line-height:1!important;font-weight:400!important;}

/* v49 Page Template Fix — WordPress Pages now use page.php instead of index.php. */
.de24-page-wrap{padding-top:34px;padding-bottom:60px;}
.de24-page-content{width:100%;max-width:1100px;margin:0 auto;background:#fff;}
.de24-page-header{border-bottom:1px solid #e3e3e3;margin-bottom:28px;padding-bottom:16px;}
.de24-page-title{margin:0;font-size:38px;line-height:1.25;font-weight:800;color:#171717;}
.de24-page-body{font-size:19px;line-height:1.9;color:#303030;}
.de24-page-body p{margin:0 0 20px;}
.de24-page-body h2,.de24-page-body h3,.de24-page-body h4{margin:28px 0 14px;line-height:1.35;color:#171717;}
.de24-page-body ul,.de24-page-body ol{margin:0 0 22px;padding-left:28px;}
.de24-page-body img{max-width:100%;height:auto;}
.de24-page-body a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.de24-page-body table{width:100%;border-collapse:collapse;margin:24px 0;}
.de24-page-body th,.de24-page-body td{border:1px solid #ddd;padding:10px;text-align:left;}
.de24-page-body blockquote{margin:24px 0;padding:16px 22px;border-left:4px solid #c51d2e;background:#f7f7f7;}
.de24-page-body iframe{max-width:100%;}
.page-links{display:flex;gap:8px;align-items:center;margin-top:30px;}
.page-links span{display:inline-flex;min-width:34px;height:34px;padding:0 10px;align-items:center;justify-content:center;border:1px solid #ddd;border-radius:4px;}
@media(max-width:900px){
  .de24-page-wrap{padding:26px 16px 45px;}
  .de24-page-title{font-size:31px;}
  .de24-page-body{font-size:18px;line-height:1.8;}
}
@media(max-width:560px){
  .de24-page-wrap{padding:22px 15px 40px;}
  .de24-page-title{font-size:28px;}
  .de24-page-body{font-size:17px;line-height:1.75;}
}

/* Yellow Host development credit */
.de24-footer-bottom .de24-yellow-host-link{
  color:#ffd400;
  text-decoration:none;
  font-weight:700;
}
.de24-footer-bottom .de24-yellow-host-link:hover,
.de24-footer-bottom .de24-yellow-host-link:focus{
  color:#ffe45c;
  text-decoration:underline;
}

/* =========================================================
   Dynamic Video Library / Archive / Single Video
   ========================================================= */
.de24-video-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}
.de24-video-section-head .section-title{margin:0}
.de24-all-videos{display:inline-flex;align-items:center;gap:5px;color:#fff;text-decoration:none;font-size:14px;font-weight:700;border:1px solid rgba(255,255,255,.35);padding:7px 12px;border-radius:4px;white-space:nowrap}
.de24-all-videos:hover{background:rgba(255,255,255,.1);color:#fff}
.de24-all-videos span{font-size:20px;line-height:12px}
.de24-video-archive{padding-top:28px;padding-bottom:45px}
.de24-video-archive-head{display:flex;align-items:end;justify-content:space-between;gap:15px;border-bottom:2px solid #111;padding-bottom:10px;margin-bottom:22px}
.de24-video-archive-head .section-title{margin:0}
.de24-video-archive-head p{margin:0;color:#666;font-size:14px}
.de24-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.de24-video-card-archive{background:#fff;border:1px solid #e7e7e7;border-radius:6px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.de24-video-card-image{display:block;position:relative;aspect-ratio:16/9;overflow:hidden;background:#111}
.de24-video-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.de24-video-card-archive:hover .de24-video-card-image img{transform:scale(1.03)}
.de24-video-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:rgba(210,0,0,.92);color:#fff;display:flex;align-items:center;justify-content:center;font-size:21px;padding-left:3px;box-shadow:0 3px 12px rgba(0,0,0,.28)}
.de24-video-card-body{padding:13px 15px 15px}
.de24-video-card-body h2{font-size:19px;line-height:1.45;margin:0 0 8px}
.de24-video-card-body h2 a{color:#151515;text-decoration:none}
.de24-video-card-body h2 a:hover{color:#d40000}
.de24-pagination{margin-top:28px}
.de24-pagination ul{display:flex;gap:6px;list-style:none;padding:0;margin:0;flex-wrap:wrap}
.de24-pagination a,.de24-pagination span{display:inline-flex;min-width:36px;height:36px;align-items:center;justify-content:center;border:1px solid #ddd;border-radius:4px;text-decoration:none;color:#222;padding:0 8px}
.de24-pagination .current{background:#d40000;color:#fff;border-color:#d40000}
.de24-video-empty-page{background:#f6f6f6;padding:35px;text-align:center;color:#666}
.de24-single-video{max-width:1050px;padding-top:28px;padding-bottom:50px}
.de24-single-video-head{margin-bottom:18px}
.de24-single-video-head h1{font-size:34px;line-height:1.35;margin:0 0 8px}
.de24-single-video-player{background:#000;border-radius:5px;overflow:hidden}
.de24-video-embed{position:relative;width:100%;aspect-ratio:16/9;background:#000}
.de24-video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.de24-video-player{display:block;width:100%;height:auto;max-height:75vh;background:#000}
.de24-single-video-fallback{display:block;width:100%;height:auto}
.de24-single-video-desc{font-size:17px;line-height:1.8;margin-top:18px;color:#333}
.de24-original-video{margin-top:20px}
.de24-original-video a{display:inline-block;color:#d40000;font-weight:700;text-decoration:none}
@media(max-width:900px){
  .de24-video-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
  .de24-video-archive-head{align-items:start;flex-direction:column}
  .de24-single-video-head h1{font-size:27px}
}
@media(max-width:600px){
  .de24-video-grid{grid-template-columns:1fr;gap:14px}
  .de24-video-section-head{align-items:center}
  .de24-all-videos{font-size:12px;padding:6px 9px}
  .de24-video-card-body h2{font-size:17px}
  .de24-single-video{padding-top:18px}
  .de24-single-video-head h1{font-size:23px}
}

/* v49 — Style 1 exact reference ticker: red arrow ribbon + soft pink ticker rail */
.de24-ticker-style-1.de24-news-ticker{
  margin-left:0;
  gap:0;
  height:56px;
  padding:7px 10px 7px 0;
  background:linear-gradient(90deg,#fff2f3 0%,#fff8f8 72%,#fff 100%);
  border-top:1px solid #ffe0e0;
  border-bottom:1px solid #ffd7d7;
  box-shadow:0 2px 8px rgba(228,0,0,.08);
}
.de24-ticker-style-1 .de24-news-ticker-title{
  position:relative;
  z-index:3;
  flex:0 0 auto;
  height:42px;
  line-height:42px;
  min-width:155px;
  margin:0 30px 0 0;
  padding:0 30px 0 28px;
  background:#ed0505;
  color:#fff;
  border:0;
  border-radius:3px 0 0 3px;
  box-shadow:0 2px 6px rgba(190,0,0,.22);
  font-size:24px;
  font-weight:800;
  text-align:center;
  white-space:nowrap;
}
/* outer soft-red chevron */
.de24-ticker-style-1 .de24-news-ticker-title:after{
  content:"";
  position:absolute;
  z-index:-2;
  top:-1px;
  right:-35px;
  width:45px;
  height:44px;
  background:#ff9a9f;
  clip-path:polygon(0 0,100% 50%,0 100%);
  opacity:.82;
  display:block;
}
/* bright-red inner chevron */
.de24-ticker-style-1 .de24-news-ticker-title:before{
  content:"";
  position:absolute;
  z-index:-1;
  top:0;
  right:-24px;
  width:36px;
  height:42px;
  background:#ed0505;
  clip-path:polygon(0 0,100% 50%,0 100%);
  display:block;
}
.de24-ticker-style-1 .de24-news-ticker-window{
  height:42px;
  display:flex;
  align-items:center;
  min-width:0;
  flex:1;
  overflow:hidden;
  background:transparent;
}
.de24-ticker-style-1 .de24-news-ticker-track{
  height:42px;
  align-items:center;
}
.de24-ticker-style-1 .de24-news-ticker-track a{
  color:#222;
  font-size:21px;
  line-height:42px;
  font-weight:700;
  margin:0 15px;
  text-decoration:none;
}
.de24-ticker-style-1 .de24-news-ticker-sep{
  color:#ed0505;
  font-size:20px;
  line-height:42px;
  font-weight:900;
}
.de24-ticker-style-1 .de24-news-ticker-set{height:42px;padding-right:24px;}

@media(max-width:900px){
  .de24-ticker-style-1.de24-news-ticker{height:50px;padding:6px 8px 6px 0;}
  .de24-ticker-style-1 .de24-news-ticker-title{height:38px;line-height:38px;min-width:132px;margin-right:27px;padding:0 23px 0 18px;font-size:20px;}
  .de24-ticker-style-1 .de24-news-ticker-title:after{right:-31px;width:39px;height:40px;}
  .de24-ticker-style-1 .de24-news-ticker-title:before{right:-21px;width:32px;height:38px;}
  .de24-ticker-style-1 .de24-news-ticker-window,.de24-ticker-style-1 .de24-news-ticker-track{height:38px;}
  .de24-ticker-style-1 .de24-news-ticker-track a{font-size:18px;line-height:38px;margin:0 12px;}
  .de24-ticker-style-1 .de24-news-ticker-sep{font-size:17px;line-height:38px;}
  .de24-ticker-style-1 .de24-news-ticker-set{height:38px;padding-right:18px;}
}

@media(max-width:560px){
  .de24-ticker-style-1.de24-news-ticker{height:46px;padding:5px 5px 5px 0;background:linear-gradient(90deg,#fff0f1 0%,#fff8f8 100%);border-top:1px solid #ffdfe1;border-bottom:1px solid #ffd7d7;}
  .de24-ticker-style-1 .de24-news-ticker-title{
    height:32px;
    line-height:32px;
    min-width:113px;
    margin-right:24px;
    padding:0 19px 0 13px;
    font-size:17px;
    border-radius:2px 0 0 2px;
  }
  .de24-ticker-style-1 .de24-news-ticker-title:after{
    right:-27px;
    top:-1px;
    width:34px;
    height:34px;
    background:#ff969c;
  }
  .de24-ticker-style-1 .de24-news-ticker-title:before{
    right:-18px;
    top:0;
    width:28px;
    height:32px;
    background:#ed0505;
  }
  .de24-ticker-style-1 .de24-news-ticker-window,.de24-ticker-style-1 .de24-news-ticker-track{height:32px;}
  .de24-ticker-style-1 .de24-news-ticker-track a{font-size:15px;line-height:32px;font-weight:700;margin:0 9px;}
  .de24-ticker-style-1 .de24-news-ticker-sep{font-size:14px;line-height:32px;}
  .de24-ticker-style-1 .de24-news-ticker-set{height:32px;padding-right:15px;}
}
