/* ============================================================
   NNA — Site-wide modern theme  (gold #c19114 + blue #2f506f on dark)
   Loaded globally on public pages via includes/links.php.
   All rules are body-class / section scoped so each page only
   gets the styling intended for it.
   ============================================================ */

/* ── Reusable modern page hero (inner pages: watch-live, contact, news…) ── */
.page .hero {
  height: auto;
  min-height: 180px;
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 54px 5% 48px;
  position: relative;
  overflow: hidden;
  background-image:
    radial-gradient(760px 320px at 86% -20%, rgba(193, 145, 20, 0.22), transparent 60%),
    linear-gradient(180deg, rgba(11, 12, 16, 0.55) 0%, transparent 22%, transparent 60%, rgba(11, 12, 16, 0.4) 100%),
    linear-gradient(90deg, rgba(11, 12, 16, 0.96) 0%, rgba(11, 12, 16, 0.7) 50%, rgba(11, 12, 16, 0.34) 100%),
    url(../images/magnific__talk__56261.jpg);
  background-size: cover;
  background-position: center, center, center, center 28%;
  background-repeat: no-repeat;
  border-bottom: 2px solid #c19114;
}
/* gold/blue hairline glow along the bottom of the hero */
.page .hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(193,145,20,.6), rgba(47,80,111,.6), transparent);
}
.page .hero .content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.page .hero h1 {
  position: relative;
  margin: 0;
  padding-left: 20px;
  font-size: 2.7em;
  font-weight: 800;
  line-height: 1.04;
  color: #fff;
  letter-spacing: -0.5px;
}
.page .hero h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 3px;
  background: linear-gradient(180deg, #c19114 0%, #2f506f 100%);
}
@media screen and (max-width: 768px) {
  .page .hero { min-height: 150px; padding: 40px 6% 30px; }
  .page .hero h1 { font-size: 1.9em; }
}

/* ============================================================
   WATCH LIVE — premium channel cards
   ============================================================ */
.watch-live .sec1.watch-live { padding-top: 40px; }

.watch-live .sec1 .channel {
  position: relative;
  border-radius: 14px;
  border: 1px solid #c19114;
  overflow: hidden;
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center;
  align-items: flex-start;
  text-align: left;
  cursor: pointer;
  transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease, border-color .4s ease;
}
.watch-live .sec1 .channel:hover {
  transform: translateY(-8px);
  border-color: rgba(193, 145, 20, 0.55);
  box-shadow: 0 26px 50px -22px rgba(0, 0, 0, 0.95);
}

/* Editorial gradient overlay (replaces flat 0.4 black) */
.watch-live .sec1 .channel::before {
  background: linear-gradient(to top,
      rgba(10, 11, 14, 0.94) 0%,
      rgba(10, 11, 14, 0.55) 40%,
      rgba(10, 11, 14, 0.12) 72%,
      rgba(10, 11, 14, 0.05) 100%) !important;
}

/* LIVE badge (gold dot in glassy pill) */
.watch-live .sec1 .channel::after {
  content: "LIVE";
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 5px 11px 5px 25px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 13px center, #c19114 0 4px, transparent 4.6px),
    rgba(8, 9, 12, 0.55);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.watch-live .sec1 .channel .title {
  position: relative;
  font-size: 1.7em;
  font-weight: 700;
  margin-bottom: 6px !important;
}
.watch-live .sec1 .channel .title::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #c19114;
  border-radius: 2px;
  margin-bottom: 12px;
  transition: width .4s ease;
}
.watch-live .sec1 .channel:hover .title::before { width: 56px; }

.watch-live .sec1 .channel .description {
  color: rgba(255, 255, 255, 0.80);
  line-height: 1.5;
}

.watch-live .sec1 .channel button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: .82em;
  letter-spacing: .6px;
  cursor: pointer;
  box-shadow: 0 10px 24px -12px rgba(193, 145, 20, 0.7);
  transition: transform .2s ease, box-shadow .2s ease;
}
.watch-live .sec1 .channel button::after {
  content: "›";
  font-size: 1.25em;
  line-height: 1;
  margin-top: -2px;
  transition: transform .2s ease;
}
.watch-live .sec1 .channel button:hover { transform: translateY(-1px); }
.watch-live .sec1 .channel button:hover::after { transform: translateX(4px); }

/* ============================================================
   CONTACT — modern info cards + form
   ============================================================ */
.contact .sec1 { padding-top: 50px; }

