/**
 * Editorial blog archive and single article.
 */

body.mej-premium.mej-page-blog .container-wrap,
body.mej-premium.mej-page-article .container-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.mej-premium .mej-blog-archive,
body.mej-premium .mej-article-page {
  background: var(--mej-paper);
  color: var(--mej-ink);
}

body.mej-premium .mej-blog-hero {
  position: relative;
  min-height: 42rem;
  padding-block: clamp(7.5rem, 12vw, 11rem) clamp(6rem, 9vw, 8.5rem);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #eef4f1;
}

body.mej-premium .mej-blog-hero::after {
  content: "MEJ JOURNAL";
  position: absolute;
  right: var(--mej-gutter);
  bottom: 1.5rem;
  color: rgba(11, 39, 49, 0.055);
  font-family: var(--mej-font-display);
  font-size: 9rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.8;
  white-space: nowrap;
  pointer-events: none;
}

body.mej-premium .mej-blog-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.55fr);
  align-items: end;
  gap: clamp(3rem, 9vw, 9rem);
}

body.mej-premium .mej-blog-hero h1 {
  max-width: 58rem;
  margin: 0 !important;
  color: var(--mej-ink-deep) !important;
  font-family: var(--mej-font-display) !important;
  font-size: 6rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

body.mej-premium .mej-blog-hero h1 em,
body.mej-premium .mej-blog-feed h2 em,
body.mej-premium .mej-article-gallery h2 em,
body.mej-premium .mej-article-related h2 em {
  color: var(--mej-blue-dark) !important;
  font-family: var(--mej-font-accent) !important;
  font-style: italic;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

body.mej-premium .mej-blog-hero__copy > p:last-child {
  max-width: 42rem;
  margin: 2rem 0 0 !important;
  color: var(--mej-text-muted);
  font-size: 1.0625rem;
  line-height: 1.85;
}

body.mej-premium .mej-blog-hero__facts {
  margin: 0 0 0.3rem;
  padding: 0;
  border-top: 1px solid var(--mej-line);
  list-style: none;
}

body.mej-premium .mej-blog-hero__facts li {
  min-height: 5.25rem;
  margin: 0;
  padding: 1.2rem 0;
  display: grid;
  grid-template-columns: 5rem 1fr;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid var(--mej-line);
}

body.mej-premium .mej-blog-hero__facts strong {
  color: var(--mej-ink-deep);
  font-family: var(--mej-font-display);
  font-size: 1rem;
  letter-spacing: 0;
}

body.mej-premium .mej-blog-hero__facts span {
  color: var(--mej-text-muted);
  font-size: 0.75rem;
  line-height: 1.5;
}

body.mej-premium .mej-blog-feed {
  padding-block: var(--mej-section-space);
}

body.mej-premium .mej-blog-feed__heading {
  margin-bottom: clamp(3.5rem, 7vw, 6rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.45fr);
  align-items: end;
  gap: clamp(2rem, 8vw, 8rem);
}

body.mej-premium .mej-blog-feed__heading h2,
body.mej-premium .mej-article-gallery__heading h2,
body.mej-premium .mej-article-related__heading h2 {
  max-width: 48rem;
  margin: 0 !important;
  color: var(--mej-ink-deep) !important;
  font-family: var(--mej-font-display) !important;
  font-size: 4.2rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.06 !important;
}

body.mej-premium .mej-blog-feed__heading > p {
  margin: 0 0 0.25rem !important;
  color: var(--mej-text-muted);
  font-size: 0.875rem;
  line-height: 1.8;
}

body.mej-premium .mej-blog-filters {
  margin: calc(clamp(3.5rem, 7vw, 6rem) * -0.45) 0 2rem;
  padding-bottom: 0.75rem;
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

body.mej-premium .mej-blog-filters button {
  min-height: 2.75rem;
  padding: 0.65rem 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid var(--mej-line);
  border-radius: 0.375rem;
  background: transparent;
  color: var(--mej-text-muted);
  font-family: var(--mej-font-body);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
  white-space: nowrap;
  cursor: pointer;
  transition: background var(--mej-duration-fast) ease, border-color var(--mej-duration-fast) ease, color var(--mej-duration-fast) ease;
}

body.mej-premium .mej-blog-filters button > span {
  min-width: 1.45rem;
  height: 1.45rem;
  padding-inline: 0.25rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mej-mist);
  color: var(--mej-blue-dark);
  font-size: 0.625rem;
}

body.mej-premium .mej-blog-filters button:is(:hover, :focus-visible) {
  border-color: rgba(63, 105, 124, 0.4);
  color: var(--mej-ink-deep);
}

body.mej-premium .mej-blog-filters button[aria-pressed="true"] {
  border-color: var(--mej-ink-deep);
  background: var(--mej-ink-deep);
  color: var(--mej-white);
}

body.mej-premium .mej-blog-filters button[aria-pressed="true"] > span {
  background: rgba(255, 255, 255, 0.14);
  color: var(--mej-champagne-light);
}

body.mej-premium [data-mej-blog-card][hidden],
body.mej-premium [data-mej-blog-empty][hidden] {
  display: none !important;
}

body.mej-premium .mej-blog-card {
  min-width: 0;
}

body.mej-premium .mej-blog-card > a {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--mej-line);
  border-radius: 0.5rem;
  overflow: hidden;
  background: var(--mej-white);
  color: inherit !important;
  text-decoration: none !important;
  transition: border-color var(--mej-duration-fast) ease, box-shadow var(--mej-duration-fast) ease, transform var(--mej-duration-fast) var(--mej-ease);
}

body.mej-premium .mej-blog-card > a:hover,
body.mej-premium .mej-blog-card > a:focus-visible {
  border-color: rgba(63, 105, 124, 0.35);
  box-shadow: var(--mej-shadow-soft);
  transform: translateY(-0.3rem);
}

body.mej-premium .mej-blog-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0 !important;
  overflow: hidden;
  background: var(--mej-mist);
}

