.mgn-editorial-preview {
  --mgn-editorial-blue: #0b67d9;
  --mgn-editorial-navy: #10223f;
  --mgn-editorial-soft: #edf5ff;
  background:
    radial-gradient(circle at 8% 16%, rgba(8, 104, 223, 0.05), transparent 24%),
    #f3f6fb;
}

.mgn-editorial-preview center.header-info,
.mgn-editorial-preview .send_error_btn {
  display: none !important;
}

.mgn-editorial-preview #main {
  padding-top: 34px;
  padding-bottom: 80px;
}

.mgn-editorial-preview #main > .row,
.mgn-editorial-preview #main > .row > [class*="col-"] {
  margin: 0;
  padding: 0;
}

/* Archive hero */

.mgn-editorial-preview .mgn-editorial-page-header {
  margin: 0 0 38px;
}

.mgn-editorial-preview .mgn-editorial-archive-hero {
  position: relative;
  display: grid;
  min-height: 330px;
  grid-template-columns: minmax(0, 1fr) 220px;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  padding: 54px 58px;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 210, 31, 0.28), transparent 28%),
    linear-gradient(135deg, #064da9 0%, #0872e7 72%, #1688eb 100%);
  box-shadow: 0 24px 60px rgba(23, 78, 151, 0.2);
}

.mgn-editorial-preview .mgn-editorial-archive-hero::before,
.mgn-editorial-preview .mgn-editorial-archive-hero::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
}

.mgn-editorial-preview .mgn-editorial-archive-hero::before {
  top: -150px;
  right: -70px;
  width: 370px;
  height: 370px;
}

.mgn-editorial-preview .mgn-editorial-archive-hero::after {
  right: 85px;
  bottom: -155px;
  width: 290px;
  height: 290px;
}

.mgn-editorial-preview .mgn-editorial-hero-copy,
.mgn-editorial-preview .mgn-editorial-hero-mark {
  position: relative;
  z-index: 1;
}

.mgn-editorial-preview .mgn-editorial-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: inherit;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mgn-editorial-preview .mgn-editorial-kicker .mgn-icon {
  width: 24px;
  height: 24px;
  --mgn-icon-primary: currentColor;
  --mgn-icon-accent: var(--mgn-yellow);
}

