/* Theme B — mockup-aligned homepage (chrome + content) */
.home-theme-b {
  --tb-navy: #0a192f;
  --tb-navy-2: #112240;
  --tb-red: #c8102e;
  --tb-red-deep: #9b0c24;
  --tb-gold: #d4af37;
  --tb-ink: #121a26;
  --tb-muted: #5b6b7c;
  --tb-line: #e8edf4;
  --tb-card: #fff;
  --tb-radius: 12px;
  --tb-shadow: 0 8px 24px rgba(10, 25, 47, 0.08);
}
.home-theme-b .site-main > .container {
  max-width: 1220px;
}
.home-theme-b .site-main {
  background: #f7f9fc;
}

/* ===== Topbar ===== */
.home-theme-b .tb2-topbar {
  background: var(--tb-navy);
  color: #e8eef8;
  border: 0;
  padding: 0;
}
.home-theme-b .tb2-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  min-height: 44px;
  padding: 0.4rem 0;
  direction: ltr;
}
.home-theme-b .tb2-topbar-social {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-shrink: 0;
}
.home-theme-b .tb2-topbar-social a {
  color: #fff;
  opacity: 0.92;
  font-size: 0.95rem;
  text-decoration: none;
}
.home-theme-b .tb2-topbar-social a:hover { opacity: 1; color: var(--tb-gold); }
.home-theme-b .tb2-topbar-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
}

/* Dual calendar + local system TIME */
.home-theme-b .tb2-clock {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #f3f7ff;
  font-size: 0.86rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.15s ease;
  font-variant-numeric: tabular-nums;
}
.home-theme-b .tb2-clock.is-ready { opacity: 1; }
.home-theme-b .tb2-clock-sep {
  width: 1px;
  height: 1.05rem;
  background: rgba(255, 255, 255, 0.28);
  flex-shrink: 0;
}
.home-theme-b .tb2-clock-gregorian {
  display: inline-flex;
  gap: 0.3rem;
  letter-spacing: 0.01em;
}
.home-theme-b .tb2-clock-hijri {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-weight: 700;
}
.home-theme-b .tb2-clock-time {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.home-theme-b .tb2-clock-time-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #b7c5db;
}
.home-theme-b .tb2-clock-time-value { font-weight: 800; }
.home-theme-b .tb2-clock-colon { margin: 0 0.02rem; opacity: 0.75; }
.home-theme-b .tb2-clock-ampm {
  font-size: 0.72rem;
  font-weight: 800;
  color: #dbe7f8;
}

.home-theme-b .tb2-topbar-end {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.home-theme-b .tb2-topbar-vsep {
  width: 1px;
  height: 1.1rem;
  background: rgba(255, 255, 255, 0.28);
}
.home-theme-b .tb2-weather {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
  font-size: 0.86rem;
  color: #e8eef8;
}
.home-theme-b .tb2-weather i { color: #f6c344; }
.home-theme-b .tb2-weather strong { font-weight: 800; }
.home-theme-b .tb2-topbar-search {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  min-width: 160px;
  max-width: 210px;
  height: 30px;
  flex-shrink: 0;
}
.home-theme-b .tb2-topbar-search input {
  border: 0;
  outline: 0;
  flex: 1;
  min-width: 0;
  padding: 0 0.7rem;
  font-size: 0.82rem;
  background: transparent;
  color: #1a2433;
}
.home-theme-b .tb2-topbar-search button {
  border: 0;
  background: transparent;
  color: var(--tb-navy);
  width: 34px;
  height: 30px;
  cursor: pointer;
}

/* ===== Main header ===== */
.home-theme-b .tb2-header {
  background: #fff;
  border-bottom: 1px solid var(--tb-line);
  box-shadow: 0 2px 10px rgba(10, 25, 47, 0.04);
  position: sticky;
  top: 0;
  z-index: 40;
}
.home-theme-b .tb2-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 78px;
  padding: 0.55rem 0;
  direction: ltr;
}
.home-theme-b .tb2-nav,
.home-theme-b .tb2-breaking-cta {
  direction: rtl;
}
.home-theme-b .tb2-header .brand-logo {
  max-height: 58px;
  width: auto;
}
.home-theme-b .tb2-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.15rem 1rem;
  flex: 1;
  flex-wrap: wrap;
}
.home-theme-b .tb2-nav > a,
.home-theme-b .tb2-nav-item > a {
  color: var(--tb-navy);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.35rem 0.1rem;
  border-bottom: 2px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  white-space: nowrap;
}
.home-theme-b .tb2-nav > a i,
.home-theme-b .tb2-nav-item > a i {
  font-size: 0.62rem;
  opacity: 0.7;
}
.home-theme-b .tb2-nav > a:hover,
.home-theme-b .tb2-nav > a.is-active,
.home-theme-b .tb2-nav-item:hover > a {
  color: #1d4ed8;
  border-bottom-color: #1d4ed8;
}
.home-theme-b .tb2-nav-item {
  position: relative;
}
.home-theme-b .tb2-nav-drop {
  position: absolute;
  top: calc(100% + 0.35rem);
  inset-inline-end: 0;
  min-width: 180px;
  background: #fff;
  border: 1px solid var(--tb-line);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(10, 25, 47, 0.12);
  padding: 0.4rem;
  display: none;
  z-index: 50;
  direction: rtl;
}
.home-theme-b .tb2-nav-item:hover .tb2-nav-drop,
.home-theme-b .tb2-nav-item:focus-within .tb2-nav-drop {
  display: grid;
  gap: 0.15rem;
}
.home-theme-b .tb2-nav-drop a {
  display: block;
  padding: 0.45rem 0.7rem;
  border-radius: 7px;
  color: var(--tb-ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  border: 0;
}
.home-theme-b .tb2-nav-drop a:hover {
  background: #f3f6fb;
  color: #1d4ed8;
}
.home-theme-b .tb2-header-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}
.home-theme-b .tb2-breaking-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--tb-red);
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9rem;
  padding: 0.55rem 1rem;
  border-radius: 8px;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(200, 16, 46, 0.28);
}
.home-theme-b .tb2-breaking-cta:hover { background: var(--tb-red-deep); }

