/**
 * Broadcast news layout (Fox-style) — scoped to .theme-fox only.
 * Ahmedabad Express branding; inspired by broadcast news portals.
 */

/* Fox News–style broadcast chrome (navy + red + black network strip) */
.theme-fox {
  background: #fff;
  --fox-navy: #0c2340;
  --fox-red: #c80000;
  --fox-network-bg: #000000;
}

/* Sticky chrome */
.theme-fox .fox-site-chrome.site-chrome {
  position: sticky;
  top: 0;
  z-index: 100;
}

/* White brand band: date/lang | logo | search + account */
.theme-fox .fox-masthead {
  background: #fff;
  position: relative;
}

.theme-fox .fox-masthead-brand {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}

.theme-fox .fox-masthead-brand-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 16px 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: 'toolsL logo toolsR';
  align-items: center;
  gap: 12px 16px;
}

.theme-fox .fox-masthead-brand-tools-left {
  grid-area: toolsL;
  display: flex;
  align-items: center;
  gap: 10px 14px;
  flex-wrap: wrap;
  justify-self: start;
  min-width: 0;
  font-size: 13px;
  font-family: 'Poppins', system-ui, sans-serif;
}

.theme-fox .fox-masthead-brand .fox-network-date {
  color: #475569;
  white-space: nowrap;
}

/* translator-styles.blade.php sets .lang-btn to white (old black bar) — brand row is white */
.theme-fox .fox-masthead-brand .lang-btn,
.theme-fox .fox-masthead-brand .fox-brand-lang {
  color: var(--fox-navy) !important;
}

.theme-fox .fox-masthead-brand .lang-btn:hover {
  background: rgba(12, 35, 64, 0.08) !important;
  color: var(--fox-red) !important;
}

.theme-fox .fox-masthead-brand .lang-btn .lang-label {
  color: inherit;
}

.theme-fox .fox-masthead-brand .lang-btn i,
.theme-fox .fox-masthead-brand .lang-btn svg {
  color: inherit;
  stroke: currentColor;
}

.theme-fox .fox-masthead-brand-tools-right {
  grid-area: toolsR;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
}

.theme-fox .fox-brand-account-link {
  color: var(--fox-navy);
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  font-family: 'Poppins', system-ui, sans-serif;
  white-space: nowrap;
}

.theme-fox .fox-brand-account-link:hover {
  color: var(--fox-red);
  text-decoration: underline;
}

.theme-fox .fox-brand-account-btn {
  background: none;
  border: none;
  color: var(--fox-navy);
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  padding: 0;
  font-size: 13px;
  font-family: 'Poppins', system-ui, sans-serif;
}

.theme-fox .fox-brand-account-btn:hover {
  color: var(--fox-red);
  text-decoration: underline;
}

.theme-fox .fox-network-inline-form {
  display: inline;
  margin: 0;
}

.theme-fox .fox-brand-social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.theme-fox .fox-brand-social-icon {
  color: #64748b;
  display: flex;
  align-items: center;
}

.theme-fox .fox-brand-social-icon:hover {
  color: var(--fox-navy);
}

.theme-fox .fox-masthead-brand .fox-action-link {
  color: var(--fox-navy);
  font-weight: 600;
}

.theme-fox .fox-masthead-brand .fox-action-link:hover {
  color: var(--fox-red);
}

.theme-fox .fox-mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: var(--fox-navy);
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}

.theme-fox .fox-mobile-menu-btn:hover {
  background: #f1f5f9;
}

.theme-fox .fox-logo {
  grid-area: logo;
  justify-self: center;
  line-height: 0;
}

.theme-fox .fox-logo-img {
  height: 56px;
  width: auto;
  max-width: min(420px, 88vw);
  object-fit: contain;
}

.theme-fox .fox-masthead-mobile-actions {
  display: none;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

/* Row 3: dark nav bar — text links only + desktop actions */
.theme-fox .fox-masthead-nav-row {
  background: var(--fox-navy);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.theme-fox .fox-masthead-nav-row-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 12px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
}

.theme-fox .fox-main-nav {
  flex: 1;
  min-width: 0;
  width: 100%;
  background: transparent !important;
  border: none !important;
  position: relative !important;
  top: auto !important;
}

.theme-fox .fox-main-nav .fox-nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 0;
  min-height: 48px;
  -webkit-overflow-scrolling: touch;
}

