/* SWA News - Modern Dark Purple Theme */
:root{
  --primary:#a855f7;
  --primary-dark:#7e22ce;
  --primary-light:rgba(168, 85, 247, 0.15);
  --accent:#ffd66e;
  --dark:#000000;
  
  --bg-body:#09090d;
  --bg-card:#15141e;
  --text-main:#f3f4f6;
  --text-muted:#9ca3af;
  --border-color:#262335;

  --gray-100:#12111a;
  --gray-200:#262335;
  --gray-300:#3b3852;
  --gray-500:#9ca3af;
  --gray-700:#d1d5db;
  --gray-900:#f3f4f6;

  --shadow-sm:0 2px 8px rgba(0,0,0,.4);
  --shadow:0 4px 20px rgba(0,0,0,.5);
  --shadow-lg:0 8px 30px rgba(0,0,0,.7);
  --radius:12px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:'Tajawal','Cairo','Tahoma',Arial,sans-serif;
  background:var(--bg-body);
  color:var(--text-main);
  margin:0;line-height:1.7;
  font-size:15px;
}
body.has-bottom-image-ad{padding-bottom:110px}
body.has-bottom-text-ad{padding-bottom:48px}
a{color:inherit;text-decoration:none;transition:color .2s}
a:hover{color:var(--primary)}
img{max-width:100%;display:block}
.container{max-width:1320px;margin:0 auto;padding:0 16px}

/* ===== Top bar ===== */
.topbar{background:var(--primary-dark);color:#fff;font-size:13px;padding:6px 0}
.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}
.topbar-info{display:flex;gap:16px;align-items:center;flex-wrap:wrap}
.topbar-info span{display:inline-flex;gap:6px;align-items:center}
.topbar-info i{color:var(--primary)}
.topbar-social a{
  display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;
  background:rgba(255,255,255,.08);border-radius:50%;margin-inline-start:4px;
  transition:all .2s;color:#fff;
}
.topbar-social a:hover{background:var(--primary);transform:translateY(-2px)}