.contact .sec1 .grid {
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 24px;
}
.contact .sec1 .grid .item {
  width: 300px;
  align-items: center;
  padding: 24px;
  background: #161616;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.contact .sec1 .grid .item:hover {
  transform: translateY(-5px);
  border-color: rgba(193, 145, 20, 0.45);
  box-shadow: 0 18px 36px -18px rgba(0, 0, 0, 0.85);
}
.contact .sec1 .grid .item .lef {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(193, 145, 20, 0.12);
  border: 1px solid rgba(193, 145, 20, 0.25);
}
.contact .sec1 .grid .item .lef img { height: 32px; }
.contact .sec1 .grid .item .righ .title { color: #c19114; margin-bottom: 6px !important; }
.contact .sec1 .grid .item .righ .info { color: #cfcfcf; }

/* map */
.contact .sec1 .flex .img-wrap iframe {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* form */
.contact #contactform .row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.contact #contactform .half { flex: 1; min-width: 220px; }
.contact #contactform .half,
.contact #contactform .fullwidth {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #333;
  border-radius: 10px;
  padding: 4px 12px;
  transition: border-color .2s ease, background .2s ease;
}
.contact #contactform .fullwidth.special { align-items: flex-start; padding-top: 12px; }
.contact #contactform .half:focus-within,
.contact #contactform .fullwidth:focus-within {
  border-color: #c19114;
  background: rgba(255, 255, 255, 0.08);
}
.contact #contactform .half img,
.contact #contactform .fullwidth img { height: 22px; opacity: .65; flex: 0 0 auto; }
.contact #contactform input,
.contact #contactform select,
.contact #contactform textarea {
  flex: 1;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: .95em;
  padding: 12px 4px;
  font-family: inherit;
}
.contact #contactform select option { color: #111; }
.contact #contactform textarea { min-height: 130px; resize: vertical; }
.contact #contactform input::placeholder,
.contact #contactform textarea::placeholder { color: rgba(255, 255, 255, 0.45); }
.contact #contactform button {
  margin-top: 18px;
  padding: 13px 30px;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: .6px;
  cursor: pointer;
  box-shadow: 0 12px 26px -12px rgba(193, 145, 20, 0.7);
  transition: transform .2s ease, box-shadow .2s ease;
}
.contact #contactform button:hover { transform: translateY(-2px); }

/* ============================================================
   LIVE CHANNEL pages — modern schedule + info (news section untouched)
   ============================================================ */
.live .livestream .channel-header .live-icon {
  background: #2f506f !important;
  color: #fff !important;
  padding: 5px 11px 5px 24px !important;
  border-radius: 5px !important;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: radial-gradient(circle at 12px center, #c19114 0 4px, transparent 4.6px) !important;
}
.live .livestream .channel-header h2 {
  font-size: 1.7em;
  font-weight: 700;
}
.live .livestream .schedule-wrap .channel-header {
  background: #141414;
  border-left: 4px solid #c19114;
  border-radius: 0 10px 10px 0;
  margin: 0 5% 6px;
  padding: 18px 22px !important;
}

/* Channel info → modern card */
.live .livestream .info {
  align-items: stretch;
  margin: 10px 5% 0;
  padding: 26px !important;
  background: #161616;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
}
.live .livestream .info .left {
  width: 30% !important;
  height: auto !important;
  min-height: 200px;
}
.live .livestream .info .right { width: 70% !important; }
.live .livestream .info .right .channel-logo {
  display: block;
  height: 56px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 14px;
}
/* Channel name kept for SEO/accessibility but hidden visually */
.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Schedule show cards */
.live .schedule-track .show {
  background: #161616;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.live .schedule-track .show:hover {
  background: #1f1f1f;
  border-color: rgba(193, 145, 20, 0.4);
}
.live .schedule-track .show .time {
  color: #c19114;
  font-weight: 700;
  letter-spacing: .3px;
}

@media screen and (max-width: 768px) {
  .live .livestream .info { flex-direction: column; row-gap: 18px; }
  .live .livestream .info .left,
  .live .livestream .info .right { width: 100% !important; }
}


/* ============================================================
   BROADCAST TYPOGRAPHY  —  Inter everywhere.
   The site runs on one typeface; headlines get their broadcast
   weight from Inter 800 + tighter tracking rather than a second
   display family.
   ============================================================ */
h1, h2, h3, h4,
.hero h1, .hero h2,
#mainTitle,
.home .story-cards > h2,
.home .channel-cards h2,
.home .channel-cards .grid .card .title,
.post-title, .article-title,
.news-slider .main-article .main-content h2 {
  font-family: "Inter", sans-serif;
  letter-spacing: -0.015em;
}
/* Heavy weight + tighter leading on the true display headlines only */
h1, h2,
.hero h1,
#mainTitle,
.home .story-cards > h2,
.home .channel-cards h2,
.post-title, .article-title {
  font-weight: 800;
  line-height: 1.08;
}
/* Body copy: clean, legible Inter rhythm */
body { font-feature-settings: "ss01", "cv05"; }


/* ============================================================
   MODERN HEADER  —  glassy bar, animated nav, premium dropdowns
   ============================================================ */
#main-header {
  padding: 6px 2.5%;
  background: rgba(8, 9, 11, 0.82);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
          backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 34px -20px rgba(0, 0, 0, 0.95);
}
/* gold/blue hairline along the bottom edge */
#main-header::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(193, 145, 20, 0.55), rgba(47, 80, 111, 0.55), transparent);
  pointer-events: none;
}
/* width:auto is load-bearing, not tidiness. The markup now carries intrinsic
   width/height attributes so the browser can reserve the right box before the
   file arrives (no layout shift). Those attributes are also PRESENTATIONAL
   HINTS — the width one acts as `width: 320px`. With only `height` declared
   here, the used size became 320px wide by 50px tall and the logo rendered
   stretched to 6.4:1 instead of its true 2.42:1. Declaring width:auto lets the
   aspect ratio do the work: the height below sets the size, the ratio sets the
   width. Same applies to every image sized by height alone. */
