html.template-cnn_live {
  --cnnl-bg: #f2f4f8;
  --cnnl-paper: #ffffff;
  --cnnl-paper-soft: #f7f9fc;
  --cnnl-ink: #101317;
  --cnnl-ink-soft: #4c5663;
  --cnnl-line: #d9dfe8;
  --cnnl-line-strong: #bac5d3;
  --cnnl-primary: #cc001b;
  --cnnl-primary-strong: #9f0016;
  --cnnl-deep: #0e1523;
  --cnnl-deep-2: #152238;
  --cnnl-container: 1360px;
}

html.template-cnn_live body {
  background: linear-gradient(180deg, #eef1f7 0%, #f8fafc 120%);
  color: var(--cnnl-ink);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html.template-cnn_live .container,
html.template-cnn_live .container-lg {
  max-width: var(--cnnl-container);
}

html.template-cnn_live a {
  color: var(--cnnl-ink);
  text-decoration: none;
}

html.template-cnn_live a:hover,
html.template-cnn_live a:focus {
  color: var(--cnnl-primary-strong);
}

html.template-cnn_live h1,
html.template-cnn_live h2,
html.template-cnn_live h3,
html.template-cnn_live h4,
html.template-cnn_live h5,
html.template-cnn_live h6,
html.template-cnn_live .h1,
html.template-cnn_live .h2,
html.template-cnn_live .h3,
html.template-cnn_live .h4,
html.template-cnn_live .h5,
html.template-cnn_live .h6 {
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.01em;
  color: #09111c;
}

html.template-cnn_live p,
html.template-cnn_live li,
html.template-cnn_live .nav-link,
html.template-cnn_live .btn,
html.template-cnn_live input,
html.template-cnn_live textarea,
html.template-cnn_live select,
html.template-cnn_live .text-xs,
html.template-cnn_live .text-sm,
html.template-cnn_live .text-xxs {
  font-family: "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

html.template-cnn_live #loading {
  background: rgba(8, 12, 18, 0.45);
}

html.template-cnn_live .cnnl-shell {
  background: var(--cnnl-paper);
  border: 1px solid var(--cnnl-line);
  margin-top: 10px;
  margin-bottom: 16px;
  box-shadow: 0 18px 32px rgba(12, 22, 38, 0.08);
}

html.template-cnn_live .cnnl-utility-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  background: linear-gradient(120deg, #0f1625, #1a2740 58%, #101a2c);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #dfe7f3;
}

html.template-cnn_live .cnnl-utility-row__left,
html.template-cnn_live .cnnl-utility-row__right {
  display: flex;
  align-items: center;
  gap: 10px;
}

html.template-cnn_live .cnnl-utility-row__right {
  justify-content: flex-end;
}

html.template-cnn_live .cnnl-utility-row__center {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #f3f7ff;
}

html.template-cnn_live .cnnl-utility-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f1f6ff;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

html.template-cnn_live .cnnl-utility-link i {
  font-size: 14px;
}

html.template-cnn_live .cnnl-utility-row__right a {
  color: #f7faff;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

html.template-cnn_live .cnnl-utility-row__right a:hover {
  border-color: var(--cnnl-primary);
  color: #fff;
  background: rgba(204, 0, 27, 0.25);
}

html.template-cnn_live .cnnl-masthead {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(260px, 340px);
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: linear-gradient(130deg, #0d1728 0%, #182c49 62%, #1f3a63 100%);
  color: #f4f8ff;
}

html.template-cnn_live .cnnl-masthead__brand {
  display: inline-flex;
  align-items: center;
}

html.template-cnn_live .cnnl-masthead__brand img {
  max-height: 72px;
  max-width: 280px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.45));
}

html.template-cnn_live .cnnl-masthead__wordmark {
  color: #fff;
  font-size: clamp(1.5rem, 2.4vw, 2.5rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

html.template-cnn_live .cnnl-masthead__meta {
  min-width: 0;
}

html.template-cnn_live .cnnl-pill {
  display: inline-block;
  background: var(--cnnl-primary);
  color: #fff;
  border-radius: 4px;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  padding: 4px 8px;
  margin-bottom: 6px;
}

html.template-cnn_live .cnnl-masthead__meta strong {
  display: block;
  font-size: 1.12rem;
  letter-spacing: 0.02em;
}

html.template-cnn_live .cnnl-masthead__meta p {
  margin: 2px 0 0;
  color: #d4dff1;
  font-size: 13px;
}

html.template-cnn_live .cnnl-search {
  display: flex;
  align-items: center;
  width: 100%;
  background: rgba(6, 11, 19, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  overflow: hidden;
}

html.template-cnn_live .cnnl-search .form-control {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  color: #f5f9ff;
  padding: 10px 12px;
  font-size: 13px;
}

html.template-cnn_live .cnnl-search .form-control::placeholder {
  color: #c5d0e1;
}

html.template-cnn_live .cnnl-search .btn {
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0;
  color: #e5eeff;
  padding: 10px 13px;
  background: transparent;
}

html.template-cnn_live .cnnl-nav {
  background: #111825;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 4px solid var(--cnnl-primary);
  padding: 0 14px;
}

html.template-cnn_live .cnnl-nav .navbar-toggler {
  color: #fff;
}

html.template-cnn_live .cnnl-nav .nav-link {
  color: #e7edf8 !important;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 11px;
  font-weight: 700 !important;
  padding: 12px 8px !important;
  margin-right: 8px;
  border-bottom: 2px solid transparent;
}

html.template-cnn_live .cnnl-nav .nav-link:hover,
html.template-cnn_live .cnnl-nav .nav-link.is-current {
  color: #fff !important;
  border-bottom-color: #fff;
}

html.template-cnn_live .cnnl-breaking {
  margin-top: 14px;
  background: #111827;
  color: #f7fbff;
  border: 1px solid #1b2b45;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
}

html.template-cnn_live .cnnl-breaking__tag {
  background: var(--cnnl-primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  font-weight: 800;
  padding: 11px 14px;
}

html.template-cnn_live .cnnl-breaking__track {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 0 12px;
}

html.template-cnn_live .cnnl-breaking__track::-webkit-scrollbar {
  display: none;
}

html.template-cnn_live .cnnl-breaking__item {
  color: #d9e5f9;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
}

html.template-cnn_live .cnnl-breaking__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cnnl-primary);
  box-shadow: 0 0 0 4px rgba(204, 0, 27, 0.2);
}

html.template-cnn_live .cnnl-hero {
  margin-top: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(300px, 1fr);
  gap: 14px;
}

html.template-cnn_live .cnnl-hero__main,
html.template-cnn_live .cnnl-hero__side {
  min-width: 0;
}

html.template-cnn_live .cnnl-lead-story {
  position: relative;
  min-height: 470px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #1d2a42;
  background: #0e1728;
}

html.template-cnn_live .cnnl-lead-story__media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
}

html.template-cnn_live .cnnl-lead-story__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 7, 11, 0.08) 0%, rgba(8, 13, 22, 0.94) 82%);
}

