* {
  box-sizing: border-box;
}

:root {
  --color-bg: #f3f5f7;
  --color-surface: #ffffff;
  --color-surface-soft: #e8edf2;
  --color-text: #111827;
  --color-muted: #5f6b7a;
  --color-border: #d9e0e8;
  --color-accent: #1b3fae;
  --color-accent-soft: #e8eefc;
  --color-editorial: #163f6d;
  --color-editorial-light: #93abc6;
  --color-editorial-soft: #8ea6c2;
  --color-section: #b23b2d;
  --container: 1320px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

p {
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(var(--container), calc(100% - 56px));
  margin: 0 auto;
}

.site-main {
  min-height: 50vh;
}

.screen-reader-text,
.sr-only {
  position: absolute;
  left: -9999px;
}

/* =========================
   BREADCRUMBS
========================= */

.breadcrumbs {
  margin-bottom: 18px;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--color-muted);
  font-size: 0.88rem;
}

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  color: #aaa;
}

.breadcrumbs__item a {
  color: var(--color-muted);
  transition: color 0.2s ease;
}

.breadcrumbs__item a:hover {
  color: var(--color-text);
}

.breadcrumbs__item--current {
  color: var(--color-text);
  font-weight: 500;
}

/* =========================
   ADS
========================= */

.home-ad {
  padding: 16px 0;
}

.ad-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfd6de;
  background: #edf2f7;
  color: #617084;
  font-size: 0.95rem;
  text-align: center;
}

.ad-slot--horizontal {
  min-height: 105px;
}

.ad-slot--rectangle {
  min-height: 300px;
}

.ad-slot--footer {
  min-height: 140px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #d5e0eb;
}

/* =========================
   HEADER EDITORIAL
========================= */

.site-header--latam {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 0;
}

body.admin-bar .site-header--latam {
  top: 32px;
}

.site-header__topline {
  height: 3px;
  background: #12365d;
}

.site-header__branding-row {
  background: #ffffff;
  padding: 18px 0 16px;
}

.site-header__branding-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}

.site-header__brand,
.site-branding,
.site-branding__link {
  display: flex;
  align-items: center;
}

.site-header--latam .custom-logo,
.site-header--latam .site-branding img {
  max-height: 92px;
  max-width: 240px;
  width: auto;
  height: auto;
  filter: none;
}

.ad-slot--top-header {
  min-height: 70px;
  background: #eef2f5;
}

.site-header__nav-row {
  background: #12365d;
}

.site-header__nav-grid {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 20px;
  align-items: center;
  min-height: 62px;
}

.site-header--latam .main-nav {
  width: 100%;
}

.site-header--latam .main-nav__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header--latam .main-nav__list li {
  margin: 0;
  padding: 0;
}

.site-header--latam .main-nav__list a {
  display: inline-block;
  padding: 10px 0;
  color: #f3f5f7;
  font-size: 0.82rem;
  font-weight: 500;
  white-space: nowrap;
}

.site-header--latam .main-nav__list a:hover,
.site-header--latam .main-nav__list .current-menu-item > a,
.site-header--latam .main-nav__list .current-menu-ancestor > a,
.site-header--latam .main-nav__list .current-category-ancestor > a {
  color: #ffffff;
}

.site-header--latam .search-form {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}

.site-header--latam .search-form__input,
.site-header--latam .search-form input[type="search"] {
  width: 160px;
  height: 34px;
  padding: 0 12px;
  border: 0;
  background: #f0f2f5;
  color: #223041;
  font-size: 0.88rem;
}

.site-header--latam .search-form__button,
.site-header--latam .search-form button,
.site-header--latam .search-form input[type="submit"] {
  height: 34px;
  padding: 0 14px;
  border: 0;
  background: #6f8fb1;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
}

.site-header--latam .menu-toggle {
  display: none;
}

.site-header--latam .mobile-panel {
  display: none;
}

/* =========================
   HOME EDITORIAL
========================= */

.front-page--editorial {
  padding: 0 0 40px;
}

.home-hero-editorial {
  padding: 18px 0 20px;
}

.home-grid {
  display: grid;
  grid-template-columns: 1.02fr 1.15fr 300px;
  gap: 28px;
  align-items: start;
}

.home-grid__middle {
  min-width: 0;
}

.hero-editorial {
  display: grid;
  gap: 14px;
}

.hero-editorial__image {
  display: block;
  overflow: hidden;
  background: #e9eef3;
}

.hero-editorial__image img {
  width: 100%;
  aspect-ratio: 16 / 11.5;
  object-fit: cover;
}

.hero-editorial__meta {
  margin-bottom: 4px;
}