.mgn-editorial-preview .mgn-editorial-archive-hero h1 {
  max-width: 760px;
  margin: 18px 0 14px;
  color: #fff;
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.mgn-editorial-preview .mgn-editorial-archive-hero p {
  max-width: 710px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.65;
}

.mgn-editorial-preview .mgn-editorial-switcher {
  display: inline-flex;
  gap: 6px;
  margin-top: 27px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.mgn-editorial-preview .mgn-editorial-switcher a {
  min-width: 106px;
  padding: 11px 18px;
  border-radius: 10px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.mgn-editorial-preview .mgn-editorial-switcher a.is-current {
  color: var(--mgn-editorial-navy) !important;
  background: var(--mgn-yellow);
}

.mgn-editorial-preview .mgn-editorial-hero-mark {
  display: grid;
  width: 176px;
  height: 176px;
  place-items: center;
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: rotate(5deg);
}

.mgn-editorial-preview .mgn-editorial-hero-mark .mgn-icon {
  width: 92px;
  height: 92px;
  --mgn-icon-primary: #fff;
  --mgn-icon-accent: var(--mgn-yellow);
  stroke-width: 1.35;
}

.mgn-editorial-preview .mgn-editorial-list-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 22px;
}

.mgn-editorial-preview .mgn-editorial-list-head span {
  display: block;
  margin-bottom: 4px;
  color: var(--mgn-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mgn-editorial-preview .mgn-editorial-list-head h2 {
  margin: 0;
  color: var(--mgn-editorial-navy);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.mgn-editorial-preview .mgn-editorial-list-head > p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 4px;
  padding: 9px 13px;
  border: 1px solid #cdebdc;
  border-radius: 999px;
  color: var(--mgn-green);
  background: #f2fbf6;
  font-size: 12px;
  font-weight: 800;
}

.mgn-editorial-preview .mgn-editorial-list-head > p .mgn-icon {
  width: 17px;
  height: 17px;
}

/* Archive cards */

.mgn-editorial-preview .mgn-editorial-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0 !important;
}

.mgn-editorial-preview .mgn-editorial-card {
  min-width: 0;
  padding: 0 !important;
}

.mgn-editorial-preview .mgn-editorial-card-shell {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--mgn-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(27, 72, 126, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.mgn-editorial-preview .mgn-editorial-card-shell:hover {
  border-color: #bdd8f8;
  box-shadow: 0 22px 52px rgba(27, 72, 126, 0.13);
  transform: translateY(-4px);
}

.mgn-editorial-preview .mgn-editorial-card-media {
  display: grid;
  min-height: 220px;
  overflow: hidden;
  place-items: center;
  background:
    radial-gradient(circle at 80% 15%, rgba(255, 210, 31, 0.22), transparent 22%),
    #eaf3ff;
}

.mgn-editorial-preview .mgn-editorial-card-media > .mgn-icon {
  width: 74px;
  height: 74px;
}

.mgn-editorial-preview .mgn-editorial-card-image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.mgn-editorial-preview .mgn-editorial-card-shell:hover .mgn-editorial-card-image {
  transform: scale(1.035);
}

.mgn-editorial-preview .mgn-editorial-card-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.mgn-editorial-preview .mgn-editorial-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--mgn-muted);
  font-size: 11px;
  font-weight: 750;
}

.mgn-editorial-preview .mgn-editorial-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.mgn-editorial-preview .mgn-editorial-card-meta span:first-child {
  color: var(--mgn-blue);
  text-transform: uppercase;
}

.mgn-editorial-preview .mgn-editorial-card-meta .mgn-icon {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
}

.mgn-editorial-preview .mgn-editorial-card-copy h2 {
  margin: 0 0 13px;
  font-size: 21px;
  font-weight: 860;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.mgn-editorial-preview .mgn-editorial-card-copy h2 a {
  color: var(--mgn-editorial-navy);
}

.mgn-editorial-preview .mgn-editorial-card-copy > p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 22px;
  color: #536783;
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.mgn-editorial-preview .mgn-editorial-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid #e8eef6;
}

.mgn-editorial-preview .mgn-editorial-read,
.mgn-editorial-preview .mgn-editorial-card-foot > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 820;
}

.mgn-editorial-preview .mgn-editorial-read .mgn-icon,
.mgn-editorial-preview .mgn-editorial-card-foot > span .mgn-icon {
  width: 17px;
  height: 17px;
  flex-basis: 17px;
}

.mgn-editorial-preview .mgn-editorial-card-foot > span {
  color: var(--mgn-muted);
}

.mgn-editorial-preview .mgn-editorial-featured {
  grid-column: span 2;
}

.mgn-editorial-preview .mgn-editorial-featured .mgn-editorial-card-shell {
  display: grid;
  grid-template-columns: minmax(270px, 0.9fr) minmax(0, 1.1fr);
}

.mgn-editorial-preview .mgn-editorial-featured .mgn-editorial-card-media {
  min-height: 100%;
}

.mgn-editorial-preview .mgn-editorial-featured .mgn-editorial-card-image {
  aspect-ratio: auto;
}

.mgn-editorial-preview .mgn-editorial-featured .mgn-editorial-card-copy {
  padding: 32px;
}

.mgn-editorial-preview .mgn-editorial-featured .mgn-editorial-card-copy h2 {
  font-size: 29px;
  line-height: 1.18;
}

.mgn-editorial-preview .mgn-editorial-author {
  margin: 44px 0 0 !important;
}

/* Detail hero */

.mgn-editorial-preview .mgn-editorial-detail {
  width: 100%;
}

.mgn-editorial-preview .mgn-editorial-entry-header {
  margin: 0 0 32px;
}

.mgn-editorial-preview .mgn-editorial-detail-hero {
  overflow: hidden;
  padding: 28px;
  border: 1px solid #cfe0f4;
  border-radius: 32px;
  background:
    radial-gradient(circle at 4% 10%, rgba(8, 104, 223, 0.09), transparent 28%),
    #fff;
  box-shadow: 0 20px 54px rgba(31, 76, 132, 0.1);
}

.mgn-editorial-preview .mgn-editorial-breadcrumbs {
  margin: 0 0 24px;
}

.mgn-editorial-preview .mgn-editorial-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: stretch;
  gap: 34px;
}

.mgn-editorial-preview .mgn-editorial-detail-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 24px 10px 24px 18px;
}

.mgn-editorial-preview .mgn-editorial-detail-copy .mgn-editorial-kicker {
  align-self: flex-start;
  padding: 8px 11px;
  border-radius: 10px;
  color: var(--mgn-blue-dark);
  background: var(--mgn-blue-soft);
  letter-spacing: 0.09em;
}