#main-header nav .logo-wrap .logo {
  height: 50px;
  width: auto;
  transition: transform .25s ease, filter .25s ease;
}
#main-header nav .logo-wrap .logo:hover {
  transform: scale(1.03);
  filter: drop-shadow(0 4px 14px rgba(193, 145, 20, 0.35));
}

/* ── Top-level nav links: clean Inter caps with animated gold underline ── */
#main-header nav menu { column-gap: 34px; }
#main-header nav menu > a,
#main-header nav menu > .menu-item > a {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.82em;
  letter-spacing: 1.3px;
  padding: 10px 1px;
  color: rgba(255, 255, 255, 0.86);
}
#main-header nav menu > a::after,
#main-header nav menu > .menu-item > a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 2px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #c19114, #e3bd54);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .28s cubic-bezier(.4, 0, .2, 1);
}
#main-header nav menu > a:hover,
#main-header nav menu > .menu-item > a:hover,
#main-header nav menu > a.active,
#main-header nav menu > .menu-item > a.active {
  color: #fff;
}
#main-header nav menu > a:hover::after,
#main-header nav menu > .menu-item > a:hover::after,
#main-header nav menu > a.active::after,
#main-header nav menu .menu-item:hover > a::after {
  transform: scaleX(1);
}

/* ── "On air now" dot on LIVE TV ──
   A pulsing red dot, the one broadcast signal every viewer reads without a
   caption. Red is used for nothing else in the chrome, so it cannot be mistaken
   for a button — the nav's own colour stays gold. */
#main-header nav menu > .menu-item > a.has-live-dot,
.desktop-menu .menu-item > a.has-live-dot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.nav-live-dot {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e02a36;
  box-shadow: 0 0 0 0 rgba(224, 42, 54, 0.55);
  animation: nav-live-pulse 1.8s ease-out infinite;
}
@keyframes nav-live-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(224, 42, 54, 0.55); opacity: 1; }
  70%  { box-shadow: 0 0 0 7px rgba(224, 42, 54, 0);   opacity: .75; }
  100% { box-shadow: 0 0 0 0 rgba(224, 42, 54, 0);     opacity: 1; }
}
/* Readers who ask for less motion get the dot, not the pulse. */
@media (prefers-reduced-motion: reduce) {
  .nav-live-dot { animation: none; }
}