.hero-editorial__category {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--color-section);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.hero-editorial__title {
  margin: 0 0 8px;
  font-size: clamp(1.6rem, 2vw, 1.65rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  max-width: 540px;
}

.hero-editorial__title a:hover {
  color: var(--color-accent);
}

.hero-editorial__excerpt {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.66;
  color: #2b3645;
  max-width: 520px;
}

.editorial-block {
  border-top: 3px solid #d9e0e8;
  padding-top: 14px;
}

.editorial-block__title {
  margin: 0 0 18px;
  font-size: 1.14rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #20324a;
}

.story-list {
  display: grid;
  gap: 16px;
}

.story-list__item {
  padding-bottom: 16px;
  border-bottom: 1px solid #dbe3eb;
}

.story-list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.story-list__title {
  margin: 0 0 8px;
  font-size: 1.38rem;
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: #121a24;
}

.story-list__title a:hover {
  color: var(--color-accent);
}

.story-list__meta {
  margin-bottom: 6px;
  font-size: 0.86rem;
  color: #6b7480;
}

.story-list__excerpt {
  margin: 0;
  color: #4a5565;
  line-height: 1.68;
  font-size: 0.98rem;
}

.home-grid__sidebar {
  display: grid;
  gap: 18px;
}

.sidebar-panel {
  padding: 18px;
  border: 1px solid #d7e0e8;
  background: #fff;
}

.sidebar-panel__title {
  margin: 0 0 16px;
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #163d6b;
}

.sidebar-panel--tabs {
  padding: 0;
  overflow: hidden;
}

.sidebar-panel__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #d7e0e8;
  background: #f4f7fa;
}

.sidebar-tab {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 13px 14px;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  color: #4e5d70;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.sidebar-tab.is-active {
  background: #ffffff;
  color: #163d6b;
}

.sidebar-tab-panel {
  display: none;
  padding: 16px;
}

.sidebar-tab-panel.is-active {
  display: block;
}

.sidebar-panel__empty {
  margin: 0;
  color: #667487;
  font-size: 0.92rem;
  line-height: 1.6;
}

.ranking-list {
  display: grid;
  gap: 12px;
}

.ranking-list__item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
}

.ranking-list__number {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #163d6b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.ranking-list__title {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.3;
  color: #16202c;
}

.ranking-list__title a:hover {
  color: var(--color-accent);
}

/* =========================
   SECCIONES HOME UNIFICADAS
========================= */

.home-secondary {
  padding: 24px 0;
}

.section-title {
  margin: 0;
  font-size: 1.72rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #12253f;
}

.home-secondary .section-title {
  margin-bottom: 16px;
}

.secondary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.section-block {
  padding: 26px 0;
  border-top: 1px solid #d7dfe8;
}

.section-block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.section-block__more {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--color-section);
}

.section-block__more:hover {
  color: #8f2f24;
}

.section-grid,
.section-grid--count-1,
.section-grid--count-2,
.section-grid--count-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 420px));
  gap: 20px;
  align-items: start;
  justify-content: start;
}

.section-grid__item {
  min-width: 0;
}

/* =========================
   NEWS CARDS UNIFICADAS
========================= */

.post-card {
  all: unset;
}

.news-card {
  display: grid;
  gap: 10px;
  height: auto;
}

.news-card__image {
  display: block;
  overflow: hidden;
  background: #e8edf2;
}

.news-card__image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.news-card:hover .news-card__image img {
  transform: scale(1.02);
}

.news-card__content {
  display: grid;
  gap: 7px;
}

.news-card__category {
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--color-section);
}

.news-card__title {
  margin: 0;
  font-size: 1.42rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #101820;
}

.news-card__title a:hover {
  color: var(--color-accent);
}

.news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #6b7480;
  font-size: 0.84rem;
}

.news-card__meta a:hover {
  color: var(--color-accent);
}

.news-card__excerpt {
  margin: 0;
  color: #303b49;
  font-size: 0.92rem;
  line-height: 1.58;
  max-width: 95%;
}

/* =========================
   SINGLE EDITORIAL
========================= */

.single-post-page--editorial {
  padding: 24px 0 44px;
}

.single-editorial-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 30px;
  align-items: start;
}

.single-editorial-main {
  min-width: 0;
}

.single-editorial-header {
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d8e0e8;
}

.single-editorial-category {
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-section);
}

.single-editorial-title {
  margin: 0 0 14px;
  font-size: clamp(2.2rem, 3.6vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: #101820;
  max-width: 760px;
}

.single-editorial-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #6a7380;
  font-size: 0.92rem;
}