.theme-fox .fox-main-nav .fox-nav-inner::-webkit-scrollbar {
  display: none;
}

.theme-fox .fox-masthead-nav-row .fox-nav-link {
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 600;
  font-size: 13px;
  padding: 0.85rem 10px !important;
  border-bottom: 3px solid transparent !important;
  white-space: nowrap;
  font-family: 'Poppins', system-ui, sans-serif;
}

.theme-fox .fox-masthead-nav-row .fox-nav-link:hover,
.theme-fox .fox-masthead-nav-row .fox-nav-link.active {
  background: transparent !important;
  border-bottom-color: var(--fox-red) !important;
  color: #fff !important;
}

.theme-fox .fox-masthead-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.theme-fox .fox-masthead-actions--desktop {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.theme-fox .fox-btn-watch--mobile {
  padding: 6px 10px;
  font-size: 12px;
}

.theme-fox .fox-search-form {
  display: flex;
  gap: 0;
  align-items: stretch;
}

.theme-fox .fox-search-form--desktop input {
  padding: 8px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 4px 0 0 4px;
  width: min(280px, 22vw);
  min-width: 120px;
  font-size: 14px;
  border-right: none;
}

.theme-fox .fox-search-form--desktop button {
  background: var(--fox-red);
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* Desktop: icon first; input row expands when opened */
.theme-fox .fox-search-desktop-wrap {
  display: none;
  align-items: stretch;
  gap: 0;
}

.theme-fox .fox-search-desktop-toggle {
  background: var(--fox-red);
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.theme-fox .fox-search-desktop-toggle:hover {
  filter: brightness(1.05);
}

.theme-fox .fox-search-desktop-inner {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-width 0.28s ease, opacity 0.2s ease;
  pointer-events: none;
}

.theme-fox .fox-search-desktop-wrap.is-open .fox-search-desktop-inner {
  max-width: min(420px, 36vw);
  opacity: 1;
  pointer-events: auto;
}

.theme-fox .fox-search-desktop-wrap.is-open .fox-search-desktop-toggle {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .theme-fox .fox-search-desktop-inner {
    transition: none;
  }
}

.theme-fox .fox-search-icon-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: var(--fox-navy);
  border-radius: 4px;
}

.theme-fox .fox-search-icon-btn:hover {
  background: #f1f5f9;
}

.theme-fox .fox-action-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--fox-navy);
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  white-space: nowrap;
}

.theme-fox .fox-action-link:hover {
  color: var(--fox-red);
  text-decoration: underline;
}

.theme-fox .fox-btn-watch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--fox-red);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 4px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.theme-fox .fox-btn-watch:hover {
  filter: brightness(1.05);
}

.theme-fox .fox-btn-watch--submit {
  border: none;
  cursor: pointer;
}

.theme-fox .fox-mobile-search-panel {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px 12px;
  border-top: 1px solid #f1f5f9;
}

.theme-fox .fox-mobile-search-panel[hidden] {
  display: none !important;
}

.theme-fox .fox-search-form--panel {
  display: flex;
  gap: 8px;
  padding-top: 10px;
}

.theme-fox .fox-search-form--panel input {
  flex: 1;
  padding: 12px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  font-size: 16px;
}

/* Trending strip — horizontal scroll on small screens */
.theme-fox .fox-trending-row {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}

