﻿:root {
  --blue: #1b2fd4;
  --blueDark: #0f1fa9;
  --red: #a91313;
  --black: #050505;
  --gold: #d9bf3a;
  --white: #ffffff;
}

/* * {
  box-sizing: border-box;
} */

/* html,
body {
  height: 100%;
} */

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #fff;
  color: #111;
}

/* Base safety: hide mobile dropdown by default (prevents raw links showing before CSS loads) */
.mobileMenuPanel{display:none}
.mobileMenuPanel.is-open{display:block}
.mobileNavDrawer{display:none}
.mobileNavDrawer.is-open{display:block}

/* Blue-strip dropdown panel (available at all widths) */
.mobileHeader{position:relative}
.mobileMenuPanel{position:absolute;top:34px;left:10px;right:10px;background:#2f384b;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:6px;box-shadow:0 12px 28px rgba(0,0,0,.35);z-index:1000}
.mobileMenuPanel .mmHead{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;font-weight:800;border-bottom:1px solid rgba(255,255,255,.12)}
.mobileMenuPanel .mmClose{background:transparent;border:1px solid rgba(255,255,255,.35);color:#fff;border-radius:4px;width:28px;height:24px;display:inline-flex;align-items:center;justify-content:center}
.mobileMenuPanel a{display:block;color:#fff;text-decoration:none;padding:10px 12px;border-top:1px solid rgba(255,255,255,.08)}
.mobileMenuPanel a:first-of-type{border-top:none}

.srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(1200px, calc(100% - 24px));
  margin: 0 auto;
}

/* Top bar */
.topbar {
  background: linear-gradient(180deg, var(--blue) 0%, var(--blueDark) 100%);
  border-bottom: 3px solid #f4f4f4;
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 34px;
}

.topbar__left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.topbar__date {
  color: var(--white);
  font-size: 14px;
  white-space: nowrap;
}

.topbar__nav {
  display: flex;
  align-items: center;
  gap: 2px;
  min-width: 0;
  flex-wrap: wrap;
}

.topbar__link {
  color: var(--white);
  font-size: 14px;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 2px;
}

.topbar__link:hover,
.topbar__link:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  outline: none;
}

.topbar__link.is-active {
  background: #b01515;
}

.topbar__right {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.topbar__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.topbar__pill.is-yellow {
  background: #e9d22f;
  color: #991010;
}

.topbar__pill.is-green {
  background: #1d1f1d;
  color: #bdf05a;
}

.topbar__pill:hover,
.topbar__pill:focus-visible {
  filter: brightness(0.97);
  outline: none;
}

/* Red masthead */
.masthead {
  background: var(--red);
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.masthead__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  padding: 10px 0;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  text-decoration: none;
}

.masthead__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  background: #070707;
  color: #ffffff;
  cursor: pointer;
}

.masthead__toggle:hover,
.masthead__toggle:focus-visible {
  outline: none;
  filter: brightness(1.05);
}

.masthead__toggleIcon {
  display: block;
}

.brand__logo {
  display: block;
  height: 62px;
  width: auto;
  max-width: 280px;
  border: 3px solid #f0c800;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.08);
}

.langbar {
  display: flex;
  gap: 8px;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.langbar__items {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
  flex-wrap: wrap;
}

.langbar__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  background: #070707;
  color: var(--white);
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  font-weight: 800;
}

.langbar__item:hover,
.langbar__item:focus-visible {
  outline: none;
  filter: brightness(1.05);
}

.langbar__item.is-active {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.55);
}

.langbar__timeIcon {
  display: block;
  height: 18px;
  width: auto;
  height: 60px;
  margin-left: 8px;
  padding: 2px;
  /* background: #ffffff; */
  border-radius: 3px;
}

.langbar__extra {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 2px;
  background: transparent;
  text-decoration: none;
  margin-left: auto;
}

.langbar__extraImg {
  display: block;
  height: 26px;
  width: auto;
  height: 70px;
  background: #ffffff;
  border-radius: 2px;
}

/* Main nav */
.mainnav {
  background: var(--black);
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

.mainnav__inner {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.mainnav__menu {
  display: flex;
  align-items: stretch;
  gap: 0;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
}

.mainnav__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  color: #f7f7f7;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
  border-left: 1px solid rgba(217, 191, 58, 0.55);
  border-right: 1px solid rgba(0, 0, 0, 0.75);
}

.mainnav__item:first-child {
  border-left: 1px solid rgba(217, 191, 58, 0.55);
}

.mainnav__item:hover,
.mainnav__item:focus-visible {
  outline: none;
  background: rgba(255, 255, 255, 0.06);
}

.mainnav__item.is-active {
  background: rgba(255, 255, 255, 0.08);
}

.mainnav__item.has-caret::after {
  content: "\\25BC";
  font-size: 10px;
  margin-left: 8px;
  opacity: 0.9;
}

.mainnav__profile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  color: #e7e7e7;
  text-decoration: none;
  border-left: 1px solid rgba(217, 191, 58, 0.55);
}