.single-editorial-meta a:hover {
  color: var(--color-accent);
}

.single-editorial-media {
  margin-bottom: 26px;
  max-width: 800px;
  background: #e8edf2;
}

.single-editorial-media img {
  width: 100%;
  aspect-ratio: 16 / 6.4;
  object-fit: cover;
}

.single-editorial-body-wrap {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.single-editorial-share {
  position: sticky;
  top: 110px;
  width: 64px;
  display: grid;
  gap: 10px;
}

.single-editorial-share__label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6b7480;
  line-height: 1.2;
}

.single-editorial-share__buttons {
  display: grid;
  gap: 8px;
  justify-items: start;
}

.single-editorial-share__btn {
  width: 36px;
  height: 36px;
  border: 1px solid #d6dfe8;
  background: #fff;
  color: #1d2a3a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.single-editorial-share__btn svg {
  width: 16px;
  height: 16px;
  display: block;
}

.single-editorial-share__btn:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.single-editorial-share__btn--copy {
  width: 36px;
  height: 36px;
  padding: 0;
}

.single-editorial-share__btn--copy.is-copied {
  border-color: var(--color-accent);
  background: var(--color-accent-soft);
  color: var(--color-accent);
}

.single-editorial-content {
  min-width: 0;
  padding-top: 2px;
}

.single-editorial-article {
  font-size: 1rem;
  line-height: 1.84;
  color: #1a2433;
  max-width: 780px;
}

.single-editorial-article p {
  margin: 0 0 1.5em;
}

.single-editorial-article h2,
.single-editorial-article h3,
.single-editorial-article h4 {
  margin: 1.8em 0 0.72em;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #0f1c2c;
  font-size: 1.55rem;
}

.single-editorial-footer {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #dbe3eb;
}

.single-editorial-taxonomies {
  display: grid;
  gap: 10px;
  color: #4b5563;
  font-size: 0.94rem;
}

.single-editorial-related {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #dbe3eb;
}

.single-editorial-related__title {
  margin: 0 0 18px;
  font-size: 1.8rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #13243d;
}

.single-editorial-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.single-editorial-sidebar {
  display: grid;
  gap: 18px;
  padding-top: 2px;
}

/* =========================
   ARCHIVE / SEARCH / PAGE
========================= */

.archive-page--editorial,
.search-page--editorial,
.page-template-default--editorial {
  padding: 24px 0 44px;
}

.archive-editorial-header {
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d8e0e8;
}

.archive-editorial-title {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  color: #101820;
}

.archive-editorial-description {
  max-width: 760px;
  color: #526070;
  font-size: 0.98rem;
  line-height: 1.72;
}

.archive-editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.site-page--editorial {
  max-width: 860px;
  margin: 0 auto;
}

.site-page--editorial .site-page__header {
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d8e0e8;
}

.site-page--editorial .site-page__title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
  color: #101820;
}

.site-page--editorial .site-page__content {
  font-size: 1.03rem;
  line-height: 1.84;
  color: #1a2433;
}

.site-page--editorial .site-page__content p {
  margin: 0 0 1.35em;
}

.site-page--editorial .site-page__content h2,
.site-page--editorial .site-page__content h3,
.site-page--editorial .site-page__content h4 {
  margin: 1.9em 0 0.7em;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #0f1c2c;
}

/* =========================
   PAGINATION / 404
========================= */

.pagination {
  margin-top: 32px;
}

.pagination .nav-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
}

.pagination .page-numbers.current {
  font-weight: 700;
  border-color: #111;
}

.not-found-page {
  padding: 72px 0;
}