.mgn-editorial-preview .mgn-editorial-detail-copy h1 {
  margin: 0 0 26px;
  color: var(--mgn-editorial-navy);
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.mgn-editorial-preview .mgn-editorial-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.mgn-editorial-preview .mgn-editorial-detail-meta > * {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  margin: 0 !important;
  padding: 7px 10px;
  border: 1px solid #dce8f6;
  border-radius: 10px;
  color: #526781;
  background: #f8fbff;
  font-size: 11px;
  font-weight: 750;
}

.mgn-editorial-preview .mgn-editorial-detail-meta .mgn-icon {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
  color: var(--mgn-blue);
}

.mgn-editorial-preview .mgn-editorial-detail-media {
  position: relative;
  display: grid;
  min-height: 390px;
  overflow: hidden;
  place-items: center;
  border-radius: 24px;
  background: var(--mgn-blue-soft);
}

.mgn-editorial-preview .mgn-editorial-detail-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 26%;
  background: linear-gradient(transparent, rgba(9, 39, 78, 0.16));
  content: "";
  pointer-events: none;
}

.mgn-editorial-preview .mgn-editorial-detail-media .post-thumbnail,
.mgn-editorial-preview .mgn-editorial-detail-media img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.mgn-editorial-preview .mgn-editorial-detail-media > .mgn-icon {
  width: 100px;
  height: 100px;
}

/* Reading layout and typography */

.mgn-editorial-preview .mgn-editorial-reading-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
}

.mgn-editorial-preview .mgn-editorial-toc {
  position: sticky;
  top: 24px;
  padding: 22px;
  border: 1px solid #d7e5f5;
  border-radius: 22px;
  background: linear-gradient(145deg, #f8fbff, #edf5ff);
}

.mgn-editorial-preview .mgn-editorial-toc > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--mgn-blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mgn-editorial-preview .mgn-editorial-toc > span .mgn-icon {
  width: 20px;
  height: 20px;
}

.mgn-editorial-preview .mgn-editorial-toc h2 {
  margin: 13px 0 16px;
  color: var(--mgn-editorial-navy);
  font-size: 19px;
  font-weight: 880;
}

.mgn-editorial-preview .mgn-editorial-toc nav {
  display: grid;
  gap: 4px;
}

.mgn-editorial-preview .mgn-editorial-toc nav:empty::before {
  color: var(--mgn-muted);
  content: "Краткий материал без отдельных разделов";
  font-size: 12px;
  line-height: 1.5;
}

.mgn-editorial-preview .mgn-editorial-toc nav a {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  align-items: start;
  gap: 7px;
  padding: 8px;
  border-radius: 9px;
  color: #315779;
  font-size: 12px;
  font-weight: 680;
  line-height: 1.4;
}

.mgn-editorial-preview .mgn-editorial-toc nav a:hover {
  color: var(--mgn-blue-dark);
  background: #fff;
}

.mgn-editorial-preview .mgn-editorial-toc nav .mgn-icon {
  width: 15px;
  height: 15px;
  margin-top: 1px;
}

.mgn-editorial-preview .mgn-editorial-toc-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #d5e3f2;
  font-size: 12px;
  font-weight: 820;
}

.mgn-editorial-preview .mgn-editorial-toc-all .mgn-icon {
  width: 16px;
  height: 16px;
}