/* ===== Breaking ticker ===== */
.home-theme-b .tb2-breaking {
  background: var(--tb-red);
  border: 0;
}
.home-theme-b .tb2-breaking-inner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 44px;
  direction: ltr;
}
.home-theme-b .tb2-breaking-label,
.home-theme-b .tb2-breaking .breaking-marquee {
  direction: rtl;
}
.home-theme-b .tb2-breaking-label {
  background: #fff;
  color: var(--tb-red);
  border-radius: 6px;
  padding: 0.35rem 0.7rem;
  font-weight: 800;
  font-size: 0.82rem;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.home-theme-b .tb2-breaking-track {
  overflow: hidden;
  flex: 1;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.home-theme-b .tb2-breaking .breaking-marquee a {
  color: #fff;
  font-weight: 600;
}
.home-theme-b .tb2-breaking.is-paused .breaking-marquee {
  animation-play-state: paused !important;
}
.home-theme-b .tb2-breaking-controls {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  flex-shrink: 0;
}
.home-theme-b .tb2-breaking-controls button {
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}
.home-theme-b .tb2-breaking-controls button:hover {
  background: rgba(255,255,255,0.15);
}

/* ===== Homepage content ===== */
.tb2 {
  color: var(--tb-ink);
  padding: 1.25rem 0 2.5rem;
}
.tb2 a { color: inherit; text-decoration: none; }
.tb2-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  color: var(--tb-muted);
  font-size: 0.82rem;
}
.tb2-meta i { margin-inline-end: 0.25rem; }
.tb2-meta--light { color: rgba(255,255,255,0.88); }
.tb2-tag {
  display: inline-flex;
  align-items: center;
  background: var(--chip, #1d4ed8);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.22rem 0.55rem;
  border-radius: 4px;
  line-height: 1.2;
}
.tb2-tag--red { background: var(--tb-red); }
.tb2-tag--soft {
  background: rgba(29, 78, 216, 0.1);
  color: #1d4ed8;
}

/* Hero — visual order matches mockup: video left, article right */
.tb2-hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 1.15rem;
  margin-bottom: 1.5rem;
  direction: ltr;
}
.tb2-hero .tb2-hero-copy,
.tb2-hero .tb2-hero-body,
.tb2-hero .tb2-meta,
.tb2-hero .tb2-hero-tags {
  direction: rtl;
}
.tb2-hero-panel {
  position: relative;
  border-radius: var(--tb-radius);
  overflow: hidden;
  background: var(--tb-card);
  box-shadow: var(--tb-shadow);
  min-height: 360px;
  display: block;
}
.tb2-hero-panel--video {
  color: #fff;
}
.tb2-hero-panel--video > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tb2-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,16,28,0.1) 20%, rgba(8,16,28,0.82) 100%);
}
.tb2-play-lg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255,255,255,0.94);
  color: var(--tb-red);
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  box-shadow: 0 10px 28px rgba(0,0,0,0.25);
  z-index: 2;
  transition: transform 0.2s ease;
}
.tb2-hero-panel--video:hover .tb2-play-lg { transform: translate(-50%, -50%) scale(1.06); }
.tb2-hero-tags {
  position: absolute;
  top: 1rem;
  inset-inline-start: 1rem;
  z-index: 2;
  display: flex;
  gap: 0.4rem;
}
.tb2-hero-copy {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.25rem 1.2rem 1.1rem;
}
.tb2-hero-copy h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 800;
  line-height: 1.35;
  font-family: "Noto Naskh Arabic", "IBM Plex Sans Arabic", sans-serif;
}
.tb2-hero-copy p {
  margin: 0 0 0.65rem;
  font-size: 0.92rem;
  opacity: 0.92;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tb2-hero-panel--news {
  display: flex;
  flex-direction: column;
  min-height: 360px;
}
.tb2-hero-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #d9e2ef;
}
.tb2-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.tb2-hero-panel--news:hover .tb2-hero-media img { transform: scale(1.04); }
.tb2-hero-media .tb2-tag {
  position: absolute;
  top: 0.85rem;
  inset-inline-start: 0.85rem;
}
.tb2-hero-body {
  padding: 1rem 1.15rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1;
}
.tb2-hero-body h2 {
  margin: 0;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 800;
  line-height: 1.4;
  font-family: "Noto Naskh Arabic", "IBM Plex Sans Arabic", sans-serif;
}
.tb2-hero-body h2 a:hover { color: var(--tb-red); }
.tb2-hero-body p {
  margin: 0;
  color: var(--tb-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tb2-hero-body .tb2-meta { margin-top: auto; }

/* Dual blocks — video column left, news column right (mockup) */
.tb2-dual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
  direction: ltr;
}
.tb2-dual .tb2-block {
  direction: rtl;
}
.tb2-block {
  background: var(--tb-card);
  border: 1px solid var(--tb-line);
  border-radius: var(--tb-radius);
  box-shadow: var(--tb-shadow);
  padding: 1rem 1rem 1.1rem;
}
.tb2-block-head {
  margin-bottom: 0.9rem;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid var(--tb-line);
}
.tb2-block-head h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--tb-navy);
}
.tb2-block-head h2 i { color: var(--tb-red); }
.tb2-block-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0.9rem;
}
.tb2-feature-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-width: 0;
}
.tb2-feature-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  border-radius: 10px;
  overflow: hidden;
  background: #d9e2ef;
}
.tb2-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.tb2-feature-card:hover .tb2-feature-media img { transform: scale(1.04); }
.tb2-play-md,
.tb2-play-sm {
  position: absolute;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.95);
  color: var(--tb-red);
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
.tb2-play-md {
  width: 48px;
  height: 48px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
}
.tb2-play-sm {
  width: 26px;
  height: 26px;
  inset-inline-end: 0.35rem;
  bottom: 0.35rem;
  font-size: 0.65rem;
}
.tb2-ribbon {
  position: absolute;
  top: 0.7rem;
  inset-inline-start: 0;
  background: #16a34a;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.28rem 0.7rem;
  border-radius: 0 6px 6px 0;
}
html[dir="rtl"] .tb2-ribbon {
  border-radius: 6px 0 0 6px;
}
.tb2-feature-body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.tb2-feature-body strong {
  font-size: 1rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tb2-mini-stack {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}
.tb2-mini {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 0.65rem;
  align-items: start;
}
.tb2-mini-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 11;
  border-radius: 8px;
  overflow: hidden;
  background: #d9e2ef;
}
.tb2-mini-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tb2-mini-body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
}
.tb2-mini-body strong {
  font-size: 0.9rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tb2-mini:hover strong { color: var(--tb-red); }
.tb2-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  width: 100%;
  padding: 0.7rem 1rem;
  border-radius: 8px;
  border: 1px solid #cfd8e6;
  background: #f3f6fb;
  color: var(--tb-navy);
  font-weight: 800;
  font-size: 0.92rem;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.tb2-more-btn:hover {
  background: var(--tb-navy);
  border-color: var(--tb-navy);
  color: #fff;
}

/* Latest slider */
.tb2-latest {
  margin-bottom: 1.75rem;
  background: var(--tb-card);
  border: 1px solid var(--tb-line);
  border-radius: var(--tb-radius);
  box-shadow: var(--tb-shadow);
  padding: 1rem 1rem 1.2rem;
}
.tb2-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid var(--tb-line);
}
.tb2-section-head h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--tb-navy);
}
.tb2-section-head h2 i { color: var(--tb-red); }
.tb2-rail-nav { display: flex; gap: 0.4rem; }
.tb2-nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #d5deea;
  background: #fff;
  color: var(--tb-navy);
  cursor: pointer;
  display: grid;
  place-items: center;
}
.tb2-nav-btn:hover {
  background: var(--tb-navy);
  border-color: var(--tb-navy);
  color: #fff;
}
.tb2-rail { overflow: hidden; }
.tb2-rail-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 0.25rem;
}
.tb2-rail-track::-webkit-scrollbar { display: none; }
.tb2-slide-card {
  flex: 0 0 clamp(220px, 24%, 260px);
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid var(--tb-line);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tb2-slide-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(10, 25, 47, 0.12);
}
.tb2-slide-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  background: #d9e2ef;
  overflow: hidden;
}
.tb2-slide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tb2-slide-media .tb2-tag {
  position: absolute;
  top: 0.65rem;
  inset-inline-start: 0.65rem;
}
.tb2-slide-body { padding: 0.8rem 0.85rem 0.95rem; }
.tb2-slide-body h3 {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 4.1em;
}
.tb2-slide-body h3 a:hover { color: var(--tb-red); }
.tb2-center { text-align: center; }
.tb2-center .tb2-more-btn {
  width: auto;
  min-width: 240px;
  margin-top: 1.1rem;
}