.theme-fox .fox-trending-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.theme-fox .fox-trending-label {
  color: var(--fox-red);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.06em;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

.theme-fox .fox-trending-scroll {
  min-width: 0;
  flex: 1;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  mask-image: linear-gradient(to right, #000 92%, transparent);
}

.theme-fox .fox-trending-list {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 12px;
  margin: 0;
  padding: 0 12px 4px 0;
}

.theme-fox .fox-trending-list li {
  flex-shrink: 0;
  position: relative;
  padding-right: 12px;
}

.theme-fox .fox-trending-list li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #cbd5e1;
}

.theme-fox .fox-trending-list a {
  color: var(--fox-navy);
  font-size: 13px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.theme-fox .fox-trending-list a:hover {
  color: var(--fox-red);
  text-decoration: underline;
}

/* Desktop: date/lang | logo | search/login (dark nav has links only) */
@media (min-width: 769px) {
  .theme-fox .fox-masthead-brand-inner {
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: 'toolsL logo toolsR';
    padding: 22px 20px 24px;
  }

  .theme-fox .fox-mobile-menu-btn {
    display: none !important;
  }

  .theme-fox .fox-logo-img {
    height: 80px;
    max-width: min(420px, 90vw);
  }

  .theme-fox .fox-masthead-mobile-actions {
    display: none !important;
  }

  .theme-fox .fox-masthead-actions--desktop {
    display: flex !important;
  }

  .theme-fox .fox-search-desktop-wrap {
    display: flex;
  }

  .theme-fox .fox-search-form--desktop {
    display: flex;
  }

  .theme-fox .fox-search-icon-btn {
    display: none !important;
  }

  .theme-fox .fox-mobile-search-panel {
    display: none !important;
  }
}

/* Mobile: logo row, then meta rows; dark nav drawer */
@media (max-width: 768px) {
  .theme-fox .fox-masthead-brand-inner {
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      'menu logo actions'
      'toolsL toolsL toolsL'
      'toolsR toolsR toolsR';
    padding: 10px 12px 12px;
    gap: 10px;
  }

  .theme-fox .fox-masthead-brand-tools-left {
    grid-area: toolsL;
    justify-content: center;
    font-size: 12px;
  }

  .theme-fox .fox-mobile-menu-btn {
    grid-area: menu;
    display: inline-flex !important;
  }

  .theme-fox .fox-logo {
    grid-area: logo;
  }

  .theme-fox .fox-logo-img {
    height: 48px;
    max-width: min(280px, 58vw);
  }

  .theme-fox .fox-masthead-mobile-actions {
    grid-area: actions;
    display: flex !important;
  }

  .theme-fox .fox-masthead-brand-tools-right {
    grid-area: toolsR;
    justify-content: center;
    gap: 8px;
  }

  .theme-fox .fox-masthead-actions--desktop {
    display: none !important;
  }

  .theme-fox .fox-search-form--desktop {
    display: none !important;
  }

  .theme-fox .fox-search-desktop-wrap {
    display: none !important;
  }

  .theme-fox .fox-search-icon-btn {
    display: inline-flex !important;
  }

  .theme-fox .fox-action-link--login {
    font-size: 12px;
  }

  .theme-fox .fox-btn-watch {
    padding: 0.45rem 0.65rem;
    font-size: 12px;
  }

  .theme-fox .fox-masthead-nav-row-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    min-height: 0;
  }

  .theme-fox .fox-main-nav {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }

  .theme-fox .fox-main-nav.open {
    max-height: min(70vh, 520px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .theme-fox .fox-main-nav .fox-nav-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 8px 12px 16px;
    overflow-x: visible;
    justify-content: flex-start;
    min-height: 0;
  }

  .theme-fox .fox-masthead-nav-row .fox-nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 0;
    padding: 14px 8px !important;
  }
}

/* Breaking bar (home) */
.theme-fox .fox-breaking-bar {
  background: var(--secondary, #1e3a5f);
  color: #fff;
}

.theme-fox .fox-breaking-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.theme-fox .fox-breaking-label {
  background: var(--primary, #dc2626);
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.theme-fox .fox-breaking-scroll {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  font-size: 14px;
}

.theme-fox .fox-breaking-scroll a {
  color: #fff;
}

/* Home fox */
.theme-fox .fox-home {
  padding-top: 24px;
  padding-bottom: 48px;
}

.theme-fox .fox-lead-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  margin-bottom: 32px;
}

.theme-fox .fox-lead-card {
  display: block;
  color: inherit;
}

.theme-fox .fox-lead-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.theme-fox .fox-lead-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.theme-fox .fox-img-tag {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--secondary, #1e3a5f);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  max-width: 90%;
  font-family: 'Poppins', sans-serif;
}

.theme-fox .fox-img-tag--sm {
  font-size: 10px;
  padding: 4px 8px;
}

.theme-fox .fox-live-pill {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--primary, #dc2626);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 10px;
  letter-spacing: 0.06em;
}

.theme-fox .fox-lead-body {
  padding-top: 14px;
}

.theme-fox .fox-lead-title {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--secondary, #1e3a5f);
  margin-bottom: 8px;
  font-family: 'Poppins', 'Noto Sans Gujarati', sans-serif;
}

.theme-fox .fox-lead-meta {
  font-size: 13px;
  color: #64748b;
  font-family: 'Poppins', sans-serif;
}

.theme-fox .fox-dot {
  margin: 0 6px;
}

.theme-fox .fox-lead-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.theme-fox .fox-stack-card {
  display: block;
  color: inherit;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.theme-fox .fox-stack-img-wrap {
  position: relative;
}

.theme-fox .fox-stack-img-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.theme-fox .fox-stack-title {
  font-size: 15px;
  font-weight: 700;
  padding: 12px 14px 4px;
  line-height: 1.35;
  color: #0f172a;
}

.theme-fox .fox-stack-meta {
  font-size: 12px;
  color: #64748b;
  padding: 0 14px 12px;
  font-family: 'Poppins', sans-serif;
}

.theme-fox .fox-main-columns {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 28px;
  align-items: start;
  margin-bottom: 40px;
}

.theme-fox .fox-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0f172a;
}

.theme-fox .fox-section-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  font-family: 'Poppins', sans-serif;
}

.theme-fox .fox-section-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary, #dc2626);
  text-decoration: underline;
}

.theme-fox .fox-article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.theme-fox .fox-article-card {
  display: block;
  color: inherit;
}

.theme-fox .fox-article-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 10px;
}

