@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/open-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}

:root {
  --article-primary: #d31745;
  --article-ink: #171716;
  --article-muted: #626871;
  --article-line: #d5d9dc;
  --article-page: #fff;
  --article-soft: #f1f2f3;
  --article-height: min(714px, calc(100svh - 28px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color: var(--article-ink);
  background: #eceeef;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #eceeef;
  color: var(--article-ink);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

body.is-article-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  display: block;
}

.article-skip {
  position: fixed;
  z-index: 3000;
  top: 8px;
  left: 8px;
  padding: 9px 12px;
  background: #fff;
  color: #111;
  font-weight: 800;
  transform: translateY(-150%);
}

.article-skip:focus {
  transform: none;
}

.article-main {
  min-height: 100svh;
  padding: 14px 0;
}

.article-spread {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(calc(100vw - 20px), 1280px);
  height: var(--article-height);
  margin-inline: auto;
  overflow: hidden;
  background: var(--article-page);
  box-shadow: 0 18px 40px rgba(22, 22, 22, 0.16), 0 2px 8px rgba(22, 22, 22, 0.1);
}

.article-spread::after {
  content: "";
  position: absolute;
  z-index: 20;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 24px;
  pointer-events: none;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(29, 36, 42, 0.09), rgba(29, 36, 42, 0.03), transparent);
}

.article-cover,
.article-reader {
  min-width: 0;
  min-height: 0;
  height: 100%;
  background: var(--article-page);
}

.article-cover {
  display: grid;
  grid-template-rows: 76px 30px minmax(220px, auto) minmax(190px, 1fr) 76px;
  gap: 0;
  padding: 0 24px 16px;
  overflow: hidden;
}

.article-masthead {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 76px;
  gap: 12px;
  align-items: center;
  padding-top: 10px;
}

.article-masthead__menu {
  display: grid;
  gap: 5px;
  align-content: center;
  justify-content: start;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.article-masthead__menu span {
  width: 24px;
  height: 2px;
  background: #111;
}

.article-masthead__brand {
  justify-self: center;
}

.article-masthead__brand img {
  width: min(100%, 330px);
  max-height: 64px;
  object-fit: contain;
}

.article-masthead__badge {
  display: grid;
  justify-items: center;
  text-align: center;
}

.article-masthead__badge strong {
  color: var(--article-primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 1;
}

.article-masthead__badge span {
  margin-top: 4px;
  color: var(--article-muted);
  font-size: 0.56rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.article-edition-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: 30px;
  overflow: hidden;
  background: #090909;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.article-edition-bar > * {
  display: grid;
  place-items: center;
  min-width: 0;
  padding-inline: 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.article-edition-bar > :last-child {
  border-right: 0;
}

.article-edition-bar .is-current,
.article-edition-bar a:hover,
.article-edition-bar a:focus-visible {
  background: var(--article-primary);
}

.article-cover__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 16px;
  min-height: 0;
  padding: 16px 0 14px;
  overflow: hidden;
}

.article-cover__headline {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
}

.article-cover__headline-copy {
  min-width: 0;
}

.article-cover__headline-copy > p {
  margin: 0 0 7px;
  color: var(--article-primary);
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-cover__headline h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.84rem;
  line-height: 0.94;
  letter-spacing: 0;
}

.article-headline-share {
  display: grid;
  gap: 5px;
  align-content: start;
  justify-items: center;
  padding-top: 17px;
}

.article-headline-share__button {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--article-ink);
  cursor: pointer;
}

.article-headline-share__button:hover,
.article-headline-share__button:focus-visible {
  color: var(--article-primary);
  outline: 1px solid currentColor;
  outline-offset: 2px;
}

.article-headline-share__button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.article-headline-share__button--whatsapp svg,
.article-headline-share__button--copy svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.article-cover__headline > span {
  display: block;
  margin-top: 10px;
  color: #596069;
  font-size: 0.64rem;
  font-weight: 800;
}

.article-cover__compact-meta {
  display: none;
}

.article-cover__compact-deck {
  display: none;
}

.article-cover__secondary {
  min-width: 0;
  padding-left: 14px;
  border-left: 1px solid var(--article-line);
}

.article-cover__secondary > a {
  display: block;
  width: 100%;
  aspect-ratio: 1.58 / 1;
  overflow: hidden;
}

.article-cover__secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-cover__secondary h2 {
  margin: 10px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.92rem;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.article-cover__hero {
  display: block;
  min-height: 0;
  overflow: hidden;
  background: #deded8;
}

.article-cover__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.article-panorama {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.article-panorama::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 17, 24, 0.91), rgba(14, 17, 24, 0.66), rgba(211, 23, 69, 0.7));
}

.article-panorama span {
  display: grid;
  place-items: center;
  align-self: stretch;
  padding-inline: 12px;
  background: #f2d81e;
  color: #111;
  font-size: 0.56rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-panorama strong {
  min-width: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  line-height: 1;
}

.article-panorama em {
  padding-right: 14px;
  font-size: 0.52rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.article-panorama--cover {
  height: 86px;
  margin-top: 12px;
  background: transparent;
}

.article-panorama--cover[style] {
  background-color: #111;
  background-image: var(--dss-ad-image);
}

.article-panorama--cover[style]::before {
  display: none;
}

@media (max-width: 719px) {
  .article-panorama--cover[style] {
    background-image: var(--dss-ad-mobile-image, var(--dss-ad-image));
  }
}

.article-reader {
  position: relative;
  border-left: 1px solid #cbd0d4;
  background: #fafbfc;
}

.article-reader__scroll {
  width: 100%;
  min-height: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: var(--article-primary) #edf0f2;
  scrollbar-width: thin;
}

.article-reader__scroll::-webkit-scrollbar {
  width: 7px;
}

.article-reader__scroll::-webkit-scrollbar-track {
  background: #edf0f2;
}

.article-reader__scroll::-webkit-scrollbar-thumb {
  background: var(--article-primary);
}

.article-toolbar {
  position: sticky;
  z-index: 30;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 62px;
  padding: 10px 34px;
  border-bottom: 1px solid var(--article-line);
  background: rgba(250, 251, 252, 0.97);
  backdrop-filter: blur(8px);
}

.article-toolbar > div {
  display: flex;
  gap: 8px;
  align-items: center;
}

.article-icon-button,
.article-action-button {
  display: inline-grid;
  place-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #cfd4d8;
  background: #fff;
  color: #24282d;
  cursor: pointer;
}

.article-icon-button:hover,
.article-icon-button:focus-visible,
.article-action-button:hover,
.article-action-button:focus-visible,
.article-action-button[aria-pressed="true"] {
  border-color: var(--article-primary);
  color: var(--article-primary);
}

.article-toolbar > .article-icon-button:first-child,
.article-compact-actions > .article-icon-button:first-child {
  border-color: transparent;
  background: transparent;
}

.article-toolbar > .article-icon-button:first-child:hover,
.article-toolbar > .article-icon-button:first-child:focus-visible,
.article-compact-actions > .article-icon-button:first-child:hover,
.article-compact-actions > .article-icon-button:first-child:focus-visible {
  border-color: transparent;
}

[data-article-share] {
  border-radius: 50%;
}

[data-article-save] {
  border-color: var(--article-primary);
  border-radius: 5px;
  color: var(--article-primary);
}

[data-article-save][aria-pressed="true"] {
  background: var(--article-primary);
  color: var(--dss-brand-contrast, #fff);
}

.article-icon-button svg,
.article-action-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.article-action-button {
  grid-template-columns: 18px auto;
  gap: 7px;
  padding-inline: 12px;
  font-size: 0.72rem;
  font-weight: 800;
}

.article-content {
  width: min(100%, 590px);
  margin-inline: auto;
  padding: 22px 34px 48px;
}

.article-byline {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.article-byline > a {
  width: 52px;
  height: 52px;
  overflow: hidden;
  border: 1px solid #25282b;
  border-radius: 50%;
}

.article-byline img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-byline h2 {
  display: flex;
  gap: 7px;
  align-items: center;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1;
}

.article-byline h2 span,
.article-related-card__author h3 span {
  display: inline-grid;
  place-items: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--article-primary);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.56rem;
}

.article-byline p {
  margin: 6px 0 0;
  color: var(--article-muted);
  font-size: 0.68rem;
}

.article-sponsored-label {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 6px;
  border: 1px solid currentColor;
  border-radius: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.52rem;
  font-weight: 900;
  line-height: 1;
  vertical-align: middle;
}

.article-sponsored-notice,
.article-correction {
  border-left: 4px solid var(--article-primary);
  background: #f3f4f5;
  color: #30353a;
}

.article-sponsored-notice {
  margin: 0 0 20px;
  padding: 11px 13px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.45;
}

.article-deck {
  margin: 20px 0 18px;
  color: #515861;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  line-height: 1.42;
}

.article-rule {
  height: 1px;
  margin-bottom: 22px;
  background: var(--article-line);
}

.article-copy > p {
  margin: 0;
  color: #2e3237;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  line-height: 1.65;
}

.article-copy .has-drop-cap::first-letter {
  float: left;
  margin: 7px 7px 0 0;
  color: var(--article-primary);
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.72;
}

.article-correction {
  margin-top: 28px;
  padding: 16px 18px;
}

.article-correction > p {
  margin: 0 0 8px;
  color: var(--article-primary);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-correction > div {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
  line-height: 1.5;
}

.article-correction time {
  display: block;
  margin-top: 9px;
  color: var(--article-muted);
  font-size: 0.6rem;
  font-weight: 700;
}

.article-panorama--reader {
  height: 86px;
  min-height: 86px;
  margin: 22px 0 26px;
  background: transparent;
  border-top: 2px solid var(--article-primary);
}

.article-panorama--reader-alt {
  background-image: none;
}

.article-panorama--reader-warm {
  background-image: none;
}

.article-panorama--reader.dss-inline-ad {
  box-sizing: border-box;
  display: block;
  min-height: 86px;
  background-color: #111;
  background-image: var(--dss-ad-image);
  background-position: center;
  background-size: cover;
}

.article-panorama--reader.dss-inline-ad::before {
  display: none;
}

.article-panorama--reader.dss-inline-ad > span {
  position: absolute;
  top: 6px;
  left: 6px;
  display: inline-grid;
  min-height: 0;
  padding: 5px 7px;
}

@media (max-width: 1299.98px) {
  .article-panorama--reader,
  .article-panorama--reader.dss-inline-ad {
    height: 92px;
    min-height: 92px;
  }
}

@media (max-width: 719px) {
  .article-panorama--reader.dss-inline-ad {
    background-image: var(--dss-ad-mobile-image, var(--dss-ad-image));
  }
}

.article-related {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 3px solid #202224;
}

.article-related > h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  line-height: 1;
}

.article-related-card {
  width: 100%;
  margin-bottom: 24px;
  padding: 14px;
  border: 1px solid #c8cdd1;
  background: #fff;
}

.article-related-card__author {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 34px;
  gap: 9px;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--article-line);
}

.article-related-card__author > a {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 1px solid #222;
  border-radius: 50%;
}

.article-related-card__author img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-related-card__author h3 {
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
  line-height: 1;
}

.article-related-card__author p {
  margin: 5px 0 0;
  color: var(--article-muted);
  font-size: 0.52rem;
  font-weight: 700;
}

.article-related-card__author button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.article-related-card__author button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.article-related-card__title {
  margin: 12px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 0.98;
}

.article-related-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1200 / 630;
  padding: 3px;
  overflow: hidden;
  border: 2px solid #222;
}

.article-related-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-related-card > p {
  margin: 10px 0 0;
  color: #555b62;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.78rem;
  line-height: 1.35;
}

.article-related-card footer {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 38px;
  margin-top: 12px;
  padding-top: 8px;
  border-top: 1px solid var(--article-line);
  font-size: 0.58rem;
  font-weight: 800;
}

.article-related-card footer > span b,
.article-related-card footer > button b {
  color: var(--article-primary);
  font-size: 0.82rem;
}

.article-related-card footer > button {
  display: inline-flex;
  gap: 3px;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.article-related-card footer > a {
  justify-self: end;
  font-size: 0.56rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-related-card footer i {
  margin-left: 6px;
  font-size: 0.9rem;
  font-style: normal;
}

.article-load-more {
  display: block;
  width: 100%;
  min-height: 48px;
  margin-top: 4px;
  padding: 10px 18px;
  border: 1px solid #171716;
  border-radius: 4px;
  background: #171716;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.article-editorial-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: center;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--article-line);
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.article-editorial-links a:hover,
.article-editorial-links a:focus-visible {
  color: var(--article-primary);
}

.article-load-more:hover,
.article-load-more:focus-visible {
  background: var(--article-primary);
  border-color: var(--article-primary);
}

.article-menu-backdrop {
  position: fixed;
  z-index: 1990;
  inset: 0;
  visibility: hidden;
  background: rgba(13, 15, 18, 0.45);
  opacity: 0;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.article-menu {
  position: fixed;
  z-index: 2000;
  top: 0;
  bottom: 0;
  left: 0;
  width: min(88vw, 340px);
  padding: 20px;
  background: #fff;
  transform: translateX(-102%);
  transition: transform 220ms ease;
  box-shadow: 12px 0 30px rgba(0, 0, 0, 0.18);
}

.article-page.is-article-menu-open .article-menu-backdrop {
  visibility: visible;
  opacity: 1;
}

.article-page.is-article-menu-open .article-menu {
  transform: none;
}

.article-menu header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px;
  gap: 12px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 2px solid #111;
}

.article-menu header img {
  width: min(100%, 230px);
}

.article-menu header button {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 1.8rem;
  cursor: pointer;
}

.article-menu nav {
  display: grid;
  margin-top: 20px;
}

.article-menu__list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-menu nav a {
  padding: 14px 4px;
  border-bottom: 1px solid var(--article-line);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.article-menu__list .current-menu-item > a,
.article-menu__list .current-menu-ancestor > a {
  color: var(--article-primary);
}

.article-menu .dss-search-form {
  display: grid;
  gap: 6px;
  margin-top: 22px;
}

.article-menu .dss-search-form label {
  color: var(--article-muted);
  font-size: 0.58rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-menu .dss-search-form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 42px;
  border: 1px solid var(--article-line);
  border-radius: 4px;
}

.article-menu .dss-search-form input {
  min-width: 0;
  padding-inline: 10px;
  border: 0;
}

.article-menu .dss-search-form button {
  padding-inline: 13px;
  border: 0;
  border-radius: 0 3px 3px 0;
  background: var(--article-ink);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-toast {
  position: fixed;
  z-index: 2100;
  right: 20px;
  bottom: 20px;
  margin: 0;
  padding: 10px 14px;
  background: #111;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.article-toast.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1299.98px) {
  :root {
    --article-height: auto;
  }

  body {
    overflow-y: auto;
  }

  .article-main {
    padding: 0 0 28px;
  }

  .article-spread {
    display: block;
    width: min(100%, 720px);
    height: auto;
    overflow: visible;
  }

  .article-spread::after {
    display: none;
  }

  .article-cover {
    grid-template-rows: 106px 30px auto auto auto;
    height: auto;
    overflow: visible;
  }

  .article-masthead {
    padding-top: 24px;
    padding-bottom: 14px;
  }

  .article-cover__intro {
    grid-template-columns: 1fr;
    min-height: 190px;
    padding-top: 30px;
  }

  .article-cover__secondary,
  .article-cover__headline > span,
  .article-content > .article-byline,
  .article-content > .article-deck,
  .article-panorama--cover,
  .article-reader > .article-reader__scroll > .article-toolbar {
    display: none;
  }

  .article-cover__compact-meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
    padding-top: 0;
  }

  .article-cover__compact-deck {
    display: block;
    margin: 0;
    padding: 18px 0 20px;
    color: #515861;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.08rem;
    line-height: 1.42;
  }

  .article-compact-actions {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .article-byline--compact {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  .article-cover__hero {
    aspect-ratio: 2.1 / 1;
  }

  .article-reader {
    height: auto;
    border-top: 0;
    border-left: 0;
  }

  .article-reader__scroll {
    height: auto;
    overflow: visible;
  }

  .article-toolbar {
    position: static;
  }
}

@media (max-width: 599.98px) {
  .article-cover {
    grid-template-rows: 100px 30px auto auto auto;
    padding-inline: 16px;
  }

  .article-masthead {
    grid-template-columns: 40px minmax(0, 1fr) 62px;
    gap: 8px;
  }

  .article-masthead__brand img {
    max-height: 56px;
  }

  .article-cover__intro {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .article-cover__compact-meta {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .article-compact-actions .article-action-button {
    grid-template-columns: 1fr;
    width: 40px;
    min-width: 40px;
    padding: 0;
  }

  .article-compact-actions .article-action-button span {
    display: none;
  }

  .article-byline--compact {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 9px;
  }

  .article-byline--compact > a {
    width: 44px;
    height: 44px;
  }

  .article-byline--compact h2 {
    font-size: 0.82rem;
  }

  .article-byline--compact p {
    font-size: 0.58rem;
  }

  .article-cover__headline h1 {
    font-size: 1.72rem;
  }

  .article-cover__headline {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 9px;
  }

  .article-headline-share {
    padding-top: 15px;
  }

  .article-cover__secondary {
    display: none;
  }

  .article-content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .article-toolbar {
    padding-inline: 16px;
  }

  .article-panorama {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .article-panorama em {
    display: none;
  }

  .article-panorama strong {
    padding-right: 10px;
    font-size: 0.88rem;
  }

  .article-related-card__title {
    font-size: 1.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .article-menu,
  .article-menu-backdrop,
  .article-toast {
    transition: none;
  }
}