.mgn-editorial-preview .mgn-editorial-prose {
  min-width: 0;
  margin: 0 !important;
  padding: 38px !important;
  border: 1px solid var(--mgn-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(27, 72, 126, 0.07);
}

.mgn-editorial-preview .mgn-editorial-prose,
.mgn-editorial-preview .mgn-editorial-prose p,
.mgn-editorial-preview .mgn-editorial-prose li {
  color: #283952;
  font-size: 17px;
  line-height: 1.78;
}

.mgn-editorial-preview .mgn-editorial-prose p {
  margin: 0 0 20px;
}

.mgn-editorial-preview .mgn-editorial-prose .mgn-editorial-lead {
  margin: 0 0 30px;
  padding: 20px 22px;
  border-left: 4px solid var(--mgn-yellow);
  border-radius: 0 16px 16px 0;
  color: #294562;
  background: #f5f9ff;
  font-size: 18px;
  font-weight: 560;
  line-height: 1.7;
}

.mgn-editorial-preview .mgn-editorial-prose h2,
.mgn-editorial-preview .mgn-editorial-prose h3 {
  color: var(--mgn-editorial-navy);
  font-weight: 890;
  letter-spacing: -0.03em;
  scroll-margin-top: 24px;
}

.mgn-editorial-preview .mgn-editorial-prose h2 {
  margin: 42px 0 17px;
  font-size: 31px;
  line-height: 1.2;
}

.mgn-editorial-preview .mgn-editorial-prose h3 {
  margin: 31px 0 14px;
  font-size: 23px;
}

.mgn-editorial-preview .mgn-editorial-prose ul,
.mgn-editorial-preview .mgn-editorial-prose ol {
  display: grid;
  gap: 9px;
  margin: 4px 0 25px;
  padding: 20px 24px 20px 48px;
  border: 1px solid #deebf8;
  border-radius: 18px;
  background: #f8fbff;
}

.mgn-editorial-preview .mgn-editorial-prose li::marker {
  color: var(--mgn-blue);
  font-weight: 850;
}

.mgn-editorial-preview .mgn-editorial-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.mgn-editorial-preview .mgn-editorial-empty-heading {
  display: none !important;
}

.mgn-editorial-preview .mgn-editorial-week-heading {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 34px 0 18px !important;
  font-size: 29px !important;
}

.mgn-editorial-preview .mgn-editorial-week-heading > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--mgn-blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mgn-editorial-preview .mgn-editorial-week-heading .mgn-icon {
  width: 20px;
  height: 20px;
}

.mgn-editorial-preview #best-of-week-carousel.mgn-editorial-week {
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 34px;
}

.mgn-editorial-preview .mgn-editorial-week .slick-list {
  height: auto !important;
  padding: 3px 0 12px;
}

.mgn-editorial-preview .mgn-editorial-week .mgn-v2-week-card {
  min-height: 420px;
}

.mgn-editorial-preview .mgn-editorial-note {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  margin: 32px 0 20px;
  padding: 20px 22px;
  border: 1px solid #bcd9fa;
  border-radius: 18px;
  background: #eaf4ff;
}

.mgn-editorial-preview .mgn-editorial-note > .mgn-icon {
  width: 32px;
  height: 32px;
  color: var(--mgn-blue);
}

.mgn-editorial-preview .mgn-editorial-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--mgn-editorial-navy);
  font-size: 15px;
}

.mgn-editorial-preview .mgn-editorial-note p {
  margin: 0;
  color: #47617f;
  font-size: 13px;
  line-height: 1.6;
}

/* Comments */