.mainnav__profile:hover,
.mainnav__profile:focus-visible {
  outline: none;
  background: rgba(255, 255, 255, 0.06);
}

/* Mobile screenshot header */
.mobileHeader {
  display: none;
}

.mobileHeader__langs {
  display: flex;
  gap: 8px;
  padding: 6px 8px;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mobileHeader__topRow {
  display: grid;
  grid-template-columns: 1fr 52px 1fr 1fr;
  align-items: stretch;
  background: linear-gradient(180deg, var(--blue) 0%, var(--blueDark) 100%);
  border-bottom: 3px solid #f4f4f4;
  position: relative;
  z-index: 10;
}

.mobileHeader__date {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.mobileHeader__menuBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  border: none;
  background: rgba(0, 0, 0, 0.15);
  color: #ffffff;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  z-index: 11;
}

.mobileHeader__menuBtn:hover,
.mobileHeader__menuBtn:focus-visible {
  outline: none;
  filter: brightness(1.05);
}

.mobileHeader__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 8px;
  font-weight: 900;
  font-size: 13px;
  text-decoration: none;
  border-left: 1px solid rgba(0, 0, 0, 0.35);
}

.mobileHeader__pill.is-yellow {
  background: #e9d22f;
  color: #991010;
}

.mobileHeader__pill.is-green {
  background: #1d1f1d;
  color: #bdf05a;
}

.mobileHeader__pill:hover,
.mobileHeader__pill:focus-visible {
  outline: none;
  filter: brightness(0.97);
}

.mobileHeader__logoRow {
  background: var(--red);
  padding: 10px 8px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  display: flex;
  justify-content: center;
}

.mobileHeader__logoRow .brand__logo {
  height: 78px;
  max-width: min(330px, 92vw);
}

.mobileHeader__navRow {
  display: grid;
  grid-template-columns: 130px 1fr 64px;
  align-items: stretch;
  gap: 10px;
  background: var(--black);
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  padding: 8px 8px;
  position: relative;
  z-index: 1;
}

/* Drawer under black strip */
.mobileNavDrawer{display:none;background:#0a0a0a;color:#fff;border-top:2px solid #d9bf3a;border-bottom:2px solid #d9bf3a}
.mobileNavDrawer.is-open{display:block}
.mnav__item{display:block;background:#fff !important;text-decoration:none;padding:12px 14px;border-bottom:1px solid #d9bf3a;background:#000 !important}
.mnav__item:last-child{border-bottom:none}
.mnav__item:hover,.mnav__item:focus-visible{background:rgba(255,255,255,.06);outline:none}

.mobileHeader__home {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #f7f7f7;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid rgba(217, 191, 58, 0.55);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 6px;
}

.mobileHeader__home:hover,
.mobileHeader__home:focus-visible {
  outline: none;
  background: rgba(255, 255, 255, 0.08);
}

.mobileHeader__join {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.35);
}

.mobileHeader__join:hover,
.mobileHeader__join:focus-visible {
  outline: none;
  filter: brightness(1.05);
}

.mobileHeader__profile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #e7e7e7;
  border: 1px solid rgba(217, 191, 58, 0.55);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 6px;
}

.mobileHeader__profile:hover,
.mobileHeader__profile:focus-visible {
  outline: none;
  background: rgba(255, 255, 255, 0.08);
}

/* Page content */
.page {
  background: #e9e9e9;
  padding: 14px 0 60px;
}

@media (max-width: 980px) {
  .masthead__inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (max-width: 820px) {
  .topbar__inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 4px 0;
  }

  .topbar__left {
    flex-wrap: wrap;
    justify-content: center;
  }

  .masthead__inner {
    gap: 12px;
    justify-content: center;
  }

  .brand__logo {
    height: 54px;
    max-width: 220px;
  }

  .langbar {
    width: 100%;
    gap: 6px;
  }

  .langbar__items {
    justify-content: center;
  }

  .langbar__extra {
    margin-left: 0;
  }
}

@media (max-width: 520px) {
  .topbar__date {
    font-size: 13px;
  }

  .topbar__link {
    padding: 6px 8px;
    font-size: 13px;
  }

  .topbar__pill {
    padding: 6px 10px;
    font-size: 13px;
  }

  .brand__logo {
    height: 48px;
    max-width: 190px;
  }

  .langbar__item {
    padding: 6px 10px;
    font-size: 13px;
  }

  .langbar__extraImg {
    height: 22px;
  }
}

