/* ═══════════════════════════════════════════════════════
   IWTMYL Newsroom — Branded Restyle
   Location: css/newsroom.css
   Page: News Room (page ID 249)
   Namespace: .nr- scoped to .page-id-249

   All values reference shared tokens from iwtmyl-tokens.css.
   ═══════════════════════════════════════════════════════ */


/* ═══ PAGE BACKGROUND ═══ */

.page-id-249 {
  background: var(--iw-warm-white) !important;
}

.page-id-249 .entry-title {
  display: none !important;
}

.page-id-249 .entry-content {
  max-width: 1060px !important;
  margin: 0 auto;
  padding: 0 24px;
}


/* ═══ AUTHORITY BAR ═══ */

.nr-authority-bar {
  background: var(--iw-green-900);
  text-align: center;
  padding: 9px 16px;
  font-family: var(--iw-sans);
  font-size: 12px;
  font-weight: 600;
  color: var(--iw-green-300);
  letter-spacing: .03em;
  margin: 0 -24px 0;
}


/* ═══ HERO ═══ */

.nr-hero {
  text-align: center;
  padding: 48px 0 36px;
}

.nr-hero-title {
  font-family: var(--iw-sans);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: var(--iw-green-900);
  margin: 0 0 12px;
  line-height: 1.15;
}

.nr-hero-subtitle {
  font-family: var(--iw-sans);
  font-size: 17px;
  color: var(--iw-text-secondary);
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto 28px;
}

.nr-stats {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.nr-stat {
  text-align: center;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #dfe8e1;
  border-radius: var(--iw-radius-md);
  min-width: 140px;
}

.nr-stat strong {
  display: block;
  font-family: var(--iw-sans);
  font-size: 28px;
  font-weight: 700;
  color: var(--iw-green-800);
  line-height: 1.2;
}

.nr-stat span {
  font-family: var(--iw-sans);
  font-size: 13px;
  color: var(--iw-text-muted);
  font-weight: 500;
}


/* ═══ MEDIA INQUIRY BAR ═══ */

.nr-inquiry {
  background: var(--iw-green-900);
  border-radius: var(--iw-radius-md);
  padding: 20px 28px;
  margin-bottom: 40px;
}

.nr-inquiry-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.nr-inquiry-text strong {
  display: block;
  font-family: var(--iw-sans);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.nr-inquiry-text span {
  font-family: var(--iw-sans);
  font-size: 14px;
  color: var(--iw-green-300);
}

.nr-inquiry-text a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.3);
}

.nr-inquiry-text a:hover {
  text-decoration-color: #fff;
}

.nr-btn-secondary {
  display: inline-flex;
  align-items: center;
  font-family: var(--iw-sans);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  padding: 10px 20px;
  border-radius: var(--iw-radius-sm);
  text-decoration: none;
  transition: background .15s ease;
}

.nr-btn-secondary:hover {
  background: rgba(255,255,255,.2);
  color: #fff;
  text-decoration: none;
}


/* ═══ SECTIONS ═══ */

.nr-section {
  margin-bottom: 48px;
}

.nr-section-title {
  font-family: var(--iw-sans);
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
  color: var(--iw-green-900);
  margin: 0 0 8px;
  text-align: left;
}

.nr-section-subtitle {
  font-family: var(--iw-sans);
  font-size: 15px;
  color: var(--iw-text-muted);
  margin: 0 0 24px;
}


/* ═══ MEDIA GRID OVERRIDES ═══ */

.page-id-249 .mg_box {
  border-radius: var(--iw-radius-sm) !important;
  overflow: hidden;
}

.page-id-249 .mg_box .mg_shadow_el {
  border-radius: var(--iw-radius-sm) !important;
}

.page-id-249 .mg_overlay {
  border-radius: var(--iw-radius-sm) !important;
}

.page-id-249 .mg_title_under {
  font-family: var(--iw-sans) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--iw-text-primary) !important;
  padding: 8px 4px !important;
  text-align: center;
}


/* ═══ ADDITIONAL MENTIONS ═══ */

.nr-mentions-section {
  background: #f7faf8;
  border: 1px solid #eef6f0;
  border-radius: var(--iw-radius-md);
  padding: 32px;
}

.nr-subsection {
  font-family: var(--iw-sans);
  font-size: 15px;
  font-weight: 700;
  color: var(--iw-green-800);
  margin: 24px 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dfe8e1;
}

.nr-subsection:first-of-type {
  margin-top: 8px;
}

/* Linked mention grid — multi-column */
.nr-mention-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 6px 16px;
}