body.mej-premium .mej-blog-card__media img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
  transition: transform 600ms var(--mej-ease);
}

body.mej-premium .mej-blog-card > a:hover .mej-blog-card__media img,
body.mej-premium .mej-blog-card > a:focus-visible .mej-blog-card__media img {
  transform: scale(1.035);
}

body.mej-premium .mej-blog-card__media > span {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  min-width: 5.5rem;
  min-height: 2.25rem;
  padding: 0.5rem 0.8rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(11, 39, 49, 0.9);
  color: var(--mej-white);
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
}

body.mej-premium .mej-blog-card__media--empty::before {
  content: "MEJ";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(15, 48, 59, 0.12);
  font-family: var(--mej-font-display);
  font-size: 4rem;
  font-weight: 800;
}

body.mej-premium .mej-blog-card__body {
  padding: clamp(1.5rem, 3vw, 2.2rem);
  display: flex;
  flex-direction: column;
}

body.mej-premium .mej-blog-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--mej-text-muted);
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

body.mej-premium .mej-blog-card__meta span {
  color: var(--mej-blue-dark);
}

body.mej-premium .mej-blog-card h3 {
  margin: 1.2rem 0 0.9rem !important;
  color: var(--mej-ink-deep) !important;
  font-family: var(--mej-font-display) !important;
  font-size: 1.55rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.32 !important;
}

body.mej-premium .mej-blog-card__body > p {
  margin: 0 0 1.7rem !important;
  color: var(--mej-text-muted);
  font-size: 0.8125rem;
  line-height: 1.75;
}

body.mej-premium .mej-blog-card__body > strong {
  margin-top: auto;
  color: var(--mej-ink-deep);
  font-size: 0.75rem;
}

body.mej-premium .mej-blog-card__body > strong span {
  margin-left: 0.35rem;
  color: var(--mej-blue-dark);
}

body.mej-premium .mej-blog-card--featured {
  margin-bottom: 1.25rem;
}

body.mej-premium .mej-blog-card--featured > a {
  min-height: 34rem;
  grid-template-columns: minmax(0, 1.15fr) minmax(24rem, 0.85fr);
  grid-template-rows: 1fr;
}

body.mej-premium .mej-blog-card--featured .mej-blog-card__media {
  height: 100%;
  min-height: 34rem;
  aspect-ratio: auto;
}

body.mej-premium .mej-blog-card--featured .mej-blog-card__body {
  padding: clamp(2.5rem, 5vw, 4.75rem);
  justify-content: center;
}

body.mej-premium .mej-blog-card--featured h3 {
  font-size: 3rem !important;
  line-height: 1.1 !important;
}

body.mej-premium .mej-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

body.mej-premium .mej-blog-empty {
  padding: 4rem 0;
  border-top: 1px solid var(--mej-line);
  border-bottom: 1px solid var(--mej-line);
}

/* Single article */

body.mej-premium .mej-article-main {
  width: 100%;
}