/* ── Premium dropdown: detached glassy card with hover bridge ── */
#main-header nav menu .menu-item .submenu {
  display: flex;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  top: calc(100% + 12px);
  left: 50%;
  margin-left: -105px;
  min-width: 210px;
  padding: 8px;
  background: rgba(18, 19, 22, 0.92);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
          backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  box-shadow: 0 26px 50px -20px rgba(0, 0, 0, 0.85);
  transition: opacity .26s ease, transform .26s ease, visibility .26s;
}
/* invisible bridge so the cursor can cross the gap */
#main-header nav menu .menu-item .submenu::before {
  content: "";
  position: absolute;
  top: -14px; left: 0; right: 0;
  height: 14px;
}
/* little pointer notch */
#main-header nav menu .menu-item .submenu::after {
  content: "";
  position: absolute;
  top: -6px; left: 50%;
  width: 12px; height: 12px;
  margin-left: -6px;
  background: rgba(18, 19, 22, 0.92);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transform: rotate(45deg);
}
#main-header nav menu .menu-item:hover .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
#main-header nav menu .menu-item .submenu a {
  position: relative;
  padding: 10px 14px;
  border-radius: 9px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.82em;
  letter-spacing: 0.6px;
  text-transform: none;
  color: rgba(255, 255, 255, 0.82);
  transition: background .2s ease, color .2s ease, padding-left .2s ease;
}
#main-header nav menu .menu-item .submenu a::before {
  content: "";
  position: absolute;
  left: 8px; top: 50%;
  width: 3px; height: 0;
  border-radius: 2px;
  background: #c19114;
  transform: translateY(-50%);
  transition: height .2s ease;
}
#main-header nav menu .menu-item .submenu a:hover {
  background: rgba(193, 145, 20, 0.12);
  color: #fff;
  padding-left: 20px;
}
#main-header nav menu .menu-item .submenu a:hover::before { height: 16px; }

/* ── Header action icons (account / search) ── */
#main-header nav .shop-items { column-gap: 16px; }
#main-header nav .shop-items > a {
  width: 38px; height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
#main-header nav .shop-items > a:hover {
  background: rgba(193, 145, 20, 0.16);
  border-color: rgba(193, 145, 20, 0.5);
  transform: translateY(-1px);
}
#main-header nav .shop-items > a .icon {
  height: 18px;
  width: auto;   /* see the logo rule above — the width attribute is a hint */
  transition: transform .2s ease;
}

/* ── Mobile slide-out menu: matching dropdown polish ── */
.desktop-menu .menu-item .submenu a:hover {
  color: #c19114;
}


/* ============================================================
   MODERN SEARCH BAR — glassy panel that drops from the header.
   Overrides the legacy .search styles in style.css (this file
   loads after it). Searches news articles only.
   ============================================================ */
.search {
  position: fixed;
  left: 0;
  top: 63px;                 /* sits right under the glassy header */
  width: 100%;
  padding: 14px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  filter: none;
  transform: translateY(-14px);
  z-index: 105;              /* above the mobile weather-bar (99) */
  overflow: visible;
  pointer-events: none;
  transition: opacity .24s ease, transform .24s cubic-bezier(.32, .72, .25, 1);
}
.search.show-search {
  top: 63px;                 /* neutralise the legacy top animation */
  opacity: 1;
  filter: none;
  transform: translateY(0);
  pointer-events: auto;
}

.search .search-panel {
  position: relative;
  width: 100%;
  max-width: 760px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 12px;
  background: rgba(14, 15, 18, 0.94);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
          backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  box-shadow: 0 30px 60px -22px rgba(0, 0, 0, 0.9);
}
/* gold/blue hairline along the panel top, echoing the header */
.search .search-panel::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(193, 145, 20, 0.55), rgba(47, 80, 111, 0.55), transparent);
  pointer-events: none;
}

.search form {
  flex: 1;
  max-width: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #fff;
}
.search form .search-ico {
  height: 18px;
  margin-left: 8px;
  opacity: .55;
  flex: 0 0 auto;
}
.search form input {
  flex: 1;
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 12px 6px;
  color: #fff;
  font-size: 1em;
  font-family: "Inter", sans-serif;
  background: transparent;
  outline: none;
}
.search form input::placeholder { color: rgba(255, 255, 255, 0.45); }

.search #close-search {
  position: static;
  height: 16px;
  margin-right: 10px;
  cursor: pointer;
  opacity: .7;
  transition: opacity .2s ease, transform .2s ease;
}
.search #close-search:hover {
  opacity: 1;
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .search {
    top: 48px;                 /* compact mobile header (54px tall) */
    padding: 10px 4%;
  }
  .search.show-search { top: 48px; }
  .search .search-panel { gap: 8px; padding: 8px 10px; }
  .search form input { padding: 11px 4px; font-size: .95em; }
}