/* Category grid */
.tb2-cats-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.85rem;
}
.tb2-cat-tile {
  background: var(--tb-card);
  border: 1px solid var(--tb-line);
  border-radius: 12px;
  box-shadow: var(--tb-shadow);
  padding: 0.85rem 0.7rem 0.95rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tb2-cat-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(10, 25, 47, 0.12);
}
.tb2-cat-media {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, color-mix(in srgb, var(--cat) 35%, #fff), color-mix(in srgb, var(--cat) 75%, #0a192f));
  display: grid;
  place-items: center;
}
.tb2-cat-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tb2-cat-ico {
  color: #fff;
  font-size: 1.8rem;
}
.tb2-cat-tile strong {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--tb-navy);
}
.tb2-cat-tile > span:last-child {
  font-size: 0.78rem;
  color: var(--tb-muted);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.tb2-cat-tile:hover > span:last-child { color: var(--tb-red); }

/* Responsive */
@media (max-width: 1100px) {
  .tb2-cats-grid { grid-template-columns: repeat(4, 1fr); }
  .home-theme-b .tb2-nav { gap: 0.75rem; }
  .home-theme-b .tb2-nav a { font-size: 0.88rem; }
}
@media (max-width: 1100px) {
  .home-theme-b .tb2-clock { font-size: 0.78rem; gap: 0.5rem; }
}
@media (max-width: 960px) {
  .tb2-hero,
  .tb2-dual { grid-template-columns: 1fr; }
  .home-theme-b .tb2-header-inner { flex-wrap: wrap; }
  .home-theme-b .tb2-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.25rem;
  }
  .home-theme-b .tb2-nav > a,
  .home-theme-b .tb2-nav-item > a { white-space: nowrap; }
}
@media (max-width: 820px) {
  .home-theme-b .tb2-topbar-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-theme-b .tb2-topbar-center {
    order: 3;
    width: 100%;
  }
  .home-theme-b .tb2-clock {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0.35rem;
  }
}
@media (max-width: 720px) {
  .home-theme-b .tb2-topbar-search { max-width: none; min-width: 140px; }
  .home-theme-b .tb2-breaking-cta { font-size: 0.82rem; padding: 0.5rem 0.8rem; }
  .home-theme-b .tb2-clock-hijri { font-size: 0.8rem; }
  .tb2-block-grid { grid-template-columns: 1fr; }
  .tb2-cats-grid { grid-template-columns: repeat(2, 1fr); }
  .tb2-hero-panel,
  .tb2-hero-panel--news { min-height: 0; }
  .tb2-hero-panel--video { min-height: 280px; }
}