body.mej-premium .mej-article-hero {
  padding-block: clamp(7.5rem, 11vw, 10rem) clamp(5rem, 8vw, 7rem);
  background: #eef4f1;
}

body.mej-premium .mej-article-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(28rem, 0.82fr);
  align-items: center;
  gap: clamp(3.5rem, 8vw, 8rem);
}

body.mej-premium .mej-article-hero h1 {
  max-width: 60rem;
  margin: 0 !important;
  color: var(--mej-ink-deep) !important;
  font-family: var(--mej-font-display) !important;
  font-size: 4.8rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.04 !important;
  overflow-wrap: anywhere;
}

body.mej-premium .mej-article-hero__meta {
  margin-top: 2.25rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  color: var(--mej-text-muted);
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
}

body.mej-premium .mej-article-hero__meta > span[aria-hidden="true"] {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: var(--mej-mint);
}

body.mej-premium .mej-article-hero__media {
  aspect-ratio: 4 / 5;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 12rem 12rem 0.75rem 0.75rem;
  background: var(--mej-mist);
  box-shadow: var(--mej-shadow);
}

body.mej-premium .mej-article-hero__media > a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

body.mej-premium .mej-article-hero__media img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
}

body.mej-premium .mej-article-content-section {
  padding-block: clamp(6rem, 10vw, 10rem);
}

body.mej-premium .mej-article-content-section__grid {
  display: grid;
  grid-template-columns: minmax(10rem, 0.25fr) minmax(0, 48rem) minmax(0, 0.15fr);
  gap: clamp(2.5rem, 6vw, 6rem);
}

body.mej-premium .mej-article-rail {
  position: sticky;
  top: 7rem;
  align-self: start;
  padding-top: 1.25rem;
  border-top: 1px solid var(--mej-line);
}

body.mej-premium .mej-article-rail > span,
body.mej-premium .mej-article-rail > strong {
  display: block;
}

body.mej-premium .mej-article-rail > span {
  color: var(--mej-text-muted);
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
}

body.mej-premium .mej-article-rail > strong {
  margin-top: 0.55rem;
  color: var(--mej-ink-deep);
  font-family: var(--mej-font-display);
  font-size: 0.875rem;
  line-height: 1.5;
}

body.mej-premium .mej-article-rail > a {
  margin-top: 2rem;
  display: inline-block;
  color: var(--mej-blue-dark) !important;
  font-size: 0.75rem;
  font-weight: 800;
  text-decoration: none !important;
}

body.mej-premium .mej-article-prose {
  grid-column: 2;
  min-width: 0;
  color: #324f59;
  font-size: 1.125rem;
  line-height: 1.9;
}

body.mej-premium .mej-article-prose > :first-child {
  margin-top: 0 !important;
  color: var(--mej-ink-deep);
  font-size: 1.3rem;
  line-height: 1.75;
}

body.mej-premium .mej-article-prose p {
  margin: 0 0 1.65rem !important;
}

body.mej-premium .mej-article-prose :is(h2, h3, h4) {
  margin: 3.5rem 0 1.2rem !important;
  color: var(--mej-ink-deep) !important;
  font-family: var(--mej-font-display) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
}

body.mej-premium .mej-article-prose h2 {
  font-size: 2.5rem !important;
}

body.mej-premium .mej-article-prose h3 {
  font-size: 1.9rem !important;
}

body.mej-premium .mej-article-prose :is(ul, ol) {
  margin: 1.5rem 0 2rem;
  padding-left: 1.35rem;
}

body.mej-premium .mej-article-prose li {
  margin-bottom: 0.7rem;
  padding-left: 0.35rem;
}

body.mej-premium .mej-article-prose blockquote {
  margin: 3rem 0 !important;
  padding: 0 0 0 2rem;
  border-left: 3px solid var(--mej-mint);
  color: var(--mej-ink-deep);
  font-family: var(--mej-font-accent);
  font-size: 1.9rem;
  font-style: italic;
  line-height: 1.5;
}

body.mej-premium .mej-article-prose a {
  color: var(--mej-blue-dark) !important;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

body.mej-premium .mej-article-prose table {
  width: 100%;
  margin: 2.5rem 0 3rem;
  border-collapse: collapse;
  color: var(--mej-ink-deep);
  font-size: 0.9375rem;
  line-height: 1.6;
}

body.mej-premium .mej-article-prose th,
body.mej-premium .mej-article-prose td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--mej-line);
  text-align: left;
  vertical-align: top;
}