/* ============================================================
   UNIFIED MODERN BUTTONS  —  one gold-pill CTA style site-wide
   Covers every primary call-to-action (WATCH LIVE, SEND MESSAGE,
   Sign In, Subscribe, WATCH NOW, cart checkout/pay, etc.) so the
   whole site shares the same broadcast-grotesque button look.
   Targets the gold/yellow utility classes + named CTA classes.
   ============================================================ */
button.gold-bg,
.button.gold-bg,
button.yellow-bg,
.button.yellow-bg,
.btn.gold-bg,
.hero-btn,
.auth-btn,
button.checkout,
input[type="submit"].gold-bg,
input[type="submit"].yellow-bg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 0;
  padding: 14px 28px;
  border: none;
  border-radius: 9px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.84em;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #111 !important;
  background-color: #c19114;
  background-image: linear-gradient(135deg, #d9a521 0%, #c19114 52%, #a87d0f 100%);
  box-shadow: 0 12px 26px -12px rgba(193, 145, 20, 0.7);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
button.gold-bg:hover,
.button.gold-bg:hover,
button.yellow-bg:hover,
.button.yellow-bg:hover,
.btn.gold-bg:hover,
.hero-btn:hover,
.auth-btn:hover,
button.checkout:hover,
input[type="submit"].gold-bg:hover,
input[type="submit"].yellow-bg:hover {
  transform: translateY(-2px);
  background-color: #c19114;
  filter: brightness(1.06);
  box-shadow: 0 18px 34px -12px rgba(193, 145, 20, 0.9);
}
button.gold-bg:active,
.button.gold-bg:active,
button.yellow-bg:active,
.button.yellow-bg:active,
.btn.gold-bg:active,
.hero-btn:active,
.auth-btn:active,
button.checkout:active {
  transform: translateY(0) scale(.98);
}
/* keep the swap-icon inside checkout / pay buttons aligned & sized */
button.checkout .icon,
button.gold-bg .icon,
button.yellow-bg .icon {
  height: 16px;
  width: auto;
}

/* ============================================================
   NEWS DROPDOWN — every newsroom category on the menu bar.
   Wider two-column card because the list runs to 10+ entries;
   "All Categories" spans both columns as the reset link.
   ============================================================ */
#main-header nav menu .menu-item .submenu.news-submenu {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  column-gap: 4px;
  min-width: 400px;
  margin-left: -200px;
}
#main-header nav menu .menu-item .submenu.news-submenu a.all-cats {
  grid-column: 1 / -1;
  margin-bottom: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px 9px 0 0;
  font-weight: 700;
  color: #dbbc6c;
}

/* Mobile slide-out: the categories stack, indented under NEWS */
.desktop-menu .news-submenu a.all-cats {
  font-weight: 700;
  color: #dbbc6c;
}

/* ============================================================
   NNA AFRICA CHANNEL LOGO
   Its lockup is stacked (197×230) while every other channel logo
   is a wide 2.2:1 – 2.7:1 bar. Sizing them all by height alone
   rendered NNA Africa at a third of the width of its siblings, so
   it read as "small". Scaled up here to match their optical size.
   ============================================================ */
.home .channel-cards .grid .card .channel-logo[src*="NNA-Africa"] { height: 82px; }
.home .hero-slider .show-channel-logo[src*="NNA-Africa"]          { height: 96px; }
.live .livestream .info .right .channel-logo[src*="NNA-Africa"]   { height: 100px; }
.watch-live .channel .wrap .channel-logo[src*="NNA-Africa"]       { height: 90px; }

@media screen and (max-width: 768px) {
  .home .channel-cards .grid .card .channel-logo[src*="NNA-Africa"] { height: 70px; }
  .home .hero-slider .show-channel-logo[src*="NNA-Africa"]          { height: 74px; }
  .live .livestream .info .right .channel-logo[src*="NNA-Africa"]   { height: 80px; }
  .watch-live .channel .wrap .channel-logo[src*="NNA-Africa"]       { height: 76px; }
}

/* ============================================================
   HEADER MESSAGES ICON
   Sits beside the account icon for signed-in readers only, with
   a red count when something is waiting. .shop-items a clips its
   children, so this link opts out — the badge overhangs the icon.
   ============================================================ */
#main-header .shop-items a.msg-link {
  overflow: visible;
}
#main-header .shop-items a.msg-link .msg-badge {
  position: absolute;
  top: -7px;
  right: -9px;
  min-width: 17px;
  height: 17px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #c62307;
  box-shadow: 0 0 0 2px #111;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
}