@media (max-width: 640px) {
  /* dropdown panel attached to blue strip menu button */
  .mobileMenuPanel{position:absolute;top:34px;left:10px;right:10px;background:#2f384b;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:6px;box-shadow:0 12px 28px rgba(0,0,0,.35);display:none;z-index:999}
  .mobileMenuPanel.is-open{display:block}
  .mobileMenuPanel a{display:block;color:#fff;text-decoration:none;padding:10px 12px;border-top:1px solid rgba(255,255,255,.08)}
  .mobileMenuPanel a:first-child{border-top:none}

  /* Use purpose-built mobile header */
  .mobileHeader { display: block; }
  .topbar, .masthead { display: none; }
  .topbar__nav { display: none; }
  .masthead .langbar { flex-wrap: wrap; gap: 6px; justify-content: center; }
  .masthead .langbar__timeIcon { display: none; }
  .masthead__inner { gap: 10px; justify-content: center; }
  .brand__logo { height: 56px; max-width: 70vw; }

  /* Keep main nav visible and horizontally scrollable */
  .mainnav { display: none; }
  .mainnav__inner { flex-wrap: nowrap; }
  .mainnav__menu { overflow-x: auto; }
  .mainnav__item { padding: 10px 12px; font-size: 14px; background-color: #000;}

  /* Feature video: enforce responsive 16:9 */
  .feature__media { height: auto; padding: 0; }
  .feature__media .ratio16x9 { position: relative; padding-bottom: 56.25%; height: 0; }
  .feature__media iframe, .feature__media video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
}

/* Widen mobile breakpoint to cover more devices */
@media (max-width: 768px) {
  .mobileHeader { display:block !important; position:relative; z-index:1000; }
  .topbar, .masthead, .mainnav { display:none !important; }
  /* Prevent desktop nav links from showing inline under any circumstance */
  .mainnav__menu, .topbar__nav { display:none !important; }
}

/* Home layout */
.home__grid {
  display: grid;
  grid-template-columns: 2.1fr 0.95fr 0.95fr;
  gap: 16px;
  align-items: start;
}

.home__top {
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}

@media (max-width: 640px) {
  .home__top {
    display: none;
  }
}

/* Mobile: stack columns to avoid overlap */
@media (max-width: 768px) {
  .home__grid{grid-template-columns:1fr;gap:12px}
  .col{min-width:0}
  .breaking--wide{grid-column:1/-1}
  .col--left{grid-column:1/-1;order:1}
  .col--mid{grid-column:1/-1;order:2;display:block !important}
  .col--right{grid-column:1/-1;order:3}
}

.breaking--wide {
  grid-column: 1 / -1;
}

.col {
  min-width: 0;
}

.col--right {
  display: flex;
  flex-direction: column;
}

.col--mid .card:first-child {
  margin-top: 0;
}

.col--right .card:first-child {
  margin-top: 0;
}

.col--right .card {
  width: 100%;
}

/* Breaking bar */
.breaking {
  display: grid;
  grid-template-columns: 140px 1fr 110px;
  border: 1px solid #2b2b2b;
}

.breaking__label,
.breaking__clock {
  background: #0b0b0b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.breaking__ticker {
  background: #a60c0c;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.65);
}

.breaking__tickerText {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: breaking-scroll 30s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .breaking__tickerText {
    transform: none;
    animation: none;
  }
}

/* Pause on hover for accessibility */
.breaking__ticker:hover .breaking__tickerText { animation-play-state: paused; }

@keyframes breaking-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* Featured */
.feature {
  background: #fff;
  border: 1px solid #d6d6d6;
  margin-top: 10px;
}

.feature__media {
  position: relative;
  height: 310px; /* default desktop; overridden on mobile */
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.55)),
    radial-gradient(circle at 35% 30%, #7a7a7a 0%, #2f2f2f 55%, #1a1a1a 100%);
}

.feature__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 72px;
  height: 52px;
  border-radius: 12px;
  background: #e62117;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
}

.feature__play::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 16px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
}

.feature__meta {
  position: absolute;
  left: 12px;
  bottom: 10px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
}

.feature__title {
  font-weight: 800;
}

.feature__sub {
  font-size: 13px;
  opacity: 0.92;
}

.feature__caption {
  padding: 10px 12px;
  text-align: center;
  color: #1a1a1a;
  font-size: 14px;
}

/* Ads */
.adrow {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ad {
  background: #d21b1b;
  border: 1px solid #cfcfcf;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.7px;
}

.ad--wide {
  height: 118px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.1)),
    #d21b1b;
}

.ad--tall {
  height: 330px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.18)),
    #d21b1b;
}

.ad--tall.is-red {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.2)),
    #cf1616;
}

.ad__label {
  padding: 8px 10px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.1);
}