.theme-fox .fox-article-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.theme-fox .fox-article-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.theme-fox .fox-article-meta {
  font-size: 12px;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Poppins', sans-serif;
}

.theme-fox .fox-meta-icon {
  width: 14px;
  height: 14px;
}

.theme-fox .fox-sidebar-widget {
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 20px;
  background: #fafafa;
}

.theme-fox .fox-sidebar-widget--accent {
  background: var(--secondary, #1e3a5f);
  color: #fff;
  border: none;
}

.theme-fox .fox-sidebar-widget--accent .fox-widget-title {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.theme-fox .fox-widget-title {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--primary, #dc2626);
  color: #0f172a;
  font-family: 'Poppins', sans-serif;
}

.theme-fox .fox-trending-sidebar {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: foxt;
}

.theme-fox .fox-trending-sidebar li {
  counter-increment: foxt;
  border-bottom: 1px solid #e2e8f0;
  padding: 10px 0;
}

.theme-fox .fox-trending-sidebar li:last-child {
  border-bottom: none;
}

.theme-fox .fox-trending-sidebar a {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #0f172a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.theme-fox .fox-trend-num {
  font-size: 20px;
  font-weight: 800;
  color: var(--primary, #dc2626);
  opacity: 0.45;
  min-width: 28px;
  font-family: 'Poppins', sans-serif;
}

.theme-fox .fox-pdf-desc {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 12px;
}

.theme-fox .fox-pdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary, #dc2626);
  color: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
}

.theme-fox .fox-pdf-note {
  margin-top: 10px;
  font-size: 12px;
  opacity: 0.85;
  text-align: center;
}

.theme-fox .fox-ad-placeholder {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-style: dashed;
  color: #64748b;
}

.theme-fox .fox-ad-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.theme-fox .fox-ad-size {
  font-size: 12px;
  margin-top: 6px;
}

.theme-fox .fox-cat-section {
  margin-bottom: 36px;
}

.theme-fox .fox-cat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 3px solid;
}

.theme-fox .fox-cat-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
}

.theme-fox .fox-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.theme-fox .fox-cat-card {
  display: block;
  color: inherit;
}

.theme-fox .fox-cat-card-title {
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.35;
  color: #0f172a;
}