html.template-cnn_live .cnnl-lead-story__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px 20px 18px;
}

html.template-cnn_live .cnnl-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(204, 0, 27, 0.95);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 4px;
}

html.template-cnn_live .cnnl-chip--alt {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

html.template-cnn_live .cnnl-lead-story h1 {
  margin: 10px 0 8px;
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  line-height: 1.06;
}

html.template-cnn_live .cnnl-lead-story h1 a {
  color: #fff;
}

html.template-cnn_live .cnnl-lead-story p {
  margin: 0;
  color: #d5dfef;
  max-width: 90%;
  font-size: 15px;
}

html.template-cnn_live .cnnl-lead-story__meta {
  margin-top: 10px;
  color: #c3d0e6;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 700;
}

html.template-cnn_live .cnnl-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}

html.template-cnn_live .cnnl-kpi {
  background: linear-gradient(145deg, #0f182a, #1a2a44);
  border: 1px solid #2b3b57;
  color: #f5f9ff;
  border-radius: 10px;
  padding: 9px 10px;
}

html.template-cnn_live .cnnl-kpi span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #c1cee4;
}

html.template-cnn_live .cnnl-kpi strong {
  display: block;
  font-size: 1.1rem;
}

html.template-cnn_live .cnnl-side-card {
  border: 1px solid #d2dae6;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

html.template-cnn_live .cnnl-side-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
}