/* Latest news head */
.sectionHead {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sectionHead__title {
  background: #c31616;
  color: #fff;
  font-weight: 900;
  padding: 8px 14px;
  letter-spacing: 0.5px;
}

.sectionHead__rule {
  height: 4px;
  flex: 1;
  background: linear-gradient(90deg, #c31616 0 18%, #1b2fd4 18% 100%);
}

/* News cards */
.newsCard {
  background: #fff;
  border: 1px solid #d8d8d8;
  margin-top: 12px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 12px;
  padding: 12px;
}

.newsCard__img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border: 1px solid #cfcfcf;
  display: block;
}

.newsCard__headline {
  display: inline-block;
  color: #0b2bbd;
  font-weight: 900;
  text-decoration: none;
  line-height: 1.25;
}

.newsCard__headline:hover,
.newsCard__headline:focus-visible {
  outline: none;
  text-decoration: underline;
}

.newsCard__meta {
  margin-top: 6px;
  font-size: 12px;
  color: #6e6e6e;
}

.newsCard__excerpt {
  margin: 8px 0 0;
  color: #222;
  font-size: 13px;
  line-height: 1.45;
}

.newsCard__more {
  color: #b01010;
  font-weight: 800;
  text-decoration: none;
}

.newsCard__more:hover,
.newsCard__more:focus-visible {
  outline: none;
  text-decoration: underline;
}

/* Pagination */
.pager {
  margin-top: 14px;
  display: flex;
  justify-content: flex-start;
  gap: 6px;
  flex-wrap: wrap;
}

.pager__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 34px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #d0d0d0;
  color: #1b1b1b;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
}

.pager__btn:hover,
.pager__btn:focus-visible {
  outline: none;
  background: #f7f7f7;
}

.pager__btn.is-active {
  background: #c31616;
  border-color: #c31616;
  color: #fff;
}

.pager__btn.is-disabled {
  opacity: 0.55;
  pointer-events: none;
}

/* Show more */
.showMore {
  margin-top: 12px;
  background: #f2df1c;
  border: 1px solid #c9b800;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
}

.showMore__text {
  color: rgba(0, 0, 0, 0.55);
  font-weight: 800;
  font-size: 13px;
}

.showMore--top {
  margin-top: 14px;
}

.showMore--cat {
  margin-top: 0;
  border-top: none;
}

/* App banner */
.appBanner {
  margin-top: 10px;
  border: 1px solid #d8d8d8;
  background: #0b2bbd;
  position: relative;
  overflow: hidden;
  height: 240px;
}

.appBanner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.1) contrast(1.05);
}

.appBanner__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(4, 20, 95, 0.92),
    rgba(4, 20, 95, 0.35)
  );
}

.appBanner__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 18px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 420px;
  color: #fff;
}

.appBanner::before,
.appBanner::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 140px;
  height: 210px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(0, 0, 0, 0.25)),
    #0a0a0a;
  border: 3px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.35);
}

.appBanner::before {
  left: 18px;
  top: 18px;
  transform: rotate(-12deg);
}

.appBanner::after {
  right: 22px;
  bottom: -18px;
  transform: rotate(10deg);
}

.appBanner__title {
  font-weight: 900;
  font-size: 22px;
  line-height: 1.2;
}

.appBanner__sub {
  margin-top: 8px;
  font-weight: 800;
  opacity: 0.95;
}

.appBanner__btn {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 14px;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid rgba(255, 255, 255, 0.65);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

/* Two category columns */
.twoCol {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.twoCol--bottom {
  margin-top: 14px;
}

.cat__head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cat__title {
  background: #c31616;
  color: #fff;
  font-weight: 900;
  padding: 8px 14px;
  white-space: nowrap;
}

.cat__rule {
  height: 4px;
  flex: 1;
  background: linear-gradient(90deg, #c31616 0 35%, #1b2fd4 35% 100%);
}

.catCard {
  margin-top: 10px;
  background: #fff;
  border: 1px solid #d8d8d8;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 12px;
  padding: 12px;
}

.catCard__img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border: 1px solid #d0d0d0;
  display: block;
}

.catCard--stack {
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
}

.catCard--stack .catCard__img {
  height: 210px;
  border: none;
  border-bottom: 1px solid #d0d0d0;
}

.catCard--stack .catCard__body {
  padding: 12px;
}

.catCard--stack .catCard__h {
  font-size: 18px;
}

.catCard__h {
  display: inline-block;
  color: #0b2bbd;
  font-weight: 900;
  text-decoration: none;
  line-height: 1.25;
}

.catCard__h:hover,
.catCard__h:focus-visible {
  outline: none;
  text-decoration: underline;
}

.catCard__meta {
  margin-top: 6px;
  font-size: 12px;
  color: #6e6e6e;
}

.catCard__p {
  margin: 8px 0 0;
  color: #222;
  font-size: 13px;
  line-height: 1.45;
}

.catCard__more {
  color: #b01010;
  font-weight: 800;
  text-decoration: none;
}

.catCard__more:hover,
.catCard__more:focus-visible {
  outline: none;
  text-decoration: underline;
}

.miniList {
  margin-top: 10px;
  background: #fff;
  border: 1px solid #d8d8d8;
}

.mini {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 10px;
  padding: 10px 10px;
  text-decoration: none;
  color: #222;
  border-top: 1px solid #efefef;
}

.mini:first-child {
  border-top: none;
}

.mini__img {
  width: 78px;
  height: 52px;
  object-fit: cover;
  border: 1px solid #d0d0d0;
  display: block;
}

.mini__t {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.mini:hover .mini__t,
.mini:focus-visible .mini__t {
  text-decoration: underline;
}

/* Hero slider */
.heroSlider {
  margin-top: 14px;
  border: 1px solid #d8d8d8;
  background: #111;
  position: relative;
  overflow: hidden;
  height: 360px;
}

.heroSlider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.heroSlider__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0,  0, 0.72) 0%,
    rgba(0, 0, 0, 0.15) 55%,
    rgba(0, 0, 0, 0.25) 100%
  );
}

