/* NC.EL.76 — CCU News Live 24/7 channel */
.nc-mag--live {
  max-width: 920px;
  margin: 0 auto;
}

.nc-live-hero {
  padding: 1.25rem 0 2.5rem;
}

.nc-live-lede {
  font-size: 1.0625rem;
  line-height: 1.55;
  color: #333;
  margin: 0 0 1.25rem;
}

.nc-live-channel {
  background: linear-gradient(180deg, #0b1f33 0%, #122a42 100%);
  color: #f4f7fb;
  border-radius: 12px;
  padding: 1.5rem 1.25rem 1.25rem;
  box-shadow: 0 12px 40px rgba(11, 31, 51, 0.18);
}

.nc-live-channel .nc-live-track-title,
.nc-live-channel h2.nc-live-track-title {
  color: #f4f7fb;
}

.nc-live-now-playing {
  margin-bottom: 1rem;
}

.nc-live-badge {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #c0392b;
  color: #fff;
  padding: 0.2rem 0.45rem;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}

.nc-live-track-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  line-height: 1.25;
}

.nc-live-track-meta {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(244, 247, 251, 0.78);
}

.nc-live-player-wrap {
  position: relative;
  min-height: 54px;
}

.nc-live-audio {
  width: 100%;
  margin: 0.5rem 0 0;
}

.nc-live-commercial {
  margin-top: 0.75rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
}

.nc-live-commercial .nc-sponsor-slot {
  background: #fff;
  color: #1a1a1a;
  border-radius: 8px;
  padding: 0.75rem 1rem;
}

.nc-live-commercial-video {
  margin-top: 0.75rem;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}

.nc-live-commercial-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.nc-live-controls {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.nc-live-btn {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #f4f7fb;
  border-radius: 6px;
  padding: 0.45rem 0.85rem;
  font-size: 0.875rem;
  cursor: pointer;
}

.nc-live-btn:hover {
  background: rgba(255, 255, 255, 0.08);
}

.nc-live-btn--primary {
  background: #1a6fb5;
  border-color: #1a6fb5;
}

.nc-live-btn--primary:hover {
  background: #155a94;
}

.nc-live-article-link {
  margin: 0.85rem 0 0;
  font-size: 0.875rem;
}

.nc-live-article-link a {
  color: #8ec5ff;
}

.nc-live-sponsor-note {
  margin-top: 1.75rem;
  padding: 1rem 1.1rem;
  border: 1px solid #dde3ea;
  border-radius: 8px;
  background: #f8fafc;
}

.nc-live-sponsor-note h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
}

.nc-live-sponsor-note p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.nc-live-empty {
  padding: 2rem 1rem;
  text-align: center;
  color: #555;
}

.nc-mag-nav-item--live.is-active {
  font-weight: 700;
}

@media (max-width: 640px) {
  .nc-live-track-title {
    font-size: 1.25rem;
  }
}