/* ===== Header / Logo ===== */
.site-header{background:var(--bg-card);box-shadow:var(--shadow-sm);position:relative;border-bottom:1px solid var(--border-color)}
.site-header .container{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;gap:20px;flex-wrap:wrap}
.brand{display:flex;align-items:center;gap:14px}
.brand img{height:62px;width:auto;object-fit:contain}
.brand-text h1{margin:0;font-size:22px;color:var(--primary);font-weight:800}
.brand-text p{margin:0;font-size:13px;color:var(--gray-500)}
.header-banner{flex:3;display:flex;justify-content:center;align-items:center;min-width:0;max-width:1000px;margin:0 12px}
.header-banner img{max-width:100%;width:100%;max-height:130px;height:auto;object-fit:contain;border-radius:8px}
.header-widgets{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.weather-mini,.currency-mini{
  background:linear-gradient(135deg,var(--primary),var(--primary-dark));
  color:#fff;padding:8px 14px;border-radius:8px;font-size:13px;
  display:flex;gap:8px;align-items:center;box-shadow:var(--shadow-sm);
}
.weather-mini i,.currency-mini i{font-size:18px}
.search-box{position:relative}
.search-box input{
  border:1.5px solid var(--gray-300);border-radius:30px;padding:8px 38px 8px 16px;
  width:220px;outline:0;transition:all .2s;font-size:14px;
}
.search-box input:focus{border-color:var(--primary);width:280px}
.search-box button{
  position:absolute;inset-inline-start:6px;top:5px;background:var(--primary);
  border:0;width:30px;height:30px;border-radius:50%;color:#fff;cursor:pointer;
}

/* ===== Main Nav ===== */
.main-nav{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);position:sticky;top:0;z-index:100;box-shadow:var(--shadow)}
.main-nav .container{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.main-nav .nav-links{display:flex;flex-wrap:wrap;flex:1}
.main-nav a{
  display:inline-flex;align-items:center;gap:6px;color:#fff;
  padding:14px 16px;font-weight:600;font-size:14.5px;
  position:relative;transition:all .2s;
}
.main-nav a:hover,.main-nav a.active{background:rgba(0,0,0,.18);color:#fff}
.main-nav a.live-link{background:#000;color:#fff}
.main-nav a.live-link::before{content:'';width:8px;height:8px;background:#fff;border-radius:50%;animation:pulse 1.4s infinite}
.btn-black-cat {
  background:#000000 !important;
  color:#ffffff !important;
  border-radius:8px;
  padding:10px 16px !important;
  margin:4px 8px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid var(--border-color);
  font-weight:700 !important;
  transition:all 0.2s ease-in-out;
}
.btn-black-cat:hover {
  background:var(--primary) !important;
  color:#fff !important;
  border-color:var(--primary);
  box-shadow:0 0 12px rgba(168,85,247,0.4);
}
.menu-toggle{display:none;background:transparent;border:0;color:#fff;font-size:22px;padding:10px;cursor:pointer}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.3}}

/* ===== Marquees ===== */
.marquee-bar{background:#1a0305;border-bottom:1px solid #7f1d1d;padding:0;display:flex;align-items:stretch;overflow:hidden}
.marquee-bar.breaking{background:#1a0305;color:#fca5a5}
.marquee-bar .label{
  background:var(--primary);color:#fff;padding:10px 18px;font-weight:800;font-size:14px;
  display:flex;align-items:center;gap:8px;white-space:nowrap;flex-shrink:0;
  position:relative;
}
.marquee-bar .label::after{content:'';position:absolute;inset-inline-end:-12px;top:0;border:18px solid transparent;border-inline-start-color:var(--primary)}
.marquee-bar.dedications{background:#1a0305;color:#fca5a5}
.marquee-bar.dedications .label{background:linear-gradient(135deg, #dc3545, #8b0000)}
.marquee-bar.dedications .label::after{border-inline-start-color:#8b0000}
.marquee-bar .marquee{flex:1;overflow:hidden;display:flex;align-items:center;padding:0 16px}
.marquee-track{display:inline-flex;gap:40px;animation:slideRTL 80s linear infinite;white-space:nowrap}
.marquee-track:hover{animation-play-state:paused}
.marquee-track span{font-size:14.5px;color:var(--gray-900)}
.marquee-action{
  display:inline-flex;align-items:center;gap:8px;flex-shrink:0;
  margin:7px 0 7px 12px;padding:0 16px;border-radius:999px;
  background:#ec4899;color:#fff;font-size:13px;font-weight:800;
  box-shadow:var(--shadow-sm);transition:transform .2s, background .2s;
}
.marquee-action:hover{background:#db2777;color:#fff;transform:translateY(-1px)}
.marquee-track .sep{color:var(--primary);font-weight:700}
@keyframes slideRTL{from{transform:translateX(0)}to{transform:translateX(100%)}}

/* ===== Layout ===== */
.main-wrap{padding:24px 0}
.row-2col{display:grid;grid-template-columns:1fr 340px;gap:24px}
@media(max-width:991px){.row-2col{grid-template-columns:1fr}}

/* ===== Hero ===== */
.hero{display:grid;grid-template-columns:2fr 1fr;gap:14px;margin-bottom:24px}
@media(max-width:767px){.hero{grid-template-columns:1fr}}
.hero-main{position:relative;border-radius:var(--radius);overflow:hidden;height:460px;background:#000;box-shadow:var(--shadow)}
.hero-main img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.hero-main:hover img{transform:scale(1.04)}
.hero-main .overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.2) 60%,transparent 100%)}
.hero-main .info{position:absolute;bottom:0;inset-inline:0;padding:24px;color:#fff;z-index:2}
.hero-main h2{font-size:26px;margin:0 0 10px;line-height:1.4;font-weight:800}
.hero-main .badge-cat{background:var(--primary);color:#fff;padding:4px 12px;border-radius:4px;font-size:13px;font-weight:600;display:inline-block;margin-bottom:8px}
.hero-side{display:grid;grid-template-rows:1fr 1fr;gap:14px}
.hero-side .item{position:relative;border-radius:var(--radius);overflow:hidden;height:223px;background:#000;box-shadow:var(--shadow-sm)}
.hero-side .item img{width:100%;height:100%;object-fit:cover}
.hero-side .item .overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.85),transparent 70%)}
.hero-side .item .info{position:absolute;bottom:0;inset-inline:0;padding:14px;color:#fff;z-index:2}
.hero-side .item h3{font-size:16px;margin:0;line-height:1.5;font-weight:700}
.hero-side .item .badge-cat{background:var(--primary);font-size:11px;padding:2px 8px;border-radius:3px;display:inline-block;margin-bottom:6px;font-weight:600}

/* ===== Section title ===== */
.section-title{
  display:flex;align-items:center;gap:10px;margin:0 0 16px;
  border-bottom:2px solid var(--gray-200);padding-bottom:0;
}
.section-title h2{
  margin:0;padding:8px 16px;background:var(--primary);color:#fff;
  font-size:17px;font-weight:800;border-radius:6px 6px 0 0;display:flex;align-items:center;gap:8px;
}
.section-title h2 i{font-size:16px}
.section-title .more{margin-inline-start:auto;color:var(--primary);font-weight:600;font-size:13px}
.section-title .section-actions{margin-inline-start:auto;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.section-title .section-actions .more{margin-inline-start:0}
.section-cta{
  display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;
  background:var(--dark);color:#fff;font-size:13px;font-weight:700;box-shadow:var(--shadow-sm);
}
.section-cta:hover{color:#fff;background:#000}
.section-title.green h2{background:#198754}
.section-title.warning h2{background:var(--accent);color:#000}
.section-title.info h2{background:#0dcaf0;color:#000}
.section-title.dark h2{background:var(--dark)}

/* ===== News card ===== */
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}
@media(max-width:991px){.news-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.news-grid{grid-template-columns:1fr}}
.news-card{
  background:var(--bg-card);border-radius:var(--radius);overflow:hidden;
  box-shadow:var(--shadow-sm);transition:all .25s;display:flex;flex-direction:column;
  border:1px solid var(--border-color);
}
.news-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}
.news-card .thumb{position:relative;height:180px;overflow:hidden;background:#1e1b29}
.news-card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.news-card .thumb.logo-thumb{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--bg-card),var(--gray-100));padding:22px}
.news-card .thumb.logo-thumb img{width:min(150px,72%);height:auto;object-fit:contain;transform:none;filter:drop-shadow(0 6px 16px rgba(0,0,0,.3))}
.news-card:hover .thumb img{transform:scale(1.05)}
.news-card:hover .thumb.logo-thumb img{transform:none}
.news-card .thumb .badge-cat{
  position:absolute;top:10px;inset-inline-start:10px;background:var(--primary);
  color:#fff;padding:3px 10px;border-radius:4px;font-size:12px;font-weight:600;
}
.news-card .body{padding:14px;flex:1;display:flex;flex-direction:column}
.news-card h3{margin:0 0 8px;font-size:16px;line-height:1.5;font-weight:700;flex:1}
.news-card .meta{display:flex;gap:14px;color:var(--gray-500);font-size:12px;margin-top:auto}
.news-card .meta i{color:var(--primary);margin-inline-end:4px}

/* List style cards (for sidebar / latest) */
.news-list{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden;border:1px solid var(--border-color)}
.news-list .item{display:flex;gap:12px;padding:12px;border-bottom:1px solid var(--border-color);transition:background .15s}
.news-list .item:last-child{border-bottom:0}
.news-list .item:hover{background:var(--gray-100)}
.news-list .item .thumb{width:90px;height:70px;flex-shrink:0;border-radius:6px;overflow:hidden;background:#1e1b29}
.news-list .item .thumb img{width:100%;height:100%;object-fit:cover}
.news-list .item h4{margin:0 0 6px;font-size:14px;line-height:1.5;font-weight:600}
.news-list .item .meta{font-size:11.5px;color:var(--gray-500)}
.news-list .item .num{
  width:28px;height:28px;border-radius:50%;background:var(--primary);color:#fff;
  display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex-shrink:0;
}

/* ===== Sidebar widgets ===== */
.widget{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-bottom:20px;overflow:hidden;border:1px solid var(--border-color)}
.widget-title{
  padding:12px 16px;background:var(--primary);color:#fff;font-weight:700;font-size:15px;
  display:flex;align-items:center;gap:8px;
}
.widget-title.warning{background:var(--accent);color:#000}
.widget-title.info{background:#0dcaf0;color:#000}
.widget-title.success{background:#198754}
.widget-title.danger{background:var(--primary)}
.widget-title.primary{background:#0d6efd}
.widget-body{padding:0}
.widget-body.padded{padding:14px}
.widget .news-list{border:0;box-shadow:none;border-radius:0}

/* ===== Live stream box ===== */
.live-box{background:#000;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);margin-bottom:20px}
.live-box .head{background:var(--primary);color:#fff;padding:10px 14px;display:flex;align-items:center;gap:8px;font-weight:700}
.live-box .head .dot{width:10px;height:10px;background:#fff;border-radius:50%;animation:pulse 1.4s infinite}
.live-box iframe{width:100%;height:240px;border:0;display:block}

/* ===== Weather full widget ===== */
.weather-widget{
  background:linear-gradient(135deg,#1c0e35,#070311);color:#fff;padding:18px;
  border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:20px;
  border:1px solid var(--border-color);
}
.weather-widget h3{margin:0 0 10px;font-size:16px;display:flex;align-items:center;gap:8px}
.weather-cities{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.weather-city{background:rgba(168,85,247,.08);padding:10px;border-radius:8px;text-align:center;backdrop-filter:blur(8px);border:1px solid var(--border-color)}
.weather-city .name{font-size:13px;opacity:.95}
.weather-city .temp{font-size:22px;font-weight:800;margin:4px 0;color:var(--primary)}
.weather-city i{font-size:24px;color:var(--primary)}

/* ===== Currency widget ===== */
.currency-widget{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden;border:1px solid var(--border-color);margin-bottom:20px}
.currency-widget .head{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;padding:10px 14px;display:flex;align-items:center;gap:8px;font-weight:700}
.currency-widget table{width:100%;border-collapse:collapse;font-size:13.5px}
.currency-widget th,.currency-widget td{padding:9px 12px;text-align:start;border-bottom:1px solid var(--border-color)}
.currency-widget th{background:var(--bg-body);font-weight:700}
.currency-widget .up{color:#10b981;font-weight:700}
.currency-widget .down{color:#ef4444;font-weight:700}

/* ===== Horoscope widget ===== */
.horoscope-widget{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);margin-bottom:20px;overflow:hidden}
.horoscope-widget .head{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;padding:10px 14px;display:flex;align-items:center;gap:8px;font-weight:700}
.horoscope-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;padding:12px}
.horoscope-grid a{
  background:var(--bg-body);padding:10px 4px;border-radius:6px;text-align:center;
  font-size:11.5px;font-weight:600;transition:all .2s;color:var(--text-muted);
  border:1px solid var(--border-color);
}
.horoscope-grid a:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}
.horoscope-grid a i{display:block;font-size:18px;margin-bottom:3px;color:var(--primary)}
.horoscope-grid a:hover i{color:#fff}

/* ===== Single article ===== */
.article-page{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:24px;border:1px solid var(--border-color)}
.article-page h1{margin:0 0 14px;font-size:26px;line-height:1.5;font-weight:800;color:var(--gray-900)}
.article-page .meta{display:flex;gap:16px;color:var(--gray-500);font-size:13px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--gray-200);flex-wrap:wrap}
.article-page .meta i{color:var(--primary)}
.article-page .featured-img{width:100%;border-radius:var(--radius);margin-bottom:18px;max-height:520px;object-fit:cover}
.article-page .content{font-size:16.5px;line-height:1.95;color:var(--gray-900)}
.article-page .content img{border-radius:8px;margin:14px auto;height:auto;max-width:100%}
.article-page .content p{margin:0 0 14px}

.share-bar{display:flex;gap:8px;margin:20px 0;padding:14px;background:var(--gray-100);border-radius:8px}
.share-bar a{padding:8px 14px;border-radius:6px;color:#fff;font-size:13px;font-weight:600;display:inline-flex;gap:6px;align-items:center}
.share-bar a.fb{background:#1877f2}
.share-bar a.tw{background:#000}
.share-bar a.wa{background:#25d366}
.share-bar a.tg{background:#0088cc}

/* ===== Comments ===== */
.comments{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:20px;border:1px solid var(--border-color);margin-top:20px}
.comments h3{margin:0 0 16px;color:var(--primary);font-size:18px}
.comment{padding:12px 0;border-bottom:1px solid var(--border-color)}
.comment:last-child{border-bottom:0}
.comment .name{font-weight:700;color:var(--primary)}
.comment .date{font-size:12px;color:var(--gray-500);margin-inline-start:8px}
.comment p{margin:6px 0 0}
.form-row{margin-bottom:12px}
.form-row label{display:block;margin-bottom:6px;font-weight:600;font-size:14px}
.form-row input,.form-row textarea,.form-row select{
  width:100%;padding:10px 14px;border:1.5px solid var(--border-color);border-radius:6px;font-family:inherit;font-size:14px;outline:0;
  background:var(--bg-body);color:var(--text-main);
}
.form-row input:focus,.form-row textarea:focus,.form-row select:focus{border-color:var(--primary)}
.btn-primary{
  background:var(--primary);color:#fff;border:0;padding:10px 28px;border-radius:6px;
  font-weight:700;font-size:15px;cursor:pointer;transition:all .2s;display:inline-flex;gap:8px;align-items:center;
}
.btn-primary:hover{background:var(--primary-dark)}

/* ===== Footer ===== */
.site-footer{background:#07070a;color:#ccc;padding:40px 0 0;margin-top:40px;border-top:1px solid var(--border-color)}
.site-footer h4{color:#fff;font-size:16px;margin:0 0 14px;border-bottom:2px solid var(--primary);padding-bottom:8px;display:inline-block}
.footer-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:30px}
@media(max-width:767px){.footer-cols{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.footer-cols{grid-template-columns:1fr}}
.footer-cols ul{list-style:none;padding:0;margin:0;line-height:2.2}
.footer-cols a{color:#bbb;font-size:14px}
.footer-cols a:hover{color:var(--primary)}
.footer-bottom{border-top:1px solid #1c1a24;padding:16px 0;text-align:center;font-size:13px;color:#888}

/* ===== Pagination ===== */
.pagination{display:flex;gap:6px;justify-content:center;margin:24px 0;flex-wrap:wrap}
.pagination a,.pagination span{
  padding:8px 14px;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-card);color:var(--text-main);font-weight:600;font-size:14px;
}

/* ===== Nav Dropdown for Governorates ===== */
.nav-dropdown {
  position: relative;
  display: inline-block;
}
.nav-dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  box-shadow: var(--shadow-lg);
  min-width: 180px;
  z-index: 999;
  padding: 6px 0;
  text-align: right;
}
.dropdown-menu a {
  display: block !important;
  padding: 10px 16px !important;
  color: var(--text-main) !important;
  font-size: 13.5px !important;
  border-bottom: 1px solid var(--border-color) !important;
  font-weight: 500 !important;
  background: transparent !important;
}
.dropdown-menu a:last-child {
  border-bottom: 0 !important;
}
.dropdown-menu a:hover {
  background: var(--primary) !important;
  color: #fff !important;
}
@media(max-width:991px) {
  .nav-dropdown {
    width: 100%;
  }
  .nav-dropdown:hover .dropdown-menu {
    display: none;
  }
  .nav-dropdown.open .dropdown-menu {
    display: block;
    position: static;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background: rgba(0,0,0,0.2);
    width: 100%;
    padding: 0;
  }
  .dropdown-menu a {
    padding: 12px 30px !important;
    border-bottom: 1px solid rgba(255,255,255,0.05) !important;
  }
}
.pagination a:hover,.pagination .active{background:var(--primary);border-color:var(--primary);color:#fff}

/* ===== Ads ===== */
.ad-block{margin:14px 0;text-align:center}
.ad-block img{margin:0 auto;border-radius:8px;max-width:100%;box-shadow:var(--shadow-sm)}
.bottom-ad-bar{
  position:fixed;left:0;right:0;bottom:0;z-index:160;
  background:linear-gradient(90deg,#4a148c,#6f42c1);border-top:0;
  box-shadow:0 -10px 30px rgba(0,0,0,.22);backdrop-filter:blur(10px);
}
.bottom-ad-inner{
  max-width:1320px;margin:0 auto;padding:10px 16px;
  position:relative;display:flex;justify-content:center;align-items:center;
}
.bottom-ad-link{display:block;max-width:100%}
.bottom-ad-link img{display:block;max-height:78px;width:auto;max-width:100%;border-radius:10px;box-shadow:var(--shadow-sm)}
.bottom-marquee-ad{
  position:fixed;left:0;right:0;bottom:0;z-index:165;
  margin:0;border-top:0;box-shadow:0 -8px 24px rgba(0,0,0,.18);
  background:linear-gradient(90deg,#4a148c,#6f42c1);
}
.bottom-marquee-ad .label{
  background:rgba(0,0,0,.16);color:#fff;border-radius:0;padding:10px 18px;
}
.bottom-marquee-ad .label::after{display:none}
.bottom-marquee-ad .marquee{padding:0 14px;background:transparent}
.bottom-marquee-ad .marquee-track{animation-duration:55s}
.bottom-marquee-ad .bottom-ad-text-item{display:inline-flex;align-items:center;color:#ff3b3b;font-weight:700}
.bottom-marquee-ad .bottom-ad-text-item:hover{color:#ff8080}
.bottom-marquee-ad .ad-watermark{
  width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.14);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}
.bottom-marquee-ad .ad-watermark img{width:22px;height:22px;object-fit:contain;opacity:.3}
.bottom-marquee-ad .sep{color:#ffd66e}

/* ===== Mobile menu ===== */
@media(max-width:991px){
  .menu-toggle{display:block}
  .main-nav{position:relative;top:auto}
  .main-nav .container{padding:0}
  .main-nav .menu-toggle{margin-inline-start:auto;margin-inline-end:6px}
  .main-nav .nav-links{
    display:none !important;width:100%;flex-direction:column;
    background:var(--primary-dark);max-height:calc(100vh - 60px);overflow-y:auto;
  }
  .main-nav .nav-links.open{display:flex !important}
  .main-nav .nav-links a{padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.1);width:100%;font-size:15px}
  .main-nav .nav-links a:last-child{border-bottom:0}
  .header-widgets{order:99;width:100%;justify-content:center;padding-top:8px;border-top:1px solid var(--gray-200)}
  .search-box{flex:1;max-width:none}
  .search-box input{width:100%}
  .search-box input:focus{width:100%}
  .site-header .container{padding:10px 12px;gap:10px}
  .brand-text h1{font-size:18px}
  .brand-text p{font-size:11.5px}
  .brand img{height:50px}
  .header-banner{order:98;max-width:none;width:100%;margin:0}
  .header-banner img{max-height:100px}
  .marquee-action{margin:8px 10px 8px 0;padding:0 12px;font-size:12px}
}
@media(max-width:560px){
  .header-banner{display:none}
}
@media(max-width:560px){
  .topbar{font-size:11.5px}
  .topbar .container{gap:6px;padding:0 10px}
  .topbar-info{gap:8px}
  .topbar-social a{width:24px;height:24px;font-size:12px}
  .container{padding:0 10px}
  .marquee-bar .label{padding:8px 12px;font-size:12.5px}
  .marquee-bar .label::after{border-width:14px;inset-inline-end:-9px}
  .marquee-track span{font-size:13px}
  .article-page{padding:14px}
  .article-page h1{font-size:20px}
  .article-page .content{font-size:15px}
  .section-title h2{font-size:14.5px;padding:7px 12px}
  .news-card .thumb{height:160px}
  .site-header .container{padding:8px 10px}
  .brand{flex-direction:column;text-align:center;gap:8px}
  .brand img{height:45px}
  .brand-text h1{font-size:16px}
  .brand-text p{display:none}
  .header-widgets{justify-content:center;padding:8px 0}
  .search-box{width:100%}
  .weather-mini{padding:6px 10px;font-size:12px}
}

/* ===== Utility ===== */
.empty-state{text-align:center;padding:40px 20px;color:var(--gray-500)}
.text-primary{color:var(--primary)}
.bg-primary{background:var(--primary)!important;color:#fff}
.alert{padding:12px 16px;border-radius:6px;margin:12px 0;font-weight:600}
.alert-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}
.alert-danger{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}

/* ===== Classifieds ===== */
.classifieds-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.home-classifieds-grid{margin-bottom:24px}
@media(max-width:991px){.classifieds-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.classifieds-grid{grid-template-columns:1fr}}
.classifieds-toolbar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px;align-items:center}
.classified-card{background:var(--bg-card);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border-color);transition:.2s}
.classified-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}
.classified-card .thumb{height:180px;background:#262335;overflow:hidden}
.classified-card .thumb img{width:100%;height:100%;object-fit:cover}
.classified-card .thumb.logo-thumb{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--gray-100),var(--bg-card));padding:22px}
.classified-card .thumb.logo-thumb img{width:min(150px,72%);height:auto;object-fit:contain;filter:drop-shadow(0 6px 16px rgba(0,0,0,.3))}
.classified-card .body{padding:12px}
.classified-card h3{margin:0 0 6px;font-size:15px;font-weight:700}
.classified-card .price{color:var(--primary);font-weight:800;font-size:18px}
.classified-card .meta{display:flex;justify-content:space-between;color:var(--gray-500);font-size:12px;margin-top:6px}
.classified-submit-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px;align-items:start}
.classified-submit-note,
.classified-submit-card{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--border-color)}
.classified-submit-note{padding:18px;background:linear-gradient(135deg,rgba(168,85,247,0.08),var(--bg-card))}
.classified-submit-note h3{margin:0 0 10px;color:var(--primary);font-size:20px}
.classified-submit-note p{margin:0;color:var(--text-main);line-height:1.9;font-size:14px}
.classified-submit-note ul{margin:14px 0 0;padding:0;list-style:none;display:grid;gap:10px}
.classified-submit-note li{display:flex;align-items:center;gap:8px;color:var(--text-muted);font-size:13.5px;font-weight:600}
.classified-submit-note li i{color:var(--primary)}
.classified-submit-card{padding:20px}
@media(max-width:991px){.classified-submit-layout{grid-template-columns:1fr}}

/* Bootstrap-like icons fallback if no internet (we still load BI from CDN) */

/* ===== Hero V2: live video + stacked side news ===== */
.home-live-news{margin-bottom:24px}
.hero-v2{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(300px,.95fr);gap:18px;margin-bottom:24px;align-items:stretch}
.hero-v2.hero-v2-live{min-width:0}
.hero-v2.hero-v2-broadcast{
  background:var(--bg-card);padding:14px;border-radius:22px;
  box-shadow:var(--shadow);border:1px solid var(--border-color);
}
.hero-main-v2{
  background:var(--bg-card);border-radius:var(--radius);overflow:hidden;
  box-shadow:var(--shadow);display:flex;flex-direction:column;
  border:1px solid var(--border-color);transition:all .25s;color:inherit;
}
.hero-main-v2:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}
.hero-main-v2 .hero-img{flex:1;min-height:0;background:#000;overflow:hidden;position:relative}
.hero-main-v2 .hero-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s;display:block}
.hero-main-v2:hover .hero-img img{transform:scale(1.04)}
.hero-main-v2 .hero-body{padding:16px 18px;background:var(--bg-card);border-top:3px solid var(--primary)}
.hero-main-v2 .badge-cat{
  background:var(--primary);color:#fff;padding:3px 12px;border-radius:4px;
  font-size:12.5px;font-weight:700;display:inline-block;margin-bottom:8px;
}
.hero-main-v2 h2{
  margin:0 0 8px;font-size:22px;line-height:1.5;font-weight:800;color:var(--gray-900);
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.hero-main-v2:hover h2{color:var(--primary)}
.hero-main-v2 .hero-meta{display:flex;gap:14px;color:var(--gray-500);font-size:13px}
.hero-main-v2 .hero-meta i{color:var(--primary)}

.hero-side-v2{display:grid;grid-template-rows:repeat(4,minmax(0,1fr));gap:12px}
.hero-side-card{
  display:flex;gap:12px;background:var(--bg-card);border-radius:18px;overflow:hidden;
  box-shadow:var(--shadow-sm);border:1px solid var(--border-color);transition:all .2s;
  color:inherit;position:relative;min-height:0;
}
.hero-side-card::before{
  content:'';position:absolute;inset-inline-start:0;top:12px;bottom:12px;width:4px;border-radius:999px;
}
.hero-side-card:hover{box-shadow:var(--shadow-lg);transform:translateX(-3px)}
.hero-side-card .hero-side-thumb{width:116px;height:116px;aspect-ratio:1/1;flex-shrink:0;overflow:hidden;background:#262335;border-radius:16px;margin:10px 0 10px 10px}
.hero-side-card .hero-side-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.hero-side-card:hover .hero-side-thumb img{transform:scale(1.07)}
.hero-side-card .hero-side-text{padding:14px 14px 14px 6px;flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0}
.hero-side-card .hsc-cat{
  display:inline-block;font-size:10.5px;font-weight:800;padding:3px 10px;border-radius:999px;
  margin-bottom:8px;color:#fff;width:fit-content;box-shadow:var(--shadow-sm);
}
.hero-side-card h4{
  margin:0;font-size:15px;line-height:1.55;font-weight:700;color:var(--text-main);
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.hero-side-card:hover h4{color:var(--primary)}
.hero-side-card .hsc-meta{font-size:11px;color:var(--text-muted)}
.hero-side-card .hsc-meta i{color:var(--primary)}

/* Color variants */
.hero-side-card.c-red::before{background:var(--primary)}
.hero-side-card.c-red .hsc-cat{background:var(--primary)}
.hero-side-card.c-red{background:linear-gradient(135deg,rgba(168,85,247,0.08),var(--bg-card))}
.hero-side-card.c-blue::before{background:#0d6efd}
.hero-side-card.c-blue .hsc-cat{background:#0d6efd}
.hero-side-card.c-blue{background:linear-gradient(135deg,rgba(13,110,253,0.08),var(--bg-card))}
.hero-side-card.c-green::before{background:#198754}
.hero-side-card.c-green .hsc-cat{background:#198754}
.hero-side-card.c-green{background:linear-gradient(135deg,rgba(25,135,84,0.08),var(--bg-card))}
.hero-side-card.c-gold::before{background:#d6a108}
.hero-side-card.c-gold .hsc-cat{background:#d6a108}
.hero-side-card.c-gold{background:linear-gradient(135deg,rgba(214,161,8,0.08),var(--bg-card))}

.live-box-main{
  margin-bottom:0;display:flex;flex-direction:column;min-width:0;
  border:1px solid var(--border-color);border-radius:20px;
  min-height:100%;overflow:hidden;box-shadow:var(--shadow);background:var(--bg-card);
}
.live-box-main .head{
  font-size:18px;padding:14px 18px;background:linear-gradient(90deg,#4a148c,#6f42c1);
  color:#fff;display:flex;align-items:center;gap:10px;font-weight:800;
}
.live-box-main .live-frame{position:relative;aspect-ratio:16/9;background:#000;flex:1;min-height:0}
.live-box-main .live-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}
.live-box-main .live-caption{
  padding:12px 16px;color:#fff;font-size:14px;line-height:1.7;font-weight:700;
  background:linear-gradient(90deg,#4a148c,#6f42c1);
}

@media(max-width:991px){
  body.has-bottom-image-ad{padding-bottom:92px}
  body.has-bottom-text-ad{padding-bottom:44px}
  .hero-v2{grid-template-columns:1fr}
  .hero-v2.hero-v2-broadcast{padding:12px}
  .hero-side-v2{grid-template-rows:none;grid-template-columns:1fr 1fr}
  .bottom-ad-inner{padding:8px 10px}
  .bottom-ad-link img{max-height:64px}
}
@media(max-width:560px){
  body.has-bottom-image-ad{padding-bottom:82px}
  body.has-bottom-text-ad{padding-bottom:42px}
  .hero-side-v2{grid-template-columns:1fr}
  .hero-main-v2 .hero-img{height:220px;flex:none}
  .hero-main-v2 h2{font-size:18px}
  .hero-side-card .hero-side-thumb{width:92px;height:92px}
  .live-box-main .live-frame{aspect-ratio:16/11}
  .bottom-ad-link img{max-height:56px}
  .bottom-marquee-ad .label{padding:8px 12px;font-size:12px}
  .bottom-marquee-ad .marquee{padding:0 10px}
}

/* Disable old hero in mobile gracefully */

/* ==========================================================================
   Luxurious Premium Theme Overrides (White Background & Red Accent)
   ========================================================================== */

/* 1. Global Variables Overrides (Light Page Theme with Red Accent) */
:root {
  --bg-body: #ffffff;        /* Pure white website background */
  --bg-card: rgba(255, 255, 255, 0.85); /* Semi-transparent white card background */
  --text-main: #18181b;      /* Charcoal black for general text */
  --text-muted: #71717a;     /* Muted zinc gray for secondary text */
  --border-color: #cbd5e1;   /* Light borders */
  --gray-100: #f8fafc;
  --gray-200: #e2e8f0;
  --gray-300: #cbd5e1;
  --gray-500: #64748b;
  --gray-700: #334155;
  --gray-900: #0f172a;
  --primary: #dc3545;        /* Crimson Red Accent */
  --primary-dark: #b91c1c;   /* Darker Crimson */
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.1);
  --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.02);
}

/* Base Body Update */
body {
  background: var(--bg-body) !important;
  color: var(--text-main) !important;
}

/* 2. Topbar & Header Logo Area Style */
.topbar {
  background: #000000 !important;
  color: #f4f4f5 !important;
  border-bottom: 1px solid #1c1c1f !important;
}
.topbar-info span {
  color: #e4e4e7 !important;
}
.topbar-info i {
  color: #dc3545 !important; /* Red icons in topbar */
}
.topbar-social a {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
}
.topbar-social a:hover {
  background: #dc3545 !important;
  color: #ffffff !important;
}

/* Site Header White */
.site-header {
  background: #ffffff !important;
  border-bottom: 1px solid #e2e8f0 !important;
  box-shadow: var(--shadow-sm) !important;
}
.brand-text h1 {
  color: #000000 !important;
}
.brand-text p {
  color: #64748b !important;
}

/* Mini Weather & Currency in Header */
.weather-mini, .currency-mini {
  background: #dc3545 !important;
  color: #ffffff !important;
  border: 1px solid #dc3545 !important;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.15) !important;
}
.weather-mini i, .currency-mini i {
  color: #ffffff !important;
}

.search-box input {
  border: 1.5px solid #cbd5e1 !important;
  background: #ffffff !important;
  color: #0f172a !important;
}
.search-box input:focus {
  border-color: #dc3545 !important;
}
.search-box button {
  background: #dc3545 !important;
  color: #ffffff !important;
}
.search-box button:hover {
  background: #b91c1c !important;
}

/* 3. Navigation Bar (Solid Black with Red Border) */
.main-nav {
  background: #000000 !important;
  border-bottom: 2px solid #dc3545 !important; /* Crimson red border indicator */
  box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
}
.main-nav a {
  color: #ffffff !important;
  font-weight: 700 !important;
  transition: all 0.25s ease !important;
}
.main-nav a:hover, .main-nav a.active {
  background: #14141a !important;
  color: #dc3545 !important;
}
.main-nav a.live-link {
  background: #dc2626 !important;
  color: #ffffff !important;
}
.main-nav a.live-link:hover {
  background: #b91c1c !important;
}

/* Dropdown trigger in categories selector */
.btn-black-cat {
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #1c1c1f !important;
}
.btn-black-cat:hover {
  background: #dc3545 !important;
  color: #ffffff !important;
  border-color: #dc3545 !important;
  box-shadow: 0 0 12px rgba(220, 53, 69, 0.4) !important;
}

/* Dropdown Menu (Categories & Governorates) style on Black Navbar */
.dropdown-menu {
  background: #000000 !important;
  border: 1px solid #1c1c1f !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}
.dropdown-menu a {
  color: #ffffff !important;
  border-bottom: 1px solid #1c1c1f !important;
}
.dropdown-menu a:hover {
  background: #dc3545 !important;
  color: #ffffff !important;
}

/* 4. Marquees Layout */
.marquee-bar {
  background: #1a0305 !important;
  border-bottom: 1px solid #7f1d1d !important;
}
.marquee-bar.breaking {
  background: #1a0305 !important;
}
.marquee-bar.breaking .label {
  background: linear-gradient(135deg, #dc3545, #8b0000) !important;
}
.marquee-bar.breaking .label::after {
  border-inline-start-color: #8b0000 !important;
}
.marquee-bar.breaking .marquee-track span {
  color: #fca5a5 !important;
  font-weight: 700;
}
.marquee-bar.dedications {
  background: #1a0305 !important;
}
.marquee-bar.dedications .label {
  background: linear-gradient(135deg, #dc3545, #8b0000) !important;
}
.marquee-bar.dedications .marquee-track span {
  color: #fca5a5 !important;
}
.marquee-track span {
  color: #1f2937 !important;
}
.marquee-track .sep {
  color: #dc3545 !important;
}

/* 5. Section Titles */
.section-title {
  border-bottom: 2px solid #e2e8f0 !important;
}
.section-title h2 {
  background: #000000 !important;
  color: #ffffff !important;
  border-radius: 6px 6px 0 0 !important;
  font-weight: 800 !important;
  padding: 8px 18px !important;
}
.section-title h2 i {
  color: #dc3545 !important;
}
.section-title.warning h2 {
  background: #dc3545 !important;
  color: #ffffff !important;
}
.section-title .more {
  color: #dc3545 !important;
  font-weight: 700 !important;
}
.section-title .more:hover {
  color: #b91c1c !important;
}

/* 6. Luxurious Premium Translucent Cards & Widgets (Slight White Transparency) */
.news-card,
.widget,
.live-box-main,
.news-list,
.comments,
.comment,
.article-page,
.classified-card,
.classified-submit-card,
.classified-submit-note,
.hero-v2-broadcast,
.hero-main-v2,
.hero-side-card {
  background: rgba(255, 255, 255, 0.85) !important; /* Semi-transparent white background */
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1.5px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: var(--shadow) !important;
}

/* CSS Variables Override locally inside translucent boxes */
.news-card,
.widget,
.live-box-main,
.news-list,
.comments,
.article-page,
.classified-card,
.classified-submit-card,
.classified-submit-note,
.hero-v2-broadcast,
.hero-main-v2,
.hero-side-card {
  --bg-card: rgba(255, 255, 255, 0.85);
  --text-main: #18181b;       /* Dark text inside white cards */
  --text-muted: #71717a;
  --border-color: rgba(0, 0, 0, 0.08);
  --gray-100: #f8fafc;
  --gray-200: #e2e8f0;
  --gray-300: #cbd5e1;
  --gray-500: #71717a;
  --gray-700: #334155;
  --gray-900: #0f172a;
  color: #18181b !important;
}

/* Specific inner styling for translucent boxes */
.news-card .body, 
.hero-main-v2 .hero-body {
  background: transparent !important;
}
.news-card .thumb {
  background: #f1f5f9 !important;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.08) !important;
}
.news-card h3,
.news-list .item h4,
.classified-card h3 {
  color: #dc3545 !important; /* News card titles are red by default */
}
.hero-main-v2 h2,
.hero-side-card h4,
.classified-card .price {
  color: #0f172a !important;
}
.news-card:hover h3,
.news-list .item:hover h4,
.hero-main-v2:hover h2,
.hero-side-card:hover h4,
.classified-card:hover h3 {
  color: #000000 !important; /* Hover state turns black */
}
.news-card .meta, 
.hero-main-v2 .hero-meta, 
.news-list .item .meta {
  color: #64748b !important;
}
.news-card .meta i, 
.hero-main-v2 .hero-meta i, 
.news-list .item .meta i {
  color: #dc3545 !important;
}
.news-card .thumb .badge-cat {
  background: #dc3545 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}

/* Sidebar Widgets Titles */
.widget-title {
  background: rgba(0, 0, 0, 0.04) !important;
  border-bottom: 2px solid #dc3545 !important;
  color: #0f172a !important;
  font-weight: 700 !important;
}
.widget-title i {
  color: #dc3545 !important;
}

/* 7. Red Widgets Style Overrides (Weather, Currency & Horoscope Widgets) */
.weather-widget,
.horoscope-widget,
.currency-widget {
  background: linear-gradient(135deg, #b91c1c 0%, #450a0a 100%) !important; /* Premium Dark Red Gradient */
  border: 1px solid #b91c1c !important;
  box-shadow: 0 10px 30px rgba(185, 28, 28, 0.25) !important;
  color: #ffffff !important;
}

/* Weather details */
.weather-widget h3 {
  color: #ffffff !important;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.2) !important;
  padding-bottom: 10px;
}
.weather-widget h3 i {
  color: #ffffff !important;
}
.weather-city {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}
.weather-city .temp {
  color: #ffffff !important;
}
.weather-city i {
  color: #ffffff !important;
}

/* Horoscope details */
.horoscope-widget .head {
  background: transparent !important;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
}
.horoscope-widget .head i {
  color: #ffffff !important;
}
.horoscope-grid a {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}
.horoscope-grid a i {
  color: #ffffff !important;
}
.horoscope-grid a:hover {
  background: #ffffff !important;
  color: #b91c1c !important;
  border-color: #ffffff !important;
}
.horoscope-grid a:hover i {
  color: #b91c1c !important;
}

/* Currency Details (Red Background, White Values) */
.currency-widget .head {
  background: transparent !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
}
.currency-widget .head i {
  color: #ffffff !important;
}
.currency-widget th {
  background: #dc3545 !important;
  color: #ffffff !important;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.1) !important;
}
.currency-widget td {
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important; /* White rates on Red background */
  font-weight: 700 !important;
}

/* Sidebar lists styling */
.news-list .item {
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.08) !important;
}
.news-list .item:hover {
  background: rgba(0, 0, 0, 0.03) !important;
}
.news-list .item .num {
  background: #dc3545 !important;
  color: #ffffff !important;
}

/* 8. Live Showcase & Playlist Switches Styling */
.hero-v2-broadcast {
  padding: 14px !important;
  border-radius: 22px !important;
}
.live-box-main {
  border-radius: 12px !important;
  overflow: hidden;
}
.live-box-main .head {
  background: #000000 !important;
  color: #ffffff !important;
  border-bottom: 1.5px solid #dc3545 !important;
}
.live-box-main .live-frame iframe {
  border: 0;
}
/* Live playlist sidebar container styling */
.live-playlist-container {
  background: #fdf8f8 !important; /* Premium light red background tint */
  border: 1.5px solid #f5e6e6 !important;
  border-radius: 16px !important;
  padding: 16px !important;
  box-shadow: var(--shadow-sm) !important;
}
.live-playlist-item {
  background: #ffffff !important;
  border: 1.5px solid #f3e8e8 !important;
  color: #18181b !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02) !important;
}
.live-playlist-item h5 {
  color: #18181b !important;
}
.live-playlist-item .live-badge {
  background: #f4f4f5 !important;
  color: #71717a !important;
}
.live-playlist-item:hover {
  transform: translateY(-2px);
  background: #fff5f5 !important;
  border-color: #dc3545 !important;
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.08) !important;
}
.live-playlist-item.active {
  background: #dc3545 !important; /* Premium Red background for active item */
  border-color: #dc3545 !important;
  box-shadow: 0 8px 24px rgba(220, 53, 69, 0.25) !important;
}
.live-playlist-item.active h5 {
  color: #ffffff !important;
}
.live-playlist-item.active .live-badge {
  background: #ffffff !important;
  color: #dc3545 !important;
}
.play-icon-wrap {
  background: #f4f4f5 !important;
  color: #71717a !important;
}
.live-playlist-item.active .play-icon-wrap {
  background: #ffffff !important;
  color: #dc3545 !important;
}
.live-playlist-items::-webkit-scrollbar {
  width: 5px;
}
.live-playlist-items::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.03);
}
.live-playlist-items::-webkit-scrollbar-thumb {
  background: #dc3545;
  border-radius: 99px;
}

/* 9. Articles & Comments Overrides */
.article-page {
  box-shadow: var(--shadow-lg) !important;
}
.article-page h1 {
  color: #0f172a !important;
}
.article-page .meta {
  border-bottom: 1px solid #e2e8f0 !important;
  color: #64748b !important;
}
.article-page .meta i {
  color: #dc3545 !important;
}
.article-page .content {
  color: #334155 !important;
}
.share-bar {
  background: #f8fafc !important;
}
.comments h3 {
  color: #dc3545 !important;
}
.comment {
  border-bottom: 1px solid #e2e8f0 !important;
}
.comment .name {
  color: #dc3545 !important;
}
.comment .date {
  color: #64748b !important;
}
.form-row input, .form-row textarea, .form-row select {
  background: #ffffff !important;
  border: 1.5px solid #cbd5e1 !important;
  color: #0f172a !important;
}
.form-row input:focus, .form-row textarea:focus, .form-row select:focus {
  border-color: #dc3545 !important;
}
.btn-primary {
  background: #dc3545 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}
.btn-primary:hover {
  background: #b91c1c !important;
}

/* Pagination Overrides */
.pagination a, .pagination span {
  background: rgba(255, 255, 255, 0.8) !important;
  border-color: #cbd5e1 !important;
  color: #0f172a !important;
}
.pagination a:hover, .pagination .active {
  background: #dc3545 !important;
  color: #ffffff !important;
  border-color: #dc3545 !important;
}

/* Classified add & note */
.classified-submit-note {
  background: linear-gradient(135deg, rgba(220, 53, 69, 0.05), rgba(255, 255, 255, 0.85)) !important;
}
.classified-submit-note h3 {
  color: #dc3545 !important;
}
.classified-submit-note li i {
  color: #dc3545 !important;
}

/* Mobile responsive menu overrides for Black navbar */
@media(max-width: 991px) {
  .main-nav .nav-links {
    background: #000000 !important;
    border-top: 1px solid #1c1c1f !important;
  }
  .main-nav .nav-links a {
    border-bottom: 1px solid #1c1c1f !important;
  }
}

/* Marquee Add Dedication Action Button Override */
.marquee-action {
  background: #dc3545 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.2) !important;
}
.marquee-action:hover {
  background: #b91c1c !important;
  color: #ffffff !important;
}