.heroSlider__text {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 44px;
  color: #fff;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.55);
}

.heroSlider__kicker {
  display: inline-block;
  background: rgba(195, 22, 22, 0.95);
  padding: 6px 10px;
  font-weight: 900;
  letter-spacing: 0.4px;
  font-size: 12px;
}

.heroSlider__h {
  margin-top: 8px;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.15;
}

.heroSlider__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.heroSlider__dot {
  width: 12px;
  height: 6px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.55);
}

.heroSlider__dot.is-active {
  background: #f2df1c;
}

/* Sidebar cards */
.card {
  background: #fff;
  border: 1px solid #d8d8d8;
  margin-top: 12px;
}

.card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px 8px;
}

.card__title {
  color: #b01010;
  font-weight: 900;
  white-space: nowrap;
}

.card__lines {
  height: 4px;
  flex: 1;
  background: linear-gradient(90deg, #c31616 0 42%, #1b2fd4 42% 100%);
}

/* Weather */
.weather {
  padding-bottom: 10px;
}

.weather__top {
  padding: 10px 12px 0;
}

.weather__place {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.weather__pin {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6c6c6c;
  margin-top: 4px;
  position: relative;
}

.weather__pin::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 9px;
  width: 4px;
  height: 6px;
  background: #6c6c6c;
  border-radius: 0 0 4px 4px;
}

.weather__city {
  font-size: 13px;
  color: #3b3b3b;
}

.weather__country {
  font-size: 12px;
  color: #7a7a7a;
}

.weather__main {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 10px;
  padding: 10px 12px;
  align-items: center;
}

.weather__sun {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffe98f 0%, #f7c12c 60%, #f29a00 100%);
  margin: 0 auto;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.weather__tempValue {
  font-size: 54px;
  font-weight: 300;
  line-height: 1;
  color: #1b1b1b;
}

.weather__tempText {
  margin-top: 2px;
  font-size: 14px;
  color: #4a4a4a;
}

.weather__feels {
  margin-top: 6px;
  font-size: 12px;
  color: #7a7a7a;
}

.weather__days {
  padding: 0 12px 10px;
}

.weather__day {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-top: 1px solid #efefef;
  font-size: 12px;
  color: #4a4a4a;
}

.weather__dayName {
  color: #555;
}

.weather__dayMeta {
  color: #6b6b6b;
}

/* Search */
.search {
  padding: 12px;
}

.search__form {
  display: grid;
  grid-template-columns: 1fr 40px;
  gap: 0;
}

.search__input {
  height: 38px;
  border: 1px solid #d0d0d0;
  padding: 0 10px;
  font-size: 14px;
  outline: none;
}

.search__btn {
  height: 38px;
  border: none;
  background: #0b0b0b;
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.search__btn:hover,
.search__btn:focus-visible {
  outline: none;
  filter: brightness(1.05);
}

/* Right column: WhatsApp join */
.waJoin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 12px;
  background: #0b0b0b;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid #2b2b2b;
  align-self: flex-end;
}

/* Ad box */
.adBox__body {
  padding: 12px;
}

.adImg {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #d0d0d0;
}

/* Send/QR cards */
.sendNews {
  background: #22b14c;
  border-color: rgba(0, 0, 0, 0.15);
}

.sendNews__inner {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 10px;
  align-items: center;
  padding: 14px 12px;
}

.sendNews__left {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 3px solid rgba(255, 255, 255, 0.65);
  margin: 0 auto;
  position: relative;
}

.sendNews__left::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  border: 3px solid rgba(255, 255, 255, 0.85);
}

.sendNews__t {
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.1;
}

.sendNews__btn {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 12px;
  background: rgba(0, 0, 0, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.75);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  font-size: 12px;
}

.sendNews__btn:hover,
.sendNews__btn:focus-visible {
  outline: none;
  filter: brightness(1.05);
}

.qrCard {
  background: #1e4fff;
  border-color: rgba(0, 0, 0, 0.15);
}

.qrCard__inner {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 12px;
}

.qrCard__qr {
  width: 70px;
  height: 70px;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.9) 25%,
      transparent 25% 50%,
      rgba(255, 255, 255, 0.9) 50% 75%,
      transparent 75%
    ),
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.9) 25%,
      transparent 25% 50%,
      rgba(255, 255, 255, 0.9) 50% 75%,
      transparent 75%
    );
  background-size: 14px 14px;
  border: 3px solid rgba(255, 255, 255, 0.85);
  border-radius: 6px;
  margin: 0 auto;
}