.not-found {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.not-found__title {
  margin: 0 0 16px;
  font-size: clamp(2rem, 5vw, 3rem);
}

.not-found__text {
  margin: 0 0 24px;
  color: #555;
  font-size: 1.05rem;
}

/* =========================
   FOOTER EDITORIAL
========================= */

.site-footer--editorial {
  margin-top: 64px;
  padding: 34px 0 22px;
  background: #12365d;
  border-top: 0;
}

.site-footer--editorial .site-footer__top {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 240px;
  gap: 26px;
  align-items: start;
  padding-bottom: 22px;
}

.site-footer--editorial .site-footer__title {
  margin: 0 0 10px;
  font-size: 1.28rem;
  color: #ffffff;
}

.site-footer--editorial .site-footer__text {
  margin: 0;
  color: #c7d3df;
  line-height: 1.7;
}

.site-footer--editorial .site-footer__heading {
  margin: 0 0 14px;
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.site-footer--editorial .site-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.site-footer--editorial .site-footer__menu a {
  color: #d6e0ea;
}

.site-footer--editorial .site-footer__menu a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.site-footer--editorial .site-footer__bottom {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #c0ccda;
  font-size: 0.9rem;
}

.editorial-block__footer {
  margin-top: 18px;
  padding-top: 4px;
}

.editorial-block__more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  background: #12365d;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.editorial-block__more-link:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}
.home-grid__main {
  display: grid;
  gap: 18px;
  align-items: start;
}

.ad-slot--main-below {
  min-height: 120px;
}

.ad-slot--sidebar-top {
  min-height: 110px;
}

.story-list__more {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--color-section);
}

.story-list__more:hover {
  color: #8f2f24;
}
/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1200px) {
  .site-header__branding-grid {
    grid-template-columns: 220px 1fr;
    gap: 20px;
  }

  .site-header--latam .custom-logo,
  .site-header--latam .site-branding img {
    max-height: 76px;
    max-width: 190px;
  }

  .site-header__nav-grid {
    grid-template-columns: 1fr 220px;
  }

  .site-header--latam .main-nav__list {
    gap: 14px;
  }

  .site-header--latam .main-nav__list a {
    font-size: 0.78rem;
  }
}

@media (max-width: 1024px) {
  .home-grid {
    grid-template-columns: 1fr;
  }

  .secondary-grid,
  .archive-editorial-grid,
  .single-editorial-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-grid,
  .section-grid--count-1,
  .section-grid--count-2,
  .section-grid--count-3 {
    grid-template-columns: 1fr;
  }

  .single-editorial-layout {
    grid-template-columns: 1fr;
  }

  .single-editorial-sidebar {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer--editorial .site-footer__top {
    grid-template-columns: 1fr 1fr;
  }

  .hero-editorial__title {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .single-editorial-title {
    font-size: clamp(2.3rem, 6vw, 3.2rem);
  }
}

@media (max-width: 900px) {
  .site-header__branding-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .site-header__top-ad {
    display: none;
  }

  .site-header__nav-grid {
    grid-template-columns: 1fr auto;
    min-height: 58px;
  }

  .site-header--latam .main-nav,
  .site-header--latam .site-header__search--desktop {
    display: none;
  }

  .site-header--latam .menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 96px;
    height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
  }

  .site-header--latam .mobile-panel {
    display: none;
    padding: 14px 0 18px;
    background: #313842;
  }

  .site-header--latam .mobile-panel.is-open {
    display: grid;
    gap: 14px;
  }

  .site-header--latam .mobile-panel .search-form {
    width: 100%;
    justify-content: stretch;
  }

  .site-header--latam .mobile-panel .search-form__input,
  .site-header--latam .mobile-panel .search-form input[type="search"] {
    width: 100%;
  }

  .site-header--latam .mobile-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
  }

  .site-header--latam .mobile-nav__list a {
    display: block;
    padding: 12px 14px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
    font-size: 0.88rem;
  }
}

@media (max-width: 782px) {
  body.admin-bar .site-header--latam {
    top: 46px;
  }

  .single-editorial-body-wrap {
    grid-template-columns: 1fr;
  }

  .single-editorial-share {
    position: static;
  }

  .single-editorial-share__buttons {
    grid-template-columns: repeat(4, 36px);
  }
}

@media (max-width: 640px) {
  .container {
    width: min(var(--container), calc(100% - 24px));
  }

  .secondary-grid,
  .archive-editorial-grid,
  .single-editorial-sidebar,
  .single-editorial-related__grid,
  .site-footer--editorial .site-footer__top {
    grid-template-columns: 1fr;
  }

  .hero-editorial__title {
    font-size: clamp(1.9rem, 8vw, 1.7rem);
  }

  .story-list__title {
    font-size: 1.22rem;
  }

  .news-card__title {
    font-size: 1.34rem;
  }

  .section-title,
  .single-editorial-related__title {
    font-size: 1.62rem;
  }

  .single-post-page--editorial,
  .archive-page--editorial,
  .search-page--editorial,
  .page-template-default--editorial {
    padding-top: 22px;
    padding-bottom: 30px;
  }

  .single-editorial-title {
    font-size: clamp(2rem, 9vw, 2.8rem);
    line-height: 1.02;
  }

  .single-editorial-media img {
    aspect-ratio: 16 / 10.2;
  }

  .single-editorial-article,
  .site-page--editorial .site-page__content {
    font-size: 0.98rem;
    line-height: 1.78;
  }

  .archive-editorial-title,
  .site-page--editorial .site-page__title {
    font-size: clamp(1.9rem, 8vw, 2.5rem);
  }

  .breadcrumbs__list {
    font-size: 0.82rem;
  }
}