body.mej-premium .mej-article-prose th {
  border-top: 2px solid var(--mej-ink-deep);
  font-family: var(--mej-font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.mej-premium .mej-article-prose tbody tr:last-child td {
  border-bottom-color: var(--mej-ink-deep);
}

body.mej-premium .mej-article-gallery {
  margin-top: clamp(4rem, 8vw, 7rem);
  padding-top: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid var(--mej-line);
}

body.mej-premium .mej-article-gallery__heading > span {
  color: var(--mej-blue-dark);
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
}

body.mej-premium .mej-article-gallery__heading h2 {
  margin-top: 0.8rem !important;
  font-size: 3.2rem !important;
}

body.mej-premium .mej-article-gallery__grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

body.mej-premium .mej-article-gallery__item {
  position: relative;
  display: block;
  border-radius: 0.4rem;
}

body.mej-premium .mej-article-gallery__grid figure {
  aspect-ratio: 4 / 3;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 0.4rem;
  background: var(--mej-mist);
}

body.mej-premium .mej-article-gallery__grid .mej-article-gallery__wide {
  grid-column: 1 / -1;
}

body.mej-premium .mej-article-gallery__grid .mej-article-gallery__wide figure {
  aspect-ratio: 16 / 9;
}

body.mej-premium .mej-article-gallery__grid img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
}

body.mej-premium .mej-article-hero__media > a::after,
body.mej-premium .mej-article-gallery__item::after {
  content: "↗";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(11, 39, 49, 0.88);
  color: var(--mej-white);
  font-size: 1rem;
  line-height: 1;
  pointer-events: none;
}

body.mej-premium :is(.mej-article-hero__media > a, .mej-article-gallery__item):focus-visible {
  outline: 3px solid var(--mej-blue-dark);
  outline-offset: 4px;
}

body.mej-premium .mej-blog-lightbox {
  width: min(92vw, 78rem);
  max-width: none;
  max-height: 92vh;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  color: var(--mej-white);
}

body.mej-premium .mej-blog-lightbox:not([open]) {
  display: none;
}

body.mej-premium .mej-blog-lightbox::backdrop {
  background: rgba(5, 20, 26, 0.88);
  backdrop-filter: blur(12px);
}

body.mej-premium .mej-blog-lightbox__inner {
  position: relative;
  padding: clamp(0.75rem, 2vw, 1.5rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.5rem;
  background: var(--mej-ink-deep);
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.42);
}

body.mej-premium .mej-blog-lightbox figure {
  margin: 0 !important;
}

body.mej-premium .mej-blog-lightbox figure > img {
  width: 100% !important;
  height: min(76vh, 49rem) !important;
  margin: 0 !important;
  display: block;
  border-radius: 0.35rem;
  background: #071e27;
  object-fit: contain;
}

body.mej-premium .mej-blog-lightbox figcaption {
  min-height: 2.5rem;
  padding: 1rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 700;
}

body.mej-premium .mej-blog-lightbox__close,
body.mej-premium .mej-blog-lightbox__nav button {
  width: 3rem;
  height: 3rem;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(11, 39, 49, 0.9);
  color: var(--mej-white);
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
}

body.mej-premium .mej-blog-lightbox__close {
  position: absolute;
  z-index: 2;
  top: 1.5rem;
  right: 1.5rem;
}

body.mej-premium .mej-blog-lightbox__toolbar {
  min-height: 3rem;
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

body.mej-premium .mej-blog-lightbox__toolbar > span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.6875rem;
  font-weight: 800;
}

body.mej-premium .mej-blog-lightbox__nav {
  display: flex;
  gap: 0.5rem;
}

body.mej-premium .mej-blog-lightbox__nav button {
  width: 2.75rem;
  height: 2.75rem;
}

body.mej-premium .mej-blog-lightbox :is(button):focus-visible {
  outline: 3px solid var(--mej-mint);
  outline-offset: 3px;
}

body.mej-premium .mej-blog-lightbox__nav button:disabled {
  opacity: 0.3;
  cursor: default;
}

body.mej-premium .mej-article-related {
  padding-block: var(--mej-section-space);
  background: var(--mej-ink-deep);
}

body.mej-premium .mej-article-related__heading {
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

body.mej-premium .mej-article-related__heading h2,
body.mej-premium .mej-article-related__heading h2 em {
  color: var(--mej-white) !important;
}

body.mej-premium .mej-article-related__heading h2 em {
  color: #cbe4de !important;
}

body.mej-premium .mej-article-related .mej-blog-card > a {
  border-color: rgba(255, 255, 255, 0.12);
}

@media (max-width: 62.5rem) {
  body.mej-premium .mej-blog-hero__inner,
  body.mej-premium .mej-blog-feed__heading,
  body.mej-premium .mej-article-hero__grid {
    grid-template-columns: 1fr;
  }

  body.mej-premium .mej-blog-hero__facts {
    max-width: 38rem;
  }

  body.mej-premium .mej-blog-hero h1 {
    font-size: 4.5rem !important;
  }

  body.mej-premium .mej-blog-feed__heading h2,
  body.mej-premium .mej-article-related__heading h2 {
    font-size: 3.5rem !important;
  }

  body.mej-premium .mej-blog-card--featured > a {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  body.mej-premium .mej-blog-card--featured .mej-blog-card__media {
    min-height: 26rem;
    aspect-ratio: 16 / 10;
  }

  body.mej-premium .mej-blog-card--featured h3 {
    font-size: 2.5rem !important;
  }

  body.mej-premium .mej-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.mej-premium .mej-article-hero__media {
    width: min(100%, 42rem);
    aspect-ratio: 16 / 11;
    border-radius: 10rem 10rem 0.75rem 0.75rem;
  }

  body.mej-premium .mej-article-hero h1 {
    font-size: 4rem !important;
  }

  body.mej-premium .mej-article-content-section__grid {
    grid-template-columns: minmax(9rem, 0.28fr) minmax(0, 1fr);
  }
}

@media (max-width: 43.125rem) {
  body.mej-premium .mej-blog-hero {
    min-height: auto;
    padding-block: 7rem 5.5rem;
  }

  body.mej-premium .mej-blog-hero::after {
    display: none;
  }

  body.mej-premium .mej-blog-hero h1 {
    font-size: 3.2rem !important;
  }

  body.mej-premium .mej-blog-hero__facts li {
    grid-template-columns: 4.5rem 1fr;
  }

  body.mej-premium .mej-blog-feed__heading {
    margin-bottom: 3.25rem;
  }

  body.mej-premium .mej-blog-card--featured > a,
  body.mej-premium .mej-blog-card > a {
    min-height: 0;
  }

  body.mej-premium .mej-blog-card--featured .mej-blog-card__media,
  body.mej-premium .mej-blog-card__media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  body.mej-premium .mej-blog-grid {
    grid-template-columns: 1fr;
  }

  body.mej-premium .mej-blog-card > a:hover,
  body.mej-premium .mej-blog-card > a:focus-visible {
    transform: none;
  }

  body.mej-premium .mej-blog-card__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  body.mej-premium .mej-article-hero {
    padding-block: 7rem 4.5rem;
  }

  body.mej-premium .mej-article-hero h1 {
    font-size: 2.8rem !important;
  }

  body.mej-premium .mej-article-hero__media {
    aspect-ratio: 4 / 3;
    border-radius: 7rem 7rem 0.5rem 0.5rem;
  }

  body.mej-premium .mej-article-content-section {
    padding-block: 5.5rem;
  }

  body.mej-premium .mej-article-content-section__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  body.mej-premium .mej-article-rail {
    position: static;
  }

  body.mej-premium .mej-article-prose {
    grid-column: 1;
    font-size: 1rem;
  }

  body.mej-premium .mej-article-prose > :first-child {
    font-size: 1.15rem;
  }

  body.mej-premium .mej-article-prose h2 {
    font-size: 2rem !important;
  }

  body.mej-premium .mej-article-prose h3 {
    font-size: 1.65rem !important;
  }

  body.mej-premium .mej-article-prose table {
    display: block;
    overflow-x: auto;
    font-size: 0.875rem;
  }

  body.mej-premium .mej-article-prose th,
  body.mej-premium .mej-article-prose td {
    min-width: 10rem;
  }

  body.mej-premium .mej-article-gallery__heading h2 {
    font-size: 2.45rem !important;
  }

  body.mej-premium .mej-article-gallery__grid {
    grid-template-columns: 1fr;
  }

  body.mej-premium .mej-article-gallery__grid .mej-article-gallery__wide {
    grid-column: 1;
  }

  body.mej-premium .mej-article-gallery__grid .mej-article-gallery__wide figure {
    aspect-ratio: 4 / 3;
  }

  body.mej-premium .mej-blog-lightbox {
    width: 96vw;
    max-height: 96vh;
  }

  body.mej-premium .mej-blog-lightbox figure > img {
    height: 72vh !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mej-premium .mej-blog-card > a,
  body.mej-premium .mej-blog-card__media img {
    transition: none;
  }
}