.qrCard__t {
  color: #fff;
  font-weight: 900;
  line-height: 1.15;
}

.qrCard__btn {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 12px;
  background: rgba(0, 0, 0, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.75);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  font-size: 12px;
}

.qrCard__btn:hover,
.qrCard__btn:focus-visible {
  outline: none;
  filter: brightness(1.05);
}

/* Recent posts text list */
.recentText__list {
  padding: 0 12px 12px;
}

.recentText__item {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #efefef;
  color: #1e1e1e;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.35;
  position: relative;
  padding-left: 18px;
}

.recentText__item:first-child {
  border-top: none;
}

.recentText__item::before {
  content: "â€º";
  position: absolute;
  left: 0;
  top: 10px;
  color: #b0b0b0;
  font-weight: 900;
}

.recentText__item:hover,
.recentText__item:focus-visible {
  outline: none;
  text-decoration: underline;
}

/* Thumb list (right sidebar + mid) */
.thumbList {
  padding: 0 12px 12px;
}

.thumbItem {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid #efefef;
  text-decoration: none;
  color: #222;
}

.thumbItem:first-child {
  border-top: none;
}

.thumbItem__img {
  width: 84px;
  height: 56px;
  object-fit: cover;
  border: 1px solid #d0d0d0;
  display: block;
}

.thumbItem__t {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.thumbItem:hover .thumbItem__t,
.thumbItem:focus-visible .thumbItem__t {
  text-decoration: underline;
}

/* Stacked list (image top, text bottom) */
.stackList {
  padding: 0 12px 12px;
}

.stackPost {
  display: block;
  text-decoration: none;
  color: #222;
  padding: 12px 0;
  border-top: 1px solid #efefef;
}

.stackPost:first-child {
  border-top: none;
}

.stackPost__img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border: 1px solid #d0d0d0;
  display: block;
}

.stackPost__t {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  color: #222;
}

.stackPost:hover .stackPost__t,
.stackPost:focus-visible .stackPost__t {
  text-decoration: underline;
}

/* Rashifal */
.rashiGrid {
  padding: 8px 12px 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.rashi {
  border: 1px solid #e2e2e2;
  background: #fff;
  text-decoration: none;
  color: #5a2a8a;
  display: grid;
  place-items: center;
  height: 64px;
  gap: 2px;
}

.rashi__sym {
  font-size: 22px;
  line-height: 1;
}

.rashi__t {
  font-size: 12px;
  font-weight: 800;
  color: #6c3aa0;
}

.rashi:hover,
.rashi:focus-visible {
  outline: none;
  background: #faf7ff;
}

/* Follow us */
.follow__row {
  padding: 10px 12px 12px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}

.follow__btn {
  display: grid;
  place-items: center;
  height: 34px;
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  border-radius: 2px;
}

.follow__btn.is-fb {
  background: #3b5998;
}
.follow__btn.is-tw {
  background: #1da1f2;
}
.follow__btn.is-gp {
  background: #dd4b39;
}
.follow__btn.is-yt {
  background: #ff0000;
}
.follow__btn.is-in {
  background: #3f729b;
}
.follow__btn.is-li {
  background: #0077b5;
}

.follow__btn:hover,
.follow__btn:focus-visible {
  outline: none;
  filter: brightness(1.05);
}

/* Calendar */
.calendar__head {
  padding: 12px;
  font-weight: 900;
  color: #6b6b6b;
}

.calendar__grid {
  padding: 0 12px 12px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.calendar__dow {
  font-size: 12px;
  font-weight: 900;
  color: #7a7a7a;
  text-align: center;
  padding: 6px 0;
  background: #f7f7f7;
}

.calendar__cell {
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  background: #fbfbfb;
  border: 1px solid #efefef;
  color: #666;
}

.calendar__cell.is-empty {
  background: transparent;
  border-color: transparent;
}

.calendar__nav {
  padding: 0 12px 12px;
}

.calendar__navBtn {
  color: #666;
  text-decoration: none;
  font-size: 12px;
}

.calendar__navBtn:hover,
.calendar__navBtn:focus-visible {
  outline: none;
  text-decoration: underline;
}

/* Cricket */
.cricket__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid #e7e7e7;
}

.cricket__tab {
  border: none;
  background: #c31616;
  color: #fff;
  font-weight: 900;
  padding: 10px 0;
  cursor: pointer;
  font-size: 12px;
}

.cricket__tab:not(.is-active) {
  background: #b01212;
  opacity: 0.95;
}

.cricket__list {
  padding: 12px;
  background: #c31616;
}

.match {
  background: #0a2bd4;
  color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.35);
  padding: 10px 10px 8px;
  margin-bottom: 10px;
}