.mgn-editorial-preview .mgn-editorial-comments {
  margin-top: 40px;
  padding: 30px;
  border: 1px solid var(--mgn-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(27, 72, 126, 0.07);
}

.mgn-editorial-preview .mgn-editorial-comments #comments-title,
.mgn-editorial-preview .mgn-editorial-comments .comment-reply-title {
  margin: 0 0 8px;
  color: var(--mgn-editorial-navy);
  font-size: 26px;
  font-weight: 890;
  letter-spacing: -0.03em;
}

.mgn-editorial-preview .mgn-comments-intro {
  margin: 0 0 20px;
  color: var(--mgn-muted);
  font-size: 14px;
}

.mgn-editorial-preview .mgn-editorial-comments label {
  margin-bottom: 6px;
  color: var(--mgn-editorial-navy);
  font-size: 12px;
  font-weight: 800;
}

.mgn-editorial-preview .mgn-editorial-comments input[type="text"],
.mgn-editorial-preview .mgn-editorial-comments input[type="email"],
.mgn-editorial-preview .mgn-editorial-comments textarea {
  width: 100%;
  border: 1px solid #d6e2ef;
  border-radius: 12px;
  background: #f8fbff;
  box-shadow: none;
}

.mgn-editorial-preview .mgn-editorial-comments textarea {
  min-height: 140px;
}

.mgn-editorial-preview .mgn-editorial-comments input[type="submit"] {
  min-height: 46px;
  padding: 0 24px;
  border: 0;
  border-radius: 13px;
  color: var(--mgn-editorial-navy);
  background: var(--mgn-yellow);
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 9px 22px rgba(239, 185, 0, 0.22);
}

@media (max-width: 1040px) {
  .mgn-editorial-preview .mgn-editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mgn-editorial-preview .mgn-editorial-featured {
    grid-column: span 2;
  }

  .mgn-editorial-preview .mgn-editorial-detail-grid {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .mgn-editorial-preview .mgn-editorial-reading-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 20px;
  }
}

@media (max-width: 820px) {
  .mgn-editorial-preview .mgn-editorial-archive-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 40px;
  }

  .mgn-editorial-preview .mgn-editorial-hero-mark {
    position: absolute;
    right: 30px;
    bottom: 25px;
    width: 110px;
    height: 110px;
    opacity: 0.25;
  }

  .mgn-editorial-preview .mgn-editorial-hero-mark .mgn-icon {
    width: 62px;
    height: 62px;
  }

  .mgn-editorial-preview .mgn-editorial-detail-grid {
    grid-template-columns: 1fr;
  }

  .mgn-editorial-preview .mgn-editorial-detail-copy {
    padding: 12px;
  }

  .mgn-editorial-preview .mgn-editorial-detail-media {
    min-height: 330px;
  }

  .mgn-editorial-preview .mgn-editorial-reading-layout {
    grid-template-columns: 1fr;
  }

  .mgn-editorial-preview .mgn-editorial-toc {
    position: static;
  }

  .mgn-editorial-preview .mgn-editorial-toc nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .mgn-editorial-preview #main {
    padding-top: 20px;
    padding-bottom: 55px;
  }

  .mgn-editorial-preview .mgn-editorial-archive-hero {
    padding: 30px 24px;
    border-radius: 24px;
  }

  .mgn-editorial-preview .mgn-editorial-archive-hero h1 {
    font-size: 42px;
  }

  .mgn-editorial-preview .mgn-editorial-archive-hero p {
    font-size: 15px;
  }

  .mgn-editorial-preview .mgn-editorial-switcher {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .mgn-editorial-preview .mgn-editorial-list-head {
    align-items: start;
    flex-direction: column;
  }

  .mgn-editorial-preview .mgn-editorial-list-head h2 {
    font-size: 29px;
  }

  .mgn-editorial-preview .mgn-editorial-grid {
    grid-template-columns: 1fr;
  }

  .mgn-editorial-preview .mgn-editorial-featured {
    grid-column: span 1;
  }

  .mgn-editorial-preview .mgn-editorial-featured .mgn-editorial-card-shell {
    display: flex;
  }

  .mgn-editorial-preview .mgn-editorial-featured .mgn-editorial-card-media {
    min-height: 220px;
  }

  .mgn-editorial-preview .mgn-editorial-featured .mgn-editorial-card-copy,
  .mgn-editorial-preview .mgn-editorial-card-copy {
    padding: 22px;
  }

  .mgn-editorial-preview .mgn-editorial-featured .mgn-editorial-card-copy h2 {
    font-size: 24px;
  }

  .mgn-editorial-preview .mgn-editorial-detail-hero {
    padding: 18px;
    border-radius: 24px;
  }

  .mgn-editorial-preview .mgn-editorial-detail-copy h1 {
    font-size: 34px;
  }

  .mgn-editorial-preview .mgn-editorial-detail-media {
    min-height: 270px;
  }

  .mgn-editorial-preview .mgn-editorial-prose {
    padding: 24px !important;
  }

  .mgn-editorial-preview .mgn-editorial-prose,
  .mgn-editorial-preview .mgn-editorial-prose p,
  .mgn-editorial-preview .mgn-editorial-prose li {
    font-size: 16px;
  }

  .mgn-editorial-preview .mgn-editorial-prose h2 {
    font-size: 27px;
  }

  .mgn-editorial-preview .mgn-editorial-toc nav {
    grid-template-columns: 1fr;
  }

  .mgn-editorial-preview .mgn-editorial-comments {
    padding: 22px;
  }
}

@media (max-width: 991px) {
  .mgn-editorial-preview .mgn-editorial-list-head span,
  .mgn-editorial-preview .mgn-editorial-card-meta span,
  .mgn-editorial-preview .mgn-editorial-detail-meta > *,
  .mgn-editorial-preview .mgn-editorial-toc > span,
  .mgn-editorial-preview .mgn-editorial-week-heading > span {
    font-size: 12px;
  }

  .mgn-editorial-preview .mgn-editorial-read {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mgn-editorial-preview .mgn-editorial-card-shell,
  .mgn-editorial-preview .mgn-editorial-card-image {
    transition: none;
  }
}