html.template-cnn_live .cnnl-side-card__body {
  padding: 10px;
}

html.template-cnn_live .cnnl-side-card h2 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
}

html.template-cnn_live .cnnl-side-card__meta {
  margin-top: 6px;
  color: #667386;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

html.template-cnn_live .cnnl-main-grid {
  margin-top: 14px;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(250px, 0.9fr) minmax(0, 1.7fr) minmax(250px, 0.95fr);
}

html.template-cnn_live .cnnl-main-grid__left,
html.template-cnn_live .cnnl-main-grid__center,
html.template-cnn_live .cnnl-main-grid__right {
  background: #fff;
  border: 1px solid var(--cnnl-line);
  border-radius: 10px;
  padding: 12px;
  min-width: 0;
}

html.template-cnn_live .cnnl-section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

html.template-cnn_live .cnnl-section-title__bar {
  width: 4px;
  height: 16px;
  border-radius: 4px;
  background: var(--cnnl-primary);
}

html.template-cnn_live .cnnl-section-title__text {
  font-size: 12px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 800;
  color: #12203a;
}

html.template-cnn_live .cnnl-right-list {
  display: grid;
  gap: 8px;
}

html.template-cnn_live .cnnl-right-item {
  border-bottom: 1px solid #e3e9f2;
  padding-bottom: 8px;
}

html.template-cnn_live .cnnl-right-item:last-child {
  border-bottom: 0;
}

html.template-cnn_live .cnnl-right-item h3 {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.3;
}

html.template-cnn_live .cnnl-ad-slot {
  margin-top: 12px;
  border-top: 1px dashed #ced8e7;
  padding-top: 12px;
}

html.template-cnn_live .cnnl-load-shell {
  min-height: 78px;
  border-radius: 8px;
  transition: opacity 0.2s ease;
}

html.template-cnn_live .cnnl-load-shell.is-loading {
  opacity: 0.55;
}

html.template-cnn_live .cnnl-modules {
  margin-top: 14px;
}

html.template-cnn_live .cnnl-modules__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html.template-cnn_live .cnnl-modules__grid > article {
  background: #fff;
  border: 1px solid var(--cnnl-line);
  border-radius: 10px;
  padding: 10px;
  min-height: 120px;
}

html.template-cnn_live .cnnl-article-page {
  margin-top: 14px;
}

html.template-cnn_live .cnnl-reading-progress {
  position: sticky;
  top: 0;
  height: 3px;
  width: 0;
  z-index: 35;
  background: linear-gradient(90deg, #e3002b, #ff365c);
}

html.template-cnn_live .cnnl-article-shell {
  background: #fff;
  border: 1px solid var(--cnnl-line);
  border-radius: 12px;
  overflow: hidden;
}

html.template-cnn_live .cnnl-article-header {
  background: linear-gradient(145deg, #0e1728, #1a2840);
  color: #f6faff;
  padding: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

html.template-cnn_live .cnnl-article-header h1 {
  color: #fff;
  margin: 10px 0;
  font-size: clamp(1.5rem, 2.8vw, 2.5rem);
  line-height: 1.1;
}

html.template-cnn_live .cnnl-article-header__kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

html.template-cnn_live .cnnl-article-header__intro {
  margin: 0;
  font-size: 1rem;
  color: #d4def0;
}

html.template-cnn_live .cnnl-article-header__meta {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #cad7ec;
  font-weight: 700;
}

html.template-cnn_live .cnnl-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
  gap: 0;
}

html.template-cnn_live .cnnl-article-main {
  padding: 16px;
  border-right: 1px solid #e0e7f0;
}

html.template-cnn_live .cnnl-article-rail {
  padding: 16px;
  background: #f7faff;
}

html.template-cnn_live .cnnl-article-media {
  border: 1px solid #d8e0ea;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}

html.template-cnn_live .cnnl-article-media img {
  width: 100%;
  display: block;
}

html.template-cnn_live .cnnl-article-author {
  margin-bottom: 12px;
  border-bottom: 1px solid #e5ebf3;
  padding-bottom: 10px;
}

html.template-cnn_live .cnnl-article-text {
  color: #172132;
  line-height: 1.72;
}

html.template-cnn_live .cnnl-rail-card {
  border: 1px solid #d7e1ef;
  border-radius: 10px;
  background: #fff;
  padding: 12px;
  margin-bottom: 10px;
}

html.template-cnn_live .cnnl-rail-card h5 {
  margin: 0 0 6px;
  font-size: 0.95rem;
}

html.template-cnn_live .cnnl-rail-card p {
  margin: 0;
  color: #5b6678;
  font-size: 13px;
}

html.template-cnn_live .cnnl-related-grid {
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

html.template-cnn_live .cnnl-related-grid > article {
  background: #fff;
  border: 1px solid #d7e0ec;
  border-radius: 10px;
  padding: 10px;
  min-height: 110px;
}

html.template-cnn_live .cnnl-footer {
  margin-top: 16px;
  background: linear-gradient(140deg, #0c1220, #16253f 62%, #1a335a);
  color: #d7e4f8;
}

html.template-cnn_live .cnnl-footer .container-lg {
  padding-top: 16px;
  padding-bottom: 16px;
}

html.template-cnn_live .cnnl-footer__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 12px;
}

html.template-cnn_live .cnnl-footer__brand {
  display: flex;
  gap: 12px;
  align-items: center;
}

html.template-cnn_live .cnnl-footer__brand img {
  max-height: 52px;
  max-width: 160px;
  object-fit: contain;
}

html.template-cnn_live .cnnl-footer__brand strong {
  display: block;
  color: #fff;
}

html.template-cnn_live .cnnl-footer__brand p {
  margin: 3px 0 0;
  font-size: 13px;
  color: #c2d2ea;
}

html.template-cnn_live .cnnl-footer__social {
  display: flex;
  gap: 8px;
  align-items: center;
}

html.template-cnn_live .cnnl-footer__social a {
  color: #e9f1ff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.33);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

html.template-cnn_live .cnnl-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

html.template-cnn_live .cnnl-footer__links a {
  color: #d3e0f4;
}

html.template-cnn_live .cnnl-footer__bottom {
  margin-top: 8px;
  font-size: 12px;
  color: #b3c4df;
}

html.template-cnn_live .cnnl-empty {
  border: 1px dashed #ccd6e6;
  border-radius: 10px;
  padding: 14px;
  color: #5d6a7e;
  background: #fbfdff;
}

@media (max-width: 1200px) {
  html.template-cnn_live .cnnl-masthead {
    grid-template-columns: 1fr;
  }

  html.template-cnn_live .cnnl-main-grid {
    grid-template-columns: 1fr;
  }

  html.template-cnn_live .cnnl-hero {
    grid-template-columns: 1fr;
  }

  html.template-cnn_live .cnnl-kpi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html.template-cnn_live .cnnl-article-layout {
    grid-template-columns: 1fr;
  }

  html.template-cnn_live .cnnl-article-main {
    border-right: 0;
    border-bottom: 1px solid #dbe4f0;
  }
}

@media (max-width: 768px) {
  html.template-cnn_live .cnnl-utility-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  html.template-cnn_live .cnnl-utility-row__right {
    justify-content: flex-start;
  }

  html.template-cnn_live .cnnl-utility-link span {
    font-size: 10px;
  }

  html.template-cnn_live .cnnl-lead-story {
    min-height: 390px;
  }

  html.template-cnn_live .cnnl-lead-story h1 {
    font-size: clamp(1.35rem, 6vw, 2rem);
  }

  html.template-cnn_live .cnnl-lead-story p {
    max-width: 100%;
    font-size: 14px;
  }

  html.template-cnn_live .cnnl-modules__grid {
    grid-template-columns: 1fr;
  }

  html.template-cnn_live .cnnl-footer__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