.match__t {
  font-size: 11px;
  opacity: 0.95;
}

.match__score {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  text-align: center;
}

.match__abbr {
  font-weight: 900;
  font-size: 14px;
}

.match__runs {
  font-size: 12px;
  opacity: 0.95;
}

.match__vs {
  font-weight: 900;
  opacity: 0.95;
}

.match__result {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  opacity: 0.95;
}

.match__actions {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.match__btn {
  border: none;
  background: #c31616;
  color: #fff;
  font-weight: 900;
  padding: 6px 12px;
  cursor: pointer;
}

.cricket__footer {
  display: flex;
  gap: 10px;
  padding: 10px 12px 12px;
  background: #c31616;
}

.cricket__footerBtn {
  flex: 1;
  border: none;
  background: #0b0b0b;
  color: #fff;
  font-weight: 900;
  padding: 8px 10px;
  cursor: pointer;
  font-size: 12px;
}

.cricket__footerBtn:hover,
.cricket__footerBtn:focus-visible {
  outline: none;
  filter: brightness(1.05);
}

/* Polls */
.poll {
  padding-bottom: 12px;
}

.poll__q {
  padding: 0 12px 10px;
  color: #111;
  font-weight: 700;
}

.poll__form {
  padding: 0 12px 12px;
  display: grid;
  gap: 10px;
}

.poll__opt {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #222;
  font-size: 14px;
}

.poll__vote {
  height: 36px;
  border: none;
  background: #6a6f77;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.poll__results {
  text-align: center;
  color: #2a2a2a;
  text-decoration: none;
  font-size: 13px;
}

.poll__results:hover,
.poll__results:focus-visible {
  outline: none;
  text-decoration: underline;
}

/* Big WhatsApp card */
.waBig {
  background: #0cb254;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.waBig__inner {
  display: grid;
  place-items: center;
  padding: 26px 0;
  gap: 10px;
}

.waBig__logo {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  border: 3px solid rgba(255, 255, 255, 0.65);
}

.waBig__text {
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.6px;
}

@media (max-width: 1150px) {
  .home__grid {
    grid-template-columns: 1.7fr 1fr;
  }

  .col--right {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start;
  }

}

@media (max-width: 900px) {
  .home__grid {
    grid-template-columns: 1fr;
  }

  .col--right {
    grid-column: auto;
    display: block;
  }

  .newsCard {
    grid-template-columns: 1fr;
  }

  .newsCard__img {
    height: 190px;
  }

  .adrow {
    grid-template-columns: 1fr;
  }

  .twoCol {
    grid-template-columns: 1fr;
  }

  .catCard {
    grid-template-columns: 1fr;
  }

  .catCard__img {
    height: 190px;
  }

  .heroSlider__h {
    font-size: 20px;
  }

  .catCard--stack .catCard__img {
    height: 190px;
  }
}

/* Footer */
.siteFooter {
  margin-top: 18px;
}

.siteFooter__top {
  background: #7d0000;
  border-top: 5px solid var(--blue);
  padding: 26px 0 22px;
}

.siteFooter__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr 1fr;
  gap: 30px;
  align-items: start;
}

.siteFooter__col {
  min-width: 0;
}

.siteFooter__title {
  color: #ffffff;
  font-weight: 900;
  font-size: 22px;
  margin: 0;
}

.siteFooter__rule {
  height: 2px;
  background: rgba(255, 255, 255, 0.85);
  margin-top: 10px;
  margin-bottom: 14px;
}

.siteFooter__post {
  display: block;
  padding: 14px 0;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.35;
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
}

.siteFooter__post:hover,
.siteFooter__post:focus-visible {
  outline: none;
  text-decoration: underline;
}

.siteFooter__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.siteFooter__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  background: #454545;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  line-height: 1;
}

.siteFooter__tag:hover,
.siteFooter__tag:focus-visible {
  outline: none;
  filter: brightness(1.06);
}

