.iea-article,
.iea-dossier,
.iea-dossiers,
.iea-live,
.iea-live-index,
.iea-video-hub,
.iea-video-single {
  background: #f7f5f0;
  color: #111;
}

.iea-article__inner,
.iea-dossier,
.iea-dossiers,
.iea-live__inner,
.iea-live-index,
.iea-video-hub,
.iea-video-single {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(36px, 6vw, 76px) 0;
}

.iea-article__header,
.iea-dossier__hero,
.iea-index-hero,
.iea-live__header {
  max-width: 900px;
  margin-bottom: 32px;
}

.iea-article__kicker,
.iea-dossier__hero > p,
.iea-index-hero > p,
.iea-section-title > p,
.iea-video-single__info > p {
  display: flex;
  gap: 10px;
  margin: 0 0 12px;
  color: #e9322d;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.iea-article__header h1,
.iea-dossier__hero h1,
.iea-index-hero h1,
.iea-live__header h1,
.iea-video-single__info h1 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.39;
}

.iea-index-hero span,
.iea-dossier__description,
.iea-live__summary {
  display: block;
  max-width: 720px;
  margin-top: 18px;
  color: #555;
  font-size: 1.08rem;
  line-height: 1.6;
}

.iea-article__meta,
.iea-video-single__info dl {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 1px;
  margin: 24px 0 0;
  background: #111;
  border: 1px solid #111;
}

.iea-article__meta div,
.iea-video-single__info dl div {
  padding: 14px;
  background: #fff;
}

.iea-article__meta dt,
.iea-video-single__info dt {
  margin-bottom: 4px;
  color: #777;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.iea-article__meta dd,
.iea-video-single__info dd {
  margin: 0;
  font-weight: 800;
}

.iea-article__image {
  margin: 0 0 32px;
}

.iea-article__image img,
.iea-card figure img,
.iea-video-card figure img,
.iea-video-single__player img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iea-article__body,
.iea-live__intro,
.iea-video-single__content {
  max-width: 760px;
  font-size: 1.08rem;
  line-height: 1.72;
}

.iea-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1px;
  background: #111;
  border: 1px solid #111;
}

.iea-card,
.iea-video-card {
  margin: 0;
  background: #fff;
}

.iea-card a,
.iea-video-card a {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  color: inherit;
  text-decoration: none;
}

.iea-card a:hover,
.iea-video-card a:hover {
  background: #fbfbfb;
}

.iea-card figure,
.iea-video-card figure {
  aspect-ratio: 16 / 10;
  margin: -18px -18px 8px;
  background: #111;
  color: #fff;
}

.iea-card span,
.iea-video-card span {
  color: #e9322d;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.iea-card h2,
.iea-card h3,
.iea-video-card h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.39;
}

.iea-card p {
  margin: 0;
  color: #555;
}

.iea-live-section,
.iea-video-rail {
  margin-top: 36px;
}

.iea-live-section h2,
.iea-section-title h2 {
  margin: 0 0 16px;
  font-size: 2rem;
  line-height: 1.39;
}

.iea-live__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.iea-live__feed {
  display: grid;
  gap: 14px;
}

.iea-live-update {
  position: relative;
  padding: 22px;
  border: 1px solid #111;
  background: #fff;
}

.iea-live-update::before {
  content: "";
  position: absolute;
  top: 26px;
  left: -6px;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #e9322d;
}

.iea-live-update time,
.iea-live__meta,
.iea-card time,
.iea-card em {
  color: #666;
  font-size: 0.82rem;
  font-weight: 800;
}

.iea-live-update h2 {
  margin: 8px 0;
  font-size: 2rem;
  line-height: 1.39;
}

.iea-live-update p {
  margin: 0;
  line-height: 1.55;
}

.iea-live-update small {
  display: block;
  margin-top: 12px;
  color: #666;
}

.iea-live__side {
  position: sticky;
  top: 24px;
  padding: 18px;
  border: 1px solid #111;
  background: #fff;
}

.iea-live__side h2 {
  margin-top: 0;
}

.iea-live__side a {
  display: grid;
  gap: 4px;
  padding: 12px 0;
  border-top: 1px solid #ddd;
  color: inherit;
  text-decoration: none;
}

.iea-live-status {
  display: inline-flex;
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.iea-live-status--live,
.iea-live-status--breaking {
  background: #e9322d;
}

.iea-video-slider {
  display: grid;
  grid-auto-columns: minmax(210px, 280px);
  grid-auto-flow: column;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 14px;
  scroll-snap-type: x mandatory;
}

.iea-video-card {
  scroll-snap-align: start;
  border: 1px solid #111;
}

.iea-video-card figure {
  aspect-ratio: 9 / 16;
}

.iea-video-single__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 28px;
  align-items: start;
}

.iea-video-single__player {
  overflow: hidden;
  background: #111;
}

.iea-video-single__player iframe,
.iea-video-single__player video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 420px;
  border: 0;
}

.iea-empty {
  padding: 24px;
  background: #fff;
}

@media (max-width: 880px) {
  .iea-live__layout,
  .iea-video-single__layout {
    grid-template-columns: 1fr;
  }

  .iea-live__side {
    position: static;
  }
}

.iea-article__header h1,
.iea-dossier__hero h1,
.iea-index-hero h1,
.iea-live__header h1,
.iea-video-single__info h1,
.iea-card h2,
.iea-card h3,
.iea-video-card h3,
.iea-live-section h2,
.iea-section-title h2,
.iea-live-update h2 {
  font-size: 2rem;
  line-height: 1.39;
}

.iea-video-single__info h1 {
  max-width: 100%;
  font-size: clamp(1.75rem, 2.2vw, 2rem);
  line-height: 1.18;
  overflow-wrap: anywhere;
}

@media (max-width: 880px) {
  .iea-video-single__player iframe,
  .iea-video-single__player video {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .iea-article__inner,
  .iea-dossier,
  .iea-dossiers,
  .iea-live__inner,
  .iea-live-index,
  .iea-video-hub,
  .iea-video-single {
    width: min(100% - 28px, 1180px);
  }
}

.iea-article__kicker a {
  color: inherit;
  text-decoration: none;
}

.iea-article__kicker a:hover {
  text-decoration: underline;
}

.iea-article__header h1 {
  font-size: 2rem;
  line-height: 1.39;
  font-weight: 850;
}