/* Inner pages: article / category */
.theme-fox .article-page-title,
.theme-fox .category-page-title {
  font-family: 'Poppins', 'Noto Sans Gujarati', sans-serif;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.theme-fox .article-meta-row {
  color: #64748b;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

/* Article: breadcrumb visible under sticky chrome */
.theme-fox #main-content {
  min-height: 40vh;
}

.theme-fox .article-breadcrumb {
  position: relative;
  z-index: 2;
  padding: 10px 0 14px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e2e8f0;
  font-size: 13px;
  line-height: 1.5;
  color: #475569;
}

.theme-fox .article-breadcrumb a {
  color: var(--fox-red, #c80000);
  font-weight: 600;
}

.theme-fox .article-breadcrumb-current {
  color: #0f172a;
}

/* Single article: centered rail matching Fox home; fix narrow 920px + lopsided viewport */
.theme-fox .article-page-wrap.container {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
}

.theme-fox .article-page-wrap .content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 36px;
  align-items: start;
}

@media (max-width: 1024px) {
  .theme-fox .article-page-wrap .content-layout {
    grid-template-columns: 1fr;
  }
}

/* Article sidebar: ad + trending with thumbs (Fox link color) */
.theme-fox .article-page-wrap .sidebar-widget:not(.sidebar-widget--ad) {
  background: #fff;
  border: 1px solid #e2e8f0;
}

.theme-fox .article-page-wrap .sidebar-widget .widget-title {
  color: #0f172a;
  padding-top: 10px;
  margin-top: 0;
  border-top: 1px solid #bfdbfe;
}

.theme-fox .sidebar-widget--ad {
  background: #f1f5f9;
}

/* Stacked sidebar (Fox): landscape image, blue headline below */
.theme-fox .trending-list--stacked.trending-list--with-thumbs .trending-item-title {
  color: #003875;
  font-weight: 700;
}

.theme-fox .trending-list--stacked .trending-item-link--stacked:hover .trending-item-title {
  color: var(--fox-red, #c80000);
  text-decoration: none;
}

.theme-fox .trending-list--stacked .trending-thumb-brand {
  background: rgba(12, 35, 64, 0.92);
}

.theme-fox .article-ad--rail {
  background: #f1f5f9;
  border-color: #cbd5e1;
}

/* Filled ad slots: flush banner (no dashed box / padding) */
.theme-fox .article-page-wrap .sidebar-widget--ad.ad-slot--filled,
.theme-fox .article-ad--rail.ad-slot--filled {
  padding: 0;
  border: none;
  background: transparent;
  min-height: 0;
  align-items: stretch;
  justify-content: flex-start;
}

.theme-fox .article-ad--rail.ad-slot--filled {
  margin-bottom: 24px;
}

.theme-fox .ad-slot--filled .ad-slot__inner {
  padding: 0;
}

.theme-fox .fox-ad-leaderboard.ad-slot--filled {
  padding: 0;
  border: none;
  background: transparent;
  gap: 0;
}

.theme-fox .fox-ad-leaderboard.ad-slot--filled .fox-ad-box--728 {
  border: none;
  background: transparent;
  min-height: 0;
  padding: 0;
  max-width: 100%;
}

.theme-fox .fox-ad-placeholder.ad-slot--filled {
  border: none;
  background: transparent;
  padding: 0;
  min-height: 0;
}

.theme-fox .ad-slot-sticky-footer {
  z-index: 96;
}

.theme-fox .ad-slot-sticky-footer.ad-slot--filled {
  background: transparent;
  box-shadow: 0 -1px 0 #e2e8f0;
}

.theme-fox .sidebar-widget--sticky {
  top: calc(var(--site-chrome-sticky-offset, 114px) + 16px);
}

@media (max-width: 1024px) {
  .theme-fox .fox-lead-row {
    grid-template-columns: 1fr;
  }

  .theme-fox .fox-lead-stack {
    flex-direction: row;
  }

  .theme-fox .fox-stack-card {
    flex: 1;
  }

  .theme-fox .fox-main-columns {
    grid-template-columns: 1fr;
  }

  .theme-fox .fox-article-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .theme-fox .fox-cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .theme-fox .fox-lead-stack {
    flex-direction: column;
  }

  .theme-fox .fox-article-grid {
    grid-template-columns: 1fr;
  }

  .theme-fox .fox-cat-grid {
    grid-template-columns: 1fr;
  }
}

/* —— Fox-style home refresh: wider rail, larger type, ad blocks (no trending strip) —— */
.theme-fox .container.fox-home {
  max-width: 1400px;
  padding-left: 32px;
  padding-right: 32px;
}

.theme-fox .fox-home {
  padding-top: 32px;
  padding-bottom: 64px;
}

.theme-fox .fox-ad-leaderboard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
  padding: 20px 24px;
  background: #f1f5f9;
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
  text-align: center;
}

.theme-fox .fox-ad-leaderboard--secondary {
  margin-top: 0;
  margin-bottom: 40px;
}

.theme-fox .fox-ad-tag {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #64748b;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.theme-fox .fox-ad-box--728 {
  min-height: 90px;
  width: 100%;
  max-width: 728px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #64748b;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
}

.theme-fox .fox-lead-title {
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1.12;
  color: var(--fox-red, #c80000);
  letter-spacing: -0.02em;
}

.theme-fox .fox-stack-title {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 14px 16px 6px;
  line-height: 1.35;
}

.theme-fox .fox-article-title {
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-line-clamp: 4;
}

.theme-fox .fox-section-title {
  font-size: 1.5rem;
}

/* Wide desktop only — must not override the (max-width:1024px) single-column rule */
@media (min-width: 1025px) {
  .theme-fox .fox-main-columns {
    gap: 40px;
    grid-template-columns: 1fr 340px;
  }

  .theme-fox .fox-lead-row {
    gap: 36px;
    margin-bottom: 32px;
  }
}

.theme-fox .fox-article-grid {
  gap: 28px 24px;
}

.theme-fox .fox-lead-img {
  height: 420px;
}

.theme-fox .fox-article-img {
  height: 200px;
}

.theme-fox .fox-ad-placeholder--300 {
  min-height: 250px;
}

.theme-fox .fox-ad-placeholder--tall {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.theme-fox .fox-ad-placeholder .fox-ad-label {
  color: #64748b;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.theme-fox .fox-lead-meta,
.theme-fox .fox-stack-meta,
.theme-fox .fox-article-meta {
  font-size: 14px;
}

.theme-fox .fox-article-meta time {
  font-family: 'Poppins', 'Noto Sans Gujarati', sans-serif;
}

/* —— Category bands (Fox-style: after તાજા સમાચાર) —— */
.theme-fox .fox-category-band {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid #e2e8f0;
}

.theme-fox .fox-category-band--first {
  margin-top: 48px;
  border-top: none;
  padding-top: 0;
}

.theme-fox .fox-category-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 36px;
  align-items: flex-start;
}

.theme-fox .fox-category-col {
  flex: 1 1 calc(25% - 28px);
  min-width: min(100%, 260px);
  max-width: 100%;
}

.theme-fox .fox-category-col-head {
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #cbd5e1;
  font-family: 'Poppins', 'Noto Sans Gujarati', sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.2;
}

.theme-fox .fox-category-col-head a {
  color: #0f172a;
  text-decoration: none;
}

.theme-fox .fox-category-col-head a:hover {
  color: var(--fox-red, #c80000);
}

.theme-fox .fox-cat-lead {
  display: block;
  color: inherit;
  margin-bottom: 20px;
}

.theme-fox .fox-cat-lead-img-wrap {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 14px;
}

.theme-fox .fox-cat-lead-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.theme-fox .fox-cat-lead-title {
  display: block;
  font-family: 'Poppins', 'Noto Sans Gujarati', sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.28;
  color: #003875;
  margin-bottom: 8px;
}

.theme-fox .fox-cat-lead:hover .fox-cat-lead-title {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.theme-fox .fox-cat-lead-meta {
  display: block;
  font-size: 13px;
  color: #64748b;
  font-family: 'Poppins', 'Noto Sans Gujarati', sans-serif;
}

.theme-fox .fox-cat-sub {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0 0;
  margin-top: 0;
  border-top: 1px solid #e2e8f0;
  color: inherit;
  text-decoration: none;
}

.theme-fox .fox-cat-sub:first-of-type {
  margin-top: 16px;
  padding-top: 16px;
}

.theme-fox .fox-cat-sub-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.theme-fox .fox-cat-sub-title {
  font-family: 'Poppins', 'Noto Sans Gujarati', sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
  color: #003875;
}

.theme-fox .fox-cat-sub:hover .fox-cat-sub-title {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.theme-fox .fox-cat-sub-meta {
  font-size: 12px;
  color: #64748b;
  font-family: 'Poppins', 'Noto Sans Gujarati', sans-serif;
}

.theme-fox .fox-cat-sub-thumb-wrap {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  overflow: hidden;
  border-radius: 2px;
}

.theme-fox .fox-cat-sub-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.theme-fox .fox-ad-leaderboard--between-bands {
  margin-top: 40px;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .theme-fox .fox-category-col {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 640px) {
  .theme-fox .fox-category-col {
    flex: 1 1 100%;
  }

  .theme-fox .fox-cat-sub-thumb-wrap {
    width: 72px;
    height: 72px;
  }
}

/* —— Fox footer (broadcast / foxnews-style) —— */
.theme-fox .site-footer--fox {
  background: var(--fox-navy, #0c2340);
  color: rgba(255, 255, 255, 0.92);
  margin-top: 48px;
  padding: 48px 0 24px;
  border-top: 4px solid var(--fox-red, #c80000);
}

.theme-fox .site-footer--fox .fox-footer-inner {
  max-width: 1400px;
}

.theme-fox .fox-footer-grid {
  display: grid;
  gap: 2.5rem 2rem;
  align-items: start;
}

.theme-fox .fox-footer-grid--4 {
  grid-template-columns: minmax(200px, 1.15fr) minmax(260px, 2.1fr) minmax(130px, 0.95fr) minmax(130px, 0.95fr);
}

.theme-fox .fox-footer-grid--3 {
  grid-template-columns: minmax(200px, 1.2fr) minmax(140px, 1fr) minmax(140px, 1fr);
}

.theme-fox .fox-footer-tagline {
  margin: 12px 0 16px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
  max-width: 22rem;
}

.theme-fox .fox-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.theme-fox .fox-footer-social a {
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.theme-fox .fox-footer-social a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.theme-fox .fox-footer-col-title,
.theme-fox .fox-footer-cats-heading {
  font-family: 'Poppins', 'Noto Sans Gujarati', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 14px;
}

.theme-fox .fox-footer-cats-wrap .fox-footer-cats-heading {
  margin-bottom: 16px;
}

.theme-fox .fox-footer-cats-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem 1.25rem;
}

.theme-fox .fox-footer-link {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  padding: 4px 0;
}

.theme-fox .fox-footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.theme-fox .fox-footer-contact-line {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.theme-fox .fox-footer-bottom {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.theme-fox .fox-footer-bottom-link {
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 1100px) {
  .theme-fox .fox-footer-grid--4,
  .theme-fox .fox-footer-grid--3 {
    grid-template-columns: 1fr 1fr;
  }

  .theme-fox .fox-footer-cats-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .theme-fox .fox-footer-grid--4,
  .theme-fox .fox-footer-grid--3 {
    grid-template-columns: 1fr;
  }

  .theme-fox .fox-footer-cats-cols {
    grid-template-columns: 1fr;
  }
}

/* —— Mobile: edge-to-edge leaderboard, single column, shorter sidebar placeholders —— */
.theme-fox .ad-dim--mobile {
  display: none;
}

@media (max-width: 1024px) {
  .theme-fox .ad-dim--desktop {
    display: none;
  }

  .theme-fox .ad-dim--mobile {
    display: inline;
  }

  .theme-fox .container.fox-home {
    padding-left: max(12px, env(safe-area-inset-left, 0px));
    padding-right: max(12px, env(safe-area-inset-right, 0px));
  }

  .theme-fox .fox-main-columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .theme-fox .fox-sidebar {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .theme-fox .fox-ad-leaderboard {
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px);
    max-width: none;
    padding: 12px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
  }

  .theme-fox .fox-ad-leaderboard--secondary {
    margin-bottom: 24px;
  }

  .theme-fox .fox-ad-box--728 {
    max-width: 100%;
    min-height: 50px;
    border-radius: 4px;
  }

  .theme-fox .fox-ad-leaderboard.ad-slot--filled .fox-ad-box--728 {
    max-width: 100%;
  }

  .theme-fox .fox-ad-placeholder--300 {
    min-height: 180px;
  }

  .theme-fox .fox-ad-placeholder--tall {
    min-height: min(320px, 55vh);
  }

  .theme-fox .fox-sidebar-widget.fox-ad-placeholder {
    max-width: 100%;
  }

  .theme-fox .article-page-wrap.container {
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
  }

  .theme-fox .article-ad--rail {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    max-width: none;
    border-radius: 0;
    box-sizing: border-box;
  }
}
