.editorial-preview {
  padding-block: 2rem;
}
.editorial-feature-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line, #ccd4dd);
}
.editorial-feature-links > a {
  display: block;
  padding: 1.5rem;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--line, #ccd4dd);
}
.editorial-feature-links > a:hover h3 {
  text-decoration: underline;
}
.editorial-feature-links span {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--red, #c51d32);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.editorial-feature-links h3 {
  margin: 0.5rem 0;
  font-size: 1.45rem;
}
.editorial-feature-links p {
  line-height: 1.6;
  margin: 0;
}
.editorial-note {
  border-left: 4px solid var(--red, #c51d32);
  padding: 1rem 1.5rem;
  background: var(--surface, #f4f6f8);
  margin: 2rem 0;
}
.editorial-note h2 {
  font-size: 1.35rem;
  margin-top: 0;
}
.editorial-note p {
  line-height: 1.7;
}
.supplied-commentary {
  max-width: 740px;
  margin: 3rem auto;
  font-size: 1.13rem;
  line-height: 1.8;
}
.supplied-commentary p {
  margin: 0 0 1rem;
}
.supplied-commentary .commentary-emphasis {
  font-weight: 800;
  font-size: 1.3em;
  line-height: 1.4;
  margin-block: 1.5rem;
}
.editorial-inline-poster {
  max-width: 460px;
  margin: 2rem auto;
}
.editorial-inline-poster img {
  display: block;
  width: 100%;
  height: auto;
}
.editorial-inline-poster figcaption {
  font-size: 0.85rem;
  line-height: 1.6;
  margin-top: 0.5rem;
}
.editorial-poster-intro {
  margin-top: 2rem;
}
.editorial-poster-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-block: 1.5rem;
}
.editorial-poster {
  margin: 0;
  min-width: 0;
}
.editorial-poster img {
  width: 100%;
  height: auto;
  display: block;
}
.editorial-poster figcaption {
  padding-block: 1rem;
}
.editorial-poster h3 {
  font-size: 1.15rem;
  line-height: 1.4;
  margin: 0 0 0.5rem;
}
.editorial-poster p {
  font-size: 0.95rem;
  line-height: 1.6;
}
.editorial-poster figcaption > a {
  display: block;
  padding: 0.45rem 0;
  font-weight: 700;
}
.editorial-poster span {
  display: block;
  font-size: 0.8rem;
  margin-top: 0.4rem;
}
.news-source {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 2rem;
  padding: 1.2rem 0;
  border-top: 1px solid var(--line, #ccd4dd);
}
.news-source h3 {
  font-size: 1.1rem;
  margin: 0;
}
.news-source p {
  margin: 0.5rem 0 0;
  line-height: 1.7;
}
.news-source-list {
  margin-bottom: 2.5rem;
}
.news-query-list {
  padding-left: 1.3rem;
  line-height: 2;
}
.news-query-list code {
  white-space: normal;
  overflow-wrap: anywhere;
  font-size: 0.95rem;
}
.editorial-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  margin-block: 1.5rem;
}
.editorial-table-wrap table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.98rem;
}
.editorial-table-wrap caption {
  text-align: left;
  padding: 0 0 1rem;
  font-weight: 700;
  line-height: 1.6;
}
.editorial-table-wrap th,
.editorial-table-wrap td {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line, #ccd4dd);
  line-height: 1.6;
}
.editorial-table-wrap thead {
  background: var(--surface, #f4f6f8);
}
.editorial-video {
  position: relative;
  aspect-ratio: 16/9;
  background: #0b1629;
  overflow: hidden;
  max-width: 960px;
  margin-top: 1.5rem;
}
.editorial-video img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.editorial-video button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #b70725;
  color: white;
  padding: 1rem 1.3rem;
  border: 2px solid white;
  border-radius: 0.4rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  min-height: 48px;
  width: max-content;
  max-width: 90%;
}
.editorial-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.resource-intro li {
  line-height: 1.8;
  margin-bottom: 0.65rem;
}
.resource-intro a {
  overflow-wrap: anywhere;
}
@media (max-width: 900px) {
  .editorial-poster-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .editorial-feature-links {
    grid-template-columns: 1fr;
  }
  .news-source {
    gap: 1rem;
  }
}
@media (max-width: 560px) {
  .editorial-poster-grid,
  .news-source {
    grid-template-columns: 1fr;
  }
  .editorial-note {
    padding: 1rem;
  }
  .editorial-table-wrap th,
  .editorial-table-wrap td {
    padding: 0.7rem;
  }
  .supplied-commentary {
    font-size: 1.05rem;
  }
  .editorial-feature-links > a {
    padding: 1.2rem 0.25rem;
  }
}
@media print {
  .editorial-video button {
    display: none;
  }
  .editorial-poster-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .supplied-commentary {
    max-width: none;
  }
}
