/**
 * PressPulse public news — home front pack, markets, archive teasers.
 * Do not load on Workbench panels (enqueue is front/news only).
 */

/* ── Edition line ── */
.cb-press-edition {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.5rem;
  margin: 0 0 1.25rem;
  font-family: var(--font-body, Mulish, system-ui, sans-serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cb-muted, #64748b);
}
.cb-press-edition__sep {
  opacity: 0.55;
}

/* ── Kickers ── */
.cb-press-kicker {
  display: inline-block;
  margin-right: 0.4rem;
  font-family: var(--font-body, Mulish, system-ui, sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cb-primary, #265077);
}

/* ── Media / paper placeholder ── */
.cb-press-media {
  position: relative;
  overflow: hidden;
  background: #eef2f6;
}
.cb-press-media__link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.cb-press-media__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cb-press-ph {
  display: flex;
  align-items: flex-end;
  min-height: 100%;
  padding: 1rem 1.1rem;
  background:
    linear-gradient(135deg, #f3f6f9 0%, #e8eef4 55%, #dde7f0 100%);
  border: 1px solid #d7e0ea;
}
.cb-press-ph__kicker {
  font-family: var(--font-heading, Lora, Georgia, serif);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.15;
  color: var(--cb-primary, #265077);
  opacity: 0.85;
}

.cb-press-media--lead {
  aspect-ratio: 16 / 10;
  border-radius: 4px;
}
.cb-press-media--side {
  aspect-ratio: 16 / 10;
  border-radius: 3px;
  min-height: 110px;
}
.cb-press-media--list {
  flex: 0 0 140px;
  width: 140px;
  aspect-ratio: 4 / 3;
  border-radius: 3px;
}
.cb-press-media--card {
  aspect-ratio: 16 / 10;
  border-radius: 3px 3px 0 0;
}

/* ── Front pack (1 lead + side rail) ── */
.cb-press-pack {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.9fr);
  gap: 1.5rem 1.75rem;
  align-items: stretch;
}
.cb-press-pack__lead {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  min-width: 0;
}
.cb-press-pack__lead-body {
  min-width: 0;
}
.cb-press-pack__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.55rem;
  margin: 0 0 0.45rem;
  font-size: 12px;
  color: var(--cb-muted, #64748b);
}
.cb-press-pack__badge {
  display: inline-block;
  padding: 0.12rem 0.45rem;
  border-radius: 2px;
  background: var(--cb-primary, #265077);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cb-press-pack__date {
  font-variant-numeric: tabular-nums;
}
.cb-press-pack__lead-title {
  margin: 0 0 0.55rem;
  font-family: var(--font-heading, Lora, Georgia, serif);
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--cb-text, #161c1f);
}
.cb-press-pack__lead-title a {
  color: inherit;
  text-decoration: none;
}
.cb-press-pack__lead-title a:hover {
  color: var(--cb-primary, #265077);
}
.cb-press-pack__teaser {
  margin: 0 0 0.75rem;
  max-width: 40rem;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--cb-body-muted, #3d4a54);
}
.cb-press-pack__more {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--cb-teal, #0d9488);
  text-decoration: none;
}
.cb-press-pack__more:hover {
  text-decoration: underline;
}

.cb-press-pack__side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
  padding-left: 1.25rem;
  border-left: 1px solid #e2e8f0;
}
.cb-press-pack__side-item {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eef2f6;
}
.cb-press-pack__side-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.cb-press-pack__side-title {
  margin: 0;
  font-family: var(--font-heading, Lora, Georgia, serif);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
}
.cb-press-pack__side-title a {
  color: var(--cb-text, #161c1f);
  text-decoration: none;
}
.cb-press-pack__side-title a:hover {
  color: var(--cb-primary, #265077);
}

.cb-press-front__foot,
.cb-news-desk__foot {
  margin: 1.25rem 0 0;
}

.cb-press-empty {
  margin: 0;
  color: var(--cb-muted, #64748b);
}

/* ── Markets columns ── */
.cb-press-markets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem 1.75rem;
}
.cb-press-markets--solo {
  display: block;
  grid-template-columns: none;
}
.cb-press-markets--solo .cb-press-markets__col {
  border-top: 0;
  padding-top: 0;
}
.cb-press-markets__col {
  min-width: 0;
  padding-top: 0.25rem;
  border-top: 3px solid var(--cb-primary, #265077);
}
.cb-press-markets__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0.85rem 0 0.85rem;
}
.cb-press-markets__title {
  margin: 0;
  font-family: var(--font-heading, Lora, Georgia, serif);
  font-size: 1.35rem;
  font-weight: 600;
}
.cb-press-markets__title a {
  color: var(--cb-text, #161c1f);
  text-decoration: none;
}
.cb-press-markets__title a:hover {
  color: var(--cb-primary, #265077);
}
.cb-press-markets__all {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cb-teal, #0d9488);
  text-decoration: none;
}
.cb-press-markets__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cb-press-markets__item {
  border-top: 1px solid #e8eef4;
}
.cb-press-markets__link {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.7rem 0;
  text-decoration: none;
}
.cb-press-markets__item-title {
  font-family: var(--font-heading, Lora, Georgia, serif);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--cb-text, #161c1f);
}
.cb-press-markets__link:hover .cb-press-markets__item-title {
  color: var(--cb-primary, #265077);
}
.cb-press-markets__item-date {
  font-size: 12px;
  color: var(--cb-muted, #64748b);
}
.cb-press-markets__empty {
  margin: 0;
  font-size: 0.92rem;
  color: var(--cb-muted, #64748b);
}

/* Home insights list — denser newspaper row (self-contained; Foxiz home skips child.css) */
.cb-home-list--insights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 1.5rem;
  border-top: 1px solid #e2e8f0;
  padding-top: 1rem;
}
.cb-home-list--insights .cb-home-list__item {
  border-top: 3px solid #cbd5e1;
  padding-top: 0.75rem;
}
.cb-home-list__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.4rem;
  font-size: 12px;
  color: var(--cb-muted, #64748b);
}
.cb-home-list__chip {
  display: inline-block;
  padding: 0.1rem 0.4rem;
  border-radius: 2px;
  background: #f1f5f9;
  color: #475569;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cb-home-list__title {
  margin: 0;
  font-family: var(--font-heading, Lora, Georgia, serif);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
}
.cb-home-list__title a {
  color: var(--cb-text, #161c1f);
  text-decoration: none;
}
.cb-home-list__title a:hover {
  color: var(--cb-primary, #265077);
}
.cb-home-list__empty {
  margin: 0;
  color: var(--cb-muted, #64748b);
}
body.home .cb-home-about--press {
  gap: 1rem;
}

/* ── Archive front + stream teasers ── */
.cb-press-archive__front {
  padding: 1.5rem 0 0.5rem;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}
.cb-press-archive__front .cb-container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.cb-press-item {
  min-width: 0;
}
.cb-press-item--feed {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid #e8eef4;
}
.cb-press-item--feed .cb-press-item__body {
  flex: 1;
  min-width: 0;
}
.cb-press-item__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.55rem;
  margin: 0 0 0.35rem;
  font-size: 12px;
  color: var(--cb-muted, #64748b);
}
.cb-press-item__date {
  font-variant-numeric: tabular-nums;
}
.cb-press-item__title {
  margin: 0 0 0.35rem;
  font-family: var(--font-heading, Lora, Georgia, serif);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.3;
}
.cb-press-item__title a {
  color: var(--cb-text, #161c1f);
  text-decoration: none;
}
.cb-press-item__title a:hover {
  color: var(--cb-primary, #265077);
}
.cb-press-item__teaser {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--cb-body-muted, #3d4a54);
}
.cb-press-item__risk {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 10px;
}
.cb-press-item__risk--high { color: #b91c1c; }
.cb-press-item__risk--medium { color: #b45309; }
.cb-press-item__risk--low { color: #0f766e; }

.cb-news-results--cards.cb-press-results,
.cb-press-results.cb-news-results--cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}
.cb-press-item--cards {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
}
.cb-press-item--cards .cb-press-item__body {
  padding: 0.85rem 1rem 1.1rem;
}
.cb-press-item--cards .cb-press-item__title {
  font-size: 1.05rem;
}

/* Single: press masthead kickers */
.cb-news-single .cb-press-single-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.65rem;
  margin: 0 0 0.65rem;
}
.cb-news-single .cb-press-single-kicker .cb-press-item__date {
  font-size: 13px;
  color: var(--cb-muted, #64748b);
}

@media (max-width: 960px) {
  .cb-press-pack {
    grid-template-columns: 1fr;
  }
  .cb-press-pack__side {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #e2e8f0;
    padding-top: 1rem;
  }
  .cb-press-markets {
    grid-template-columns: 1fr;
  }
  .cb-home-list--insights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .cb-press-pack__side-item {
    grid-template-columns: 96px minmax(0, 1fr);
  }
  .cb-press-media--list {
    flex-basis: 96px;
    width: 96px;
  }
  .cb-press-item--feed {
    gap: 0.75rem;
  }
}