.siteFooter__links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.siteFooter__link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
  padding-bottom: 6px;
}

.siteFooter__link:hover,
.siteFooter__link:focus-visible {
  outline: none;
  text-decoration: underline;
}

.siteFooter__search {
  display: flex;
  gap: 0;
  align-items: stretch;
  margin-bottom: 26px;
}

.siteFooter__searchInput {
  flex: 1;
  min-width: 0;
  height: 40px;
  border: 0;
  padding: 0 12px;
  font-size: 16px;
  background: #ffffff;
  color: #111;
}

.siteFooter__searchInput:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.55);
  outline-offset: 2px;
}

.siteFooter__searchBtn {
  width: 54px;
  border: 0;
  background: #050505;
  color: #ffffff;
  cursor: pointer;
}

.siteFooter__searchBtn:hover,
.siteFooter__searchBtn:focus-visible {
  outline: none;
  filter: brightness(1.1);
}

.siteFooter__social {
  display: flex;
  gap: 10px;
  margin: 16px 0 22px;
}

.siteFooter__socialBtn {
  width: 72px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: 900;
  font-size: 22px;
  border: 1px solid rgba(0, 0, 0, 0.35);
}

.siteFooter__socialBtn svg {
  display: block;
}

.siteFooter__socialBtn.is-fb {
  background: #3b5998;
}
.siteFooter__socialBtn.is-tw {
  background: #00acee;
}
.siteFooter__socialBtn.is-yt {
  background: #e00000;
  font-size: 18px;
}
.siteFooter__socialBtn.is-ig {
  background: #4a6c87;
}

.siteFooter__socialBtn:hover,
.siteFooter__socialBtn:focus-visible {
  outline: none;
  filter: brightness(1.06);
}

.siteFooter__apps {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.siteFooter__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  /* background: #0b0b0b; */
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  /* border: 1px solid rgba(255, 255, 255, 0.25); */
  min-width: 170px;
}

.siteFooter__badgeIcon {
  width: 150px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.siteFooter__badgeIcon svg {
  display: block;
}

.siteFooter__badgeText {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.siteFooter__badgeSmall {
  font-size: 11px;
  opacity: 0.92;
  font-weight: 700;
}

.siteFooter__badgeBig {
  font-size: 16px;
  font-weight: 900;
}

.siteFooter__badge:hover,
.siteFooter__badge:focus-visible {
  outline: none;
  filter: brightness(1.06);
}

.siteFooter__bottom {
  background: #2a1b8f;
  border-top: 6px solid var(--blue);
}

/* Bottom bar should appear full width inside boxed layout */
.siteFooter__bottom .container {
  width: 100% !important;
  max-width: none !important;
  padding-left: 12px;
  padding-right: 12px;
}

.siteFooter__bottomInner {
  padding: 16px 0;
  min-height: 52px;
  display: flex;
  align-items: center;
  color: #ffffff;
  /* font-weight: 800; */
  text-align: left;
}

/* Remove any residual spacing below footer on desktop */
.siteFooter,
.siteFooter__bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

/* Remove gap above footer too */
.siteFooter { margin-top: 0 !important; }

/* Ensure no top white gap above header */
html, body { padding-top: 0 !important; }
.site-header { margin-top: 0 !important; display: block; }
.topbar { margin-top: 0 !important; }

/* Mobile header: center language buttons, remove white strip background */
.mobileHeader__langs { justify-content: center !important; flex-wrap: wrap !important; background: transparent !important; }
.mobileHeader__langs .langbar__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  margin: 4px 4px;
  background: #111111;
  color: #ffffff;
  border-radius: 8px;
  border: 2px solid #ffffff;
  font-weight: 800;
  text-decoration: none;
}
.mobileHeader__langs .langbar__item.is-active { background: #b01515; color: #fff; }

.siteFooter__phone {
  color: var(--gold);
  font-weight: 900;
}

@media (max-width: 980px) {
  .siteFooter__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .siteFooter__grid {
    grid-template-columns: 1fr;
  }
  .siteFooter__socialBtn {
    width: 64px;
  }
}

/* Overrides: footer spacing, blue strip, and social icons (Font Awesome) */
.siteFooter { margin-top: 0 !important; }
.siteFooter__top { margin-top: 0 !important; border-top-width: 6px !important; }
.siteFooter__rule { height: 3px !important; background: linear-gradient(90deg,#b01515 0 50%, var(--blue) 50% 100%) !important; }
.siteFooter__bottom { border-top: 6px solid var(--blue) !important; filter: none !important; }
.siteFooter__bottomInner { border-top: 0 !important; }
.siteFooter__socialBtn { display:inline-flex !important; align-items:center; justify-content:center; width:44px; height:44px; }
.siteFooter__socialBtn i { display:inline-block; font-size:18px; color:#fff; }