.nr-mention-grid a,
.nr-mention-grid span {
  font-family: var(--iw-sans);
  font-size: 14px;
  color: var(--iw-green-700);
  text-decoration: none;
  padding: 4px 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nr-mention-grid a:hover {
  color: var(--iw-green-800);
  text-decoration: underline;
}

.nr-mention-grid span {
  color: var(--iw-text-secondary);
}

/* Tag-style mentions (radio, CBS affiliates) */
.nr-mention-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.nr-mention-tags span {
  font-family: var(--iw-sans);
  font-size: 12px;
  font-weight: 500;
  color: var(--iw-text-secondary);
  background: #fff;
  border: 1px solid #dfe8e1;
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.nr-mention-tags--compact span {
  font-size: 11px;
  padding: 3px 8px;
  color: var(--iw-text-muted);
}


/* ═══ RECOGNIZED BY ═══ */

.nr-recognized {
  background: var(--iw-green-50);
  border: 1px solid var(--iw-green-200);
  border-radius: var(--iw-radius-md);
  padding: 28px 32px;
  margin-bottom: 48px;
}

.nr-recognized .nr-section-title {
  margin-bottom: 16px;
}

.nr-recognized-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nr-recognized-list span {
  font-family: var(--iw-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--iw-green-800);
  background: #fff;
  border: 1px solid var(--iw-green-200);
  padding: 6px 14px;
  border-radius: 999px;
}

.nr-recognized-list a {
  color: var(--iw-green-700);
  text-decoration: underline;
  text-decoration-color: var(--iw-green-300);
}

.nr-recognized-list a:hover {
  color: var(--iw-green-800);
}


/* ═══ CTA STRIP ═══ */

.nr-cta-strip {
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid #eef6f0;
}

.nr-cta-label {
  font-family: var(--iw-sans);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--iw-text-muted);
  margin: 0 0 20px;
}

.nr-cta-grid {
  display: flex;
  justify-content: center;
  gap: 12px;
  max-width: 100%;
}

.nr-cta-card {
  flex: 1 1 0;
  min-width: 0;
  background: #fff;
  border: 1px solid #dfe8e1;
  border-radius: var(--iw-radius-md);
  padding: 20px 16px;
  text-decoration: none;
  text-align: center;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.nr-cta-card:hover {
  border-color: var(--iw-green-400);
  box-shadow: 0 4px 16px rgba(47, 125, 77, .08);
  text-decoration: none;
}

.nr-cta-card strong {
  display: block;
  font-family: var(--iw-sans);
  font-size: 16px;
  font-weight: 700;
  color: var(--iw-green-800);
  margin-bottom: 4px;
}

.nr-cta-card span {
  font-family: var(--iw-sans);
  font-size: 13px;
  color: var(--iw-text-muted);
  line-height: 1.4;
}


/* ═══ KILL THEME DEFAULTS ON THIS PAGE ═══ */

.page-id-249 .entry-header {
  display: none !important;
}

.page-id-249 article.page {
  max-width: 100% !important;
  padding: 0 !important;
}

.page-id-249 .default-max-width {
  max-width: 100% !important;
}

/* Kill stray theme p/br injections */
.nr-hero > p:empty,
.nr-section > p:empty,
.nr-inquiry > p:empty,
.nr-cta-strip > p:empty,
.nr-mention-grid > p,
.nr-mention-grid > br,
.nr-mention-tags > p,
.nr-mention-tags > br {
  display: none !important;
}


/* ═══ RESPONSIVE ═══ */

@media (max-width: 767px) {
  .page-id-249 .entry-content {
    padding: 0 16px;
  }

  .nr-hero {
    padding: 32px 0 24px;
  }

  .nr-hero-title {
    font-size: 28px;
  }

  .nr-stats {
    gap: 12px;
  }

  .nr-stat {
    min-width: 100px;
    padding: 12px 14px;
  }

  .nr-stat strong {
    font-size: 22px;
  }

  .nr-inquiry {
    padding: 16px 20px;
  }

  .nr-inquiry-inner {
    flex-direction: column;
    text-align: center;
  }

  .nr-mentions-section {
    padding: 20px 16px;
  }

  .nr-mention-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nr-recognized {
    padding: 20px 16px;
  }

  .nr-cta-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .nr-cta-card {
    padding: 16px 12px;
  }
}

@media (max-width: 480px) {
  .nr-mention-grid {
    grid-template-columns: 1fr;
  }

  .nr-cta-grid {
    grid-template-columns: 1fr;
  }
}
