.mg-shell-navbar .lang-switcher[data-astro-cid-a2mxz4y6] {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #ced4da;
}
.mg-shell-navbar .lang-switcher__option[data-astro-cid-a2mxz4y6] {
  padding: 4px 8px;
  border-radius: 4px;
  transition:
    color 0.15s ease,
    background-color 0.15s ease;
  text-decoration: none;
  color: #ced4da;
}
.mg-shell-navbar .lang-switcher__option--active[data-astro-cid-a2mxz4y6] {
  color: #fff;
  background-color: #ffffff26;
  cursor: default;
}
.mg-shell-navbar .lang-switcher__option--disabled[data-astro-cid-a2mxz4y6] {
  color: #868e96;
  cursor: not-allowed;
  opacity: 0.5;
}
.mg-shell-navbar
  .lang-switcher__option[data-astro-cid-a2mxz4y6]:not(
    .lang-switcher__option--active
  ):not(.lang-switcher__option--disabled):hover {
  color: #fff;
}
.mg-shell-navbar .lang-switcher__separator[data-astro-cid-a2mxz4y6] {
  color: #868e96;
}
.mg-shell-navbar .cookie-consent[data-astro-cid-garwan2p] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 150;
  background-color: #1a1a2e;
  color: #fff;
  padding: 16px;
  box-shadow: 0 -4px 12px #00000026;
}
.mg-shell-navbar .cookie-consent__inner[data-astro-cid-garwan2p] {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .mg-shell-navbar .cookie-consent__inner[data-astro-cid-garwan2p] {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.mg-shell-navbar .cookie-consent__text[data-astro-cid-garwan2p] {
  font-size: 14px;
  line-height: 1.6;
  color: #dee2e6;
}
.mg-shell-navbar .cookie-consent__link[data-astro-cid-garwan2p] {
  color: #fff;
  text-decoration: underline;
}
.mg-shell-navbar .cookie-consent__actions[data-astro-cid-garwan2p] {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.mg-shell-navbar .cookie-consent__btn[data-astro-cid-garwan2p] {
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.mg-shell-navbar .cookie-consent__btn--accept[data-astro-cid-garwan2p] {
  background-color: #e63946;
  color: #fff;
  border: none;
}
.mg-shell-navbar .cookie-consent__btn--accept[data-astro-cid-garwan2p]:hover {
  background-color: #c1121f;
}
.mg-shell-navbar .cookie-consent__btn--reject[data-astro-cid-garwan2p] {
  background-color: transparent;
  color: #ced4da;
  border: 1px solid #868e96;
}
.mg-shell-navbar .cookie-consent__btn--reject[data-astro-cid-garwan2p]:hover {
  background-color: #ffffff0d;
  color: #fff;
}
.mg-shell-navbar *,
.mg-shell-navbar *:before,
.mg-shell-navbar *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.mg-shell-navbar html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  scroll-behavior: smooth;
}
.mg-shell-navbar body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #212529;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mg-shell-navbar img,
.mg-shell-navbar picture,
.mg-shell-navbar video,
.mg-shell-navbar canvas,
.mg-shell-navbar svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.mg-shell-navbar input,
.mg-shell-navbar button,
.mg-shell-navbar textarea,
.mg-shell-navbar select {
  font: inherit;
}
.mg-shell-navbar a {
  color: inherit;
  text-decoration: none;
}
.mg-shell-navbar ul,
.mg-shell-navbar ol {
  list-style: none;
}
.mg-shell-navbar h1,
.mg-shell-navbar h2,
.mg-shell-navbar h3,
.mg-shell-navbar h4,
.mg-shell-navbar h5,
.mg-shell-navbar h6 {
  font-family: Oswald, sans-serif;
  line-height: 1.2;
  overflow-wrap: break-word;
}
.mg-shell-navbar p {
  overflow-wrap: break-word;
}
.mg-shell-navbar table {
  border-collapse: collapse;
  border-spacing: 0;
}
.mg-shell-navbar button {
  cursor: pointer;
  border: none;
  background: none;
}
.mg-shell-navbar h1 {
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #212529;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .mg-shell-navbar h1 {
    font-size: 48px;
  }
}
.mg-shell-navbar h2 {
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  color: #212529;
  margin-bottom: 16px;
}
.mg-shell-navbar h3 {
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #212529;
  margin-bottom: 12px;
}
.mg-shell-navbar h4 {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #212529;
  margin-bottom: 12px;
}
.mg-shell-navbar .text-lead {
  font-size: 18px;
  line-height: 1.8;
  color: #495057;
}
.mg-shell-navbar .text-small {
  font-size: 14px;
  color: #868e96;
}
.mg-shell-navbar .text-xs {
  font-size: 12px;
  color: #adb5bd;
}
.mg-shell-navbar .text-center {
  text-align: center;
}
.mg-shell-navbar .text-uppercase {
  text-transform: uppercase;
}
.mg-shell-navbar .font-bold {
  font-weight: 700;
}
.mg-shell-navbar .font-semibold {
  font-weight: 600;
}
.mg-shell-navbar .article-body {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  color: #212529;
}
.mg-shell-navbar .article-body p,
.mg-shell-navbar .article-body ul,
.mg-shell-navbar .article-body ol,
.mg-shell-navbar .article-body blockquote {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
}
.mg-shell-navbar .site-header {
  background-color: #1a1a2e;
  position: sticky;
  top: 0;
  z-index: 100;
}
.mg-shell-navbar .site-header__top {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mg-shell-navbar .site-header__logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mg-shell-navbar .site-header__logo img {
  height: 40px;
  width: auto;
}
.mg-shell-navbar .site-header__logo span {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.mg-shell-navbar .site-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.mg-shell-navbar .site-header__search-toggle {
  color: #fff;
  padding: 8px;
  border-radius: 9999px;
  transition: background-color 0.15s ease;
}
.mg-shell-navbar .site-header__search-toggle:hover {
  background-color: #ffffff1a;
}
.mg-shell-navbar .nav {
  background-color: #1a1a2e;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
@media (max-width: 991px) {
  .mg-shell-navbar .nav {
    display: none;
  }
  .mg-shell-navbar .nav--open {
    display: block;
  }
}
.mg-shell-navbar .nav__list {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 16px;
  display: flex;
  gap: 0;
}
@media (max-width: 991px) {
  .mg-shell-navbar .nav__list {
    flex-direction: column;
    padding-block: 8px;
  }
}
.mg-shell-navbar .nav__item {
  flex-shrink: 0;
}
.mg-shell-navbar .nav__item--has-children {
  position: relative;
}
@media (min-width: 992px) {
  .mg-shell-navbar .nav__item--has-children:hover > .nav__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.mg-shell-navbar .nav__item--has-children.nav__item--open > .nav__dropdown {
  display: block;
}
.mg-shell-navbar .nav__item-inner {
  display: flex;
  align-items: stretch;
}
.mg-shell-navbar .nav__link {
  display: block;
  padding: 12px 16px;
  color: #dee2e6;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition:
    color 0.15s ease,
    background-color 0.15s ease;
}
.mg-shell-navbar .nav__link:focus-visible {
  outline: 2px solid #e63946;
  outline-offset: 2px;
}
.mg-shell-navbar .nav__link:hover {
  color: #fff;
  background-color: #252542;
}
.mg-shell-navbar .nav__link--active {
  color: #fff;
}
.mg-shell-navbar .nav__item-inner--active {
  background-color: #252542;
  border-bottom: 2px solid #e63946;
}
.mg-shell-navbar .nav__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #ced4da;
  background: none;
  border: none;
  cursor: pointer;
  transition:
    color 0.15s ease,
    background-color 0.15s ease;
}
.mg-shell-navbar .nav__toggle:hover {
  color: #fff;
}
@media (min-width: 992px) {
  .mg-shell-navbar .nav__item--has-children:hover > .nav__item-inner {
    color: #fff;
    background-color: #252542;
  }
}
.mg-shell-navbar .nav__chevron {
  display: block;
  transition: transform 0.15s ease;
}
@media (min-width: 992px) {
  .mg-shell-navbar .nav__item--has-children:hover .nav__chevron {
    transform: rotate(180deg);
  }
}
.mg-shell-navbar .nav__item--has-children.nav__item--open .nav__chevron {
  transform: rotate(180deg);
}
.mg-shell-navbar .nav__dropdown {
  list-style: none;
  padding: 8px 0;
  margin: 0;
}
@media (min-width: 992px) {
  .mg-shell-navbar .nav__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #1a1a2e;
    border-top: 2px solid #e63946;
    box-shadow: 0 8px 24px #00000080;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition:
      opacity 0.15s ease,
      transform 0.15s ease,
      visibility 0.15s ease;
    pointer-events: none;
  }
}
@media (max-width: 991px) {
  .mg-shell-navbar .nav__dropdown {
    display: none;
    background-color: #21213b;
    border-left: 2px solid #e63946;
    margin-left: 16px;
  }
}
@media (max-width: 991px) {
  .mg-shell-navbar .nav__item-inner--active + .nav__dropdown {
    border-left: none;
  }
}
.mg-shell-navbar .nav__dropdown-link {
  display: block;
  padding: 8px 20px;
  color: #ced4da;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition:
    color 0.15s ease,
    background-color 0.15s ease;
}
.mg-shell-navbar .nav__dropdown-link:hover,
.mg-shell-navbar .nav__dropdown-link--active {
  color: #fff;
  background-color: #252542;
}
.mg-shell-navbar .nav__dropdown-link--active {
  border-left: 2px solid #e63946;
}
.mg-shell-navbar .mobile-menu-toggle {
  display: flex;
  color: #fff;
  padding: 8px;
}
@media (min-width: 992px) {
  .mg-shell-navbar .mobile-menu-toggle {
    display: none;
  }
}
.mg-shell-navbar .search-overlay {
  position: fixed;
  inset: 0;
  background-color: #000000e6;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.mg-shell-navbar .search-overlay__input {
  width: 100%;
  max-width: 600px;
  padding: 16px 24px;
  font-size: 24px;
  border: none;
  border-bottom: 2px solid #e63946;
  background: transparent;
  color: #fff;
  outline: none;
}
.mg-shell-navbar .search-overlay__input::placeholder {
  color: #adb5bd;
}
.mg-shell-navbar .search-overlay__close {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #fff;
  font-size: 30px;
  padding: 8px;
}
.mg-shell-navbar .site-footer {
  background-color: #1a1a2e;
  color: #ced4da;
  padding-block: 48px 32px;
}
.mg-shell-navbar .site-footer__grid {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 16px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media (min-width: 768px) {
  .mg-shell-navbar .site-footer__grid {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}
.mg-shell-navbar .site-footer__brand p {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 16px;
  color: #adb5bd;
}
.mg-shell-navbar .site-footer__logo {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.mg-shell-navbar .site-footer__logo img {
  height: 36px;
  width: auto;
}
.mg-shell-navbar .site-footer__logo span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.mg-shell-navbar .site-footer__heading {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.mg-shell-navbar .site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mg-shell-navbar .site-footer__links a {
  font-size: 14px;
  color: #ced4da;
  transition: color 0.15s ease;
}
.mg-shell-navbar .site-footer__links a:hover {
  color: #fff;
}
.mg-shell-navbar .site-footer__social {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.mg-shell-navbar .site-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  background-color: #ffffff1a;
  color: #ced4da;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}
.mg-shell-navbar .site-footer__social a:hover {
  background-color: #e63946;
  color: #fff;
}
.mg-shell-navbar .site-footer__social a svg {
  width: 18px;
  height: 18px;
}
.mg-shell-navbar .site-footer__bottom {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  color: #868e96;
}
.mg-shell-navbar .site-footer__bottom a {
  color: #adb5bd;
  transition: color 0.15s ease;
}
.mg-shell-navbar .site-footer__bottom a:hover {
  color: #fff;
}
.mg-shell-navbar .site-footer__bottom-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.mg-shell-navbar .article-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px #00000014;
  overflow: hidden;
  transition: box-shadow 0.25s ease;
}
.mg-shell-navbar .article-card:hover {
  box-shadow: 0 4px 12px #0000001a;
}
.mg-shell-navbar .article-card {
  display: flex;
  flex-direction: column;
}
.mg-shell-navbar .article-card__image-wrapper {
  display: block;
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  background-color: #f1f3f5;
}
.mg-shell-navbar .article-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.mg-shell-navbar .article-card:hover .article-card__image {
  transform: scale(1.05);
}
.mg-shell-navbar .article-card__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.mg-shell-navbar .article-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mg-shell-navbar .article-card__category {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #e63946;
  text-decoration: none;
}
.mg-shell-navbar .article-card__category:hover {
  color: #c1121f;
}
.mg-shell-navbar .article-card__date {
  font-size: 12px;
  color: #adb5bd;
}
.mg-shell-navbar .article-card__title {
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #212529;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.15s ease;
}
.mg-shell-navbar .article-card__title a:focus-visible {
  outline: 2px solid #e63946;
  outline-offset: 2px;
}
.mg-shell-navbar .article-card__title a:hover {
  color: #e63946;
}
.mg-shell-navbar .article-card__excerpt {
  font-size: 18px;
  color: #868e96;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: auto;
}
.mg-shell-navbar .article-card--compact {
  flex-direction: row;
  gap: 12px;
}
.mg-shell-navbar .article-card--compact .article-card__image-wrapper {
  width: 120px;
  min-width: 120px;
  aspect-ratio: auto;
}
.mg-shell-navbar .article-card--compact .article-card__body {
  padding: 8px 0;
}
.mg-shell-navbar .article-card--compact .article-card__title {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.4em;
}
.mg-shell-navbar .article-card--large .article-card__image-wrapper {
  aspect-ratio: 16/9;
}
.mg-shell-navbar .article-card--large .article-card__title {
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mg-shell-navbar .hero {
  position: relative;
  margin-bottom: 40px;
}
.mg-shell-navbar .hero__featured {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media (min-width: 992px) {
  .mg-shell-navbar .hero__featured {
    aspect-ratio: 21/9;
  }
}
.mg-shell-navbar .hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
}
.mg-shell-navbar .hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #000000d9, #0006 40%, #0000001a);
}
.mg-shell-navbar .hero__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
}
@media (min-width: 992px) {
  .mg-shell-navbar .hero__content {
    padding: 40px;
    max-width: 70%;
  }
}
.mg-shell-navbar .hero__category {
  display: inline-block;
  padding: 4px 12px;
  background-color: #e63946;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 4px;
  margin-bottom: 12px;
}
.mg-shell-navbar .hero__title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .mg-shell-navbar .hero__title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .mg-shell-navbar .hero__title {
    font-size: 36px;
  }
}
.mg-shell-navbar .hero__title a {
  color: inherit;
}
.mg-shell-navbar .hero__title a:focus-visible {
  outline: 2px solid #e63946;
  outline-offset: 2px;
}
.mg-shell-navbar .hero__title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.mg-shell-navbar .hero__excerpt {
  color: #dee2e6;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .mg-shell-navbar .hero__excerpt {
    font-size: 18px;
  }
}
.mg-shell-navbar .hero__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #ced4da;
  font-size: 12px;
}
.mg-shell-navbar .hero--category .hero__featured {
  aspect-ratio: 16/7;
}
@media (min-width: 992px) {
  .mg-shell-navbar .hero--category .hero__featured {
    aspect-ratio: 21/7;
  }
}
@media (min-width: 992px) {
  .mg-shell-navbar .hero--category .hero__title {
    font-size: 30px;
  }
}
.mg-shell-navbar .sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.mg-shell-navbar .sidebar__section {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 1px 3px #00000014;
}
.mg-shell-navbar .sidebar__title {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #212529;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 3px solid #e63946;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 16px;
}
.mg-shell-navbar .sidebar__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mg-shell-navbar .sidebar__item {
  display: flex;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e9ecef;
}
.mg-shell-navbar .sidebar__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.mg-shell-navbar .sidebar__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 9999px;
  background-color: #e63946;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.mg-shell-navbar .sidebar__item-content {
  flex: 1;
  min-width: 0;
}
.mg-shell-navbar .sidebar__item-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #e63946;
  text-decoration: none;
}
.mg-shell-navbar .sidebar__item-category:hover {
  color: #c1121f;
}
.mg-shell-navbar .sidebar__item-category {
  margin-bottom: 4px;
}
.mg-shell-navbar .sidebar__item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mg-shell-navbar .sidebar__item-title a {
  color: #212529;
  transition: color 0.15s ease;
}
.mg-shell-navbar .sidebar__item-title a:hover {
  color: #e63946;
}
.mg-shell-navbar .sidebar__item-date {
  font-size: 12px;
  color: #adb5bd;
  margin-top: 4px;
}
.mg-shell-navbar .article-body {
  font-size: 19px;
  line-height: 1.7;
  color: #1f2328;
}
.mg-shell-navbar .article-body h2 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 16px;
  color: #212529;
}
.mg-shell-navbar .article-body h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 12px;
  color: #212529;
}
.mg-shell-navbar .article-body h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 12px;
  color: #212529;
}
.mg-shell-navbar .article-body p {
  margin-bottom: 24px;
}
.mg-shell-navbar .article-body a {
  color: #e63946;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mg-shell-navbar .article-body a:hover {
  color: #c1121f;
}
.mg-shell-navbar .article-body strong {
  font-weight: 700;
}
.mg-shell-navbar .article-body em {
  font-style: italic;
}
.mg-shell-navbar .article-body ul,
.mg-shell-navbar .article-body ol {
  margin-bottom: 20px;
  padding-left: 32px;
}
.mg-shell-navbar .article-body ul {
  list-style-type: disc;
}
.mg-shell-navbar .article-body ol {
  list-style-type: decimal;
}
.mg-shell-navbar .article-body li {
  margin-bottom: 8px;
  line-height: 1.6;
}
.mg-shell-navbar .article-body blockquote {
  margin: 32px 0;
  padding: 24px;
  border-left: 4px solid #e63946;
  background-color: #f8f9fa;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #495057;
}
.mg-shell-navbar .article-body blockquote p:last-child {
  margin-bottom: 0;
}
.mg-shell-navbar .article-body .visually-hidden {
  display: none;
}
.mg-shell-navbar .article-body .pullquote,
.mg-shell-navbar .article-body .quote--highlight {
  margin: 32px 0;
  padding: 32px;
  border-left: 5px solid #e63946;
  background-color: #fff;
  box-shadow: 0 4px 12px #0000001a;
  border-radius: 0 8px 8px 0;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  color: #212529;
  position: relative;
}
@media (min-width: 768px) {
  .mg-shell-navbar .article-body .pullquote,
  .mg-shell-navbar .article-body .quote--highlight {
    float: right;
    width: 45%;
    margin-left: 32px;
    margin-right: -16px;
  }
}
.mg-shell-navbar .article-body .pullquote:before,
.mg-shell-navbar .article-body .quote--highlight:before {
  content: "“";
  font-size: 64px;
  color: #e63946;
  opacity: 0.3;
  position: absolute;
  top: -10px;
  left: 16px;
  line-height: 1;
}
.mg-shell-navbar .article-body .pullquote p:last-child,
.mg-shell-navbar .article-body .quote--highlight p:last-child {
  margin-bottom: 0;
}
.mg-shell-navbar .article-body .pullquote cite,
.mg-shell-navbar .article-body .quote--highlight cite {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #adb5bd;
}
.mg-shell-navbar .article-body .pullquote cite:before,
.mg-shell-navbar .article-body .quote--highlight cite:before {
  content: "— ";
}
.mg-shell-navbar .article-body .blockquote--featured,
.mg-shell-navbar .article-body .quote--block {
  margin: 40px 0;
  padding: 32px 40px;
  background-color: #1a1a2e;
  color: #fff;
  border-radius: 8px;
  font-size: 20px;
  text-align: center;
  font-style: italic;
  border-left: none;
}
.mg-shell-navbar .article-body .blockquote--featured p:last-child,
.mg-shell-navbar .article-body .quote--block p:last-child {
  margin-bottom: 0;
}
.mg-shell-navbar .article-body .blockquote--featured cite,
.mg-shell-navbar .article-body .quote--block cite {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  font-style: normal;
  opacity: 0.8;
}
.mg-shell-navbar .article-body .blockquote--featured cite:before,
.mg-shell-navbar .article-body .quote--block cite:before {
  content: "— ";
}
.mg-shell-navbar .article-body .infobox {
  margin: 32px 0;
  padding: 24px 32px;
  background-color: #e8f4fd;
  border-left: 4px solid #2196f3;
  border-radius: 0 8px 8px 0;
}
.mg-shell-navbar .article-body .infobox p:first-child {
  font-weight: 600;
  color: #1565c0;
  margin-bottom: 8px;
}
.mg-shell-navbar .article-body .infobox p:last-child {
  margin-bottom: 0;
}
.mg-shell-navbar .article-body .infobox ul,
.mg-shell-navbar .article-body .infobox ol {
  margin-bottom: 12px;
}
.mg-shell-navbar .article-body .alert--breaking {
  margin: 32px 0;
  padding: 24px 32px;
  background-color: #fff5f5;
  border: 2px solid #e63946;
  border-radius: 8px;
  position: relative;
}
.mg-shell-navbar .article-body .alert--breaking:before {
  content: "⚡ ÚLTIMA HORA";
  display: inline-block;
  background-color: #e63946;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.mg-shell-navbar .article-body .alert--breaking p:first-child {
  font-weight: 600;
}
.mg-shell-navbar .article-body .alert--breaking p:last-child {
  margin-bottom: 0;
}
.mg-shell-navbar .article-body .key-points {
  margin: 32px 0;
  padding: 24px 32px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
}
.mg-shell-navbar .article-body .key-points:before {
  content: "📋 Lo que debes saber";
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e63946;
}
.mg-shell-navbar .article-body .key-points ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.mg-shell-navbar .article-body .key-points ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}
.mg-shell-navbar .article-body .key-points ul li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: #e63946;
  font-weight: 700;
}
.mg-shell-navbar .article-body .key-points ul li:last-child {
  margin-bottom: 0;
}
.mg-shell-navbar .article-body .key-points p:last-child {
  margin-bottom: 0;
}
.mg-shell-navbar .article-body .timeline-entry {
  margin: 24px 0;
  padding: 16px 24px 16px 32px;
  border-left: 3px solid #e63946;
  position: relative;
}
.mg-shell-navbar .article-body .timeline-entry:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 20px;
  width: 12px;
  height: 12px;
  background-color: #e63946;
  border-radius: 9999px;
  border: 2px solid #ffffff;
}
.mg-shell-navbar .article-body .timeline-entry p:first-child {
  font-size: 14px;
  font-weight: 700;
  color: #e63946;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
}
.mg-shell-navbar .article-body .timeline-entry p:last-child {
  margin-bottom: 0;
}
.mg-shell-navbar .article-body .data-highlight {
  margin: 32px 0;
  padding: 32px;
  text-align: center;
  background-color: #f8f9fa;
  border-radius: 8px;
}
.mg-shell-navbar .article-body .data-highlight p:first-child {
  font-size: 48px;
  font-weight: 700;
  color: #e63946;
  line-height: 1.1;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .mg-shell-navbar .article-body .data-highlight p:first-child {
    font-size: 64px;
  }
}
.mg-shell-navbar .article-body .data-highlight p:nth-child(2) {
  font-size: 20px;
  color: #212529;
  font-weight: 500;
  margin-bottom: 4px;
}
.mg-shell-navbar
  .article-body
  .data-highlight
  p:last-child:not(:first-child):not(:nth-child(2)) {
  font-size: 14px;
  color: #adb5bd;
  margin-bottom: 0;
}
.mg-shell-navbar .article-body .caption--editorial,
.mg-shell-navbar .article-body .text--caption {
  font-size: 14px;
  color: #adb5bd;
  font-style: italic;
  padding: 8px 0;
  border-bottom: 1px solid #e9ecef;
  margin-top: -16px;
  margin-bottom: 24px;
}
.mg-shell-navbar .article-body .read-also {
  margin: 32px 0;
  padding: 16px 24px;
  background-color: #f8f9fa;
  border-left: 4px solid #1a1a2e;
  border-radius: 0 8px 8px 0;
}
.mg-shell-navbar .article-body .read-also:before {
  content: "📰 Lee también:";
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #adb5bd;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.mg-shell-navbar .article-body .read-also a {
  font-size: 18px;
  font-weight: 600;
  color: #e63946;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  transition: color 0.15s ease;
}
.mg-shell-navbar .article-body .read-also a:hover {
  color: #c1121f;
}
.mg-shell-navbar .article-body .read-also p {
  margin-bottom: 0;
}
.mg-shell-navbar .article-body .author-note {
  margin: 32px 0;
  padding: 16px 24px;
  font-style: italic;
  color: #868e96;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  font-size: 14px;
  line-height: 1.8;
}
.mg-shell-navbar .article-body .author-note:before {
  content: "✍️ ";
}
.mg-shell-navbar .article-body .correction {
  margin: 32px 0;
  padding: 16px 24px;
  background-color: #fff8e1;
  border: 1px solid #ffca28;
  border-radius: 8px;
  font-size: 14px;
}
.mg-shell-navbar .article-body .correction:before {
  content: "⚠️ Corrección / Actualización";
  display: block;
  font-weight: 700;
  color: #f57f17;
  margin-bottom: 8px;
}
.mg-shell-navbar .article-body .correction p:last-child {
  margin-bottom: 0;
}
.mg-shell-navbar .article-body .embed-container {
  margin: 32px 0;
  position: relative;
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
}
.mg-shell-navbar .article-body .embed-container iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 8px;
  margin: 0;
}
.mg-shell-navbar .article-body .embed-container .twitter-tweet {
  margin-inline: auto !important;
}
.mg-shell-navbar .article-body .embed-container .instagram-media {
  margin-inline: auto !important;
  max-width: 100% !important;
}
.mg-shell-navbar .article-body .embed-container .tiktok-embed {
  margin-inline: auto !important;
}
.mg-shell-navbar .article-body .embed-container .fb-post,
.mg-shell-navbar .article-body .embed-container .fb-video {
  margin-inline: auto;
}
.mg-shell-navbar .article-body .text--lead {
  font-size: 20px;
  line-height: 1.8;
  color: #495057;
  font-weight: 500;
}
.mg-shell-navbar .article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-block: 24px;
}
.mg-shell-navbar .article-body figure {
  margin: 32px 0;
}
.mg-shell-navbar .article-body figure img {
  margin-block: 0;
  width: 100%;
}
.mg-shell-navbar .article-body figure figcaption {
  font-size: 14px;
  color: #adb5bd;
  font-style: italic;
  padding-top: 8px;
  border-top: 1px solid #e9ecef;
  margin-top: 8px;
}
.mg-shell-navbar .article-body .media--full-width {
  margin-inline: -16px;
  width: calc(100% + 32px);
}
@media (min-width: 992px) {
  .mg-shell-navbar .article-body .media--full-width {
    margin-inline: -40px;
    width: calc(100% + 80px);
  }
}
.mg-shell-navbar .article-body .media--float-left,
.mg-shell-navbar .article-body .media--float-right {
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .mg-shell-navbar .article-body .media--float-left,
  .mg-shell-navbar .article-body .media--float-right {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .mg-shell-navbar .article-body .media--float-left {
    float: left;
    margin-right: 24px;
  }
}
@media (min-width: 768px) {
  .mg-shell-navbar .article-body .media--float-right {
    float: right;
    margin-left: 24px;
  }
}
.mg-shell-navbar .article-body iframe {
  width: 100%;
  border: none;
  border-radius: 8px;
  margin-block: 24px;
}
.mg-shell-navbar .article-body .embed-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-block: 32px;
  border-radius: 8px;
  overflow: hidden;
}
.mg-shell-navbar .article-body .embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
}
.mg-shell-navbar .article-body .social-embed {
  margin: 32px auto;
  max-width: 550px;
}
.mg-shell-navbar .article-body .social-embed .twitter-tweet {
  margin-inline: auto !important;
}
.mg-shell-navbar .article-body .social-embed .instagram-media {
  margin-inline: auto !important;
  max-width: 100% !important;
}
.mg-shell-navbar .article-body drupal-media,
.mg-shell-navbar .article-body .embedded-entity {
  margin-block: 24px;
  display: block;
}
.mg-shell-navbar .article-body .media--type-image {
  display: block;
  margin-block: 32px;
}
.mg-shell-navbar .article-body .media--type-image .field__item {
  margin: 0;
}
.mg-shell-navbar .article-body .media--type-image img {
  display: block;
  width: 100%;
  height: auto;
  margin-block: 0;
  margin-inline: auto;
}
.mg-shell-navbar .article-body .media--type-image .media-caption {
  font-size: 18px;
  color: #adb5bd;
  font-style: italic;
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #e9ecef;
  text-align: left;
}
.mg-shell-navbar .article-body .media--type-image[data-align="center"] {
  max-width: 550px;
  margin-inline: auto;
  text-align: center;
}
.mg-shell-navbar
  .article-body
  .media--type-image[data-align="center"]
  .media-caption {
  text-align: left;
}
@media (min-width: 768px) {
  .mg-shell-navbar .article-body .media--type-image[data-align="left"] {
    float: left;
    max-width: 45%;
    margin-right: 24px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .mg-shell-navbar .article-body .media--type-image[data-align="right"] {
    float: right;
    max-width: 45%;
    margin-left: 24px;
    margin-right: 0;
  }
}
.mg-shell-navbar .article-body figure.table {
  margin: 32px 0;
  overflow: hidden;
}
.mg-shell-navbar .article-body figure.table > figcaption {
  background-color: #1a1a2e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 12px 16px;
  border-radius: 8px 8px 0 0;
  text-align: left;
}
.mg-shell-navbar .article-body figure.table table {
  margin-block: 0;
  border-top: none;
  border-radius: 0 0 8px 8px;
}
.mg-shell-navbar .article-body table {
  width: 100%;
  margin-block: 24px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}
.mg-shell-navbar .article-body table th,
.mg-shell-navbar .article-body table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #e9ecef;
}
.mg-shell-navbar .article-body table th {
  background-color: #1a1a2e;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.mg-shell-navbar .article-body table td {
  font-size: 14px;
}
.mg-shell-navbar .article-body table tbody tr:nth-child(2n) {
  background-color: #f8f9fa;
}
.mg-shell-navbar .article-body table tbody tr:hover {
  background-color: #fff5f5;
}
.mg-shell-navbar .article-body table tr:last-child td {
  border-bottom: none;
}
.mg-shell-navbar .article-body table th:not(:first-child),
.mg-shell-navbar .article-body table td:not(:first-child) {
  text-align: center;
}
.mg-shell-navbar .article-body table td:first-child {
  font-weight: 500;
  color: #212529;
}
.mg-shell-navbar .article-body dl {
  margin: 32px 0;
  padding: 24px 32px;
  background-color: #f8f9fa;
  border-left: 4px solid #1a1a2e;
  border-radius: 0 8px 8px 0;
}
.mg-shell-navbar .article-body dt {
  font-weight: 700;
  font-size: 16px;
  color: #1a1a2e;
  margin-bottom: 4px;
}
.mg-shell-navbar .article-body dt:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dee2e6;
}
.mg-shell-navbar .article-body dd {
  margin-left: 0;
  padding-left: 16px;
  font-size: 15px;
  line-height: 1.8;
  color: #495057;
  border-left: 2px solid #e63946;
}
.mg-shell-navbar .article-body hr {
  border: none;
  border-top: 1px solid #e9ecef;
  margin-block: 40px;
}
.mg-shell-navbar .article-body:after {
  content: "";
  display: table;
  clear: both;
}
.mg-shell-navbar .featured-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px #00000014;
  overflow: hidden;
  transition: box-shadow 0.25s ease;
}
.mg-shell-navbar .featured-card:hover {
  box-shadow: 0 4px 12px #0000001a;
}
.mg-shell-navbar .featured-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mg-shell-navbar .featured-card--breaking .featured-card__img {
  outline: 2px solid #e63946;
  outline-offset: -2px;
}
.mg-shell-navbar .featured-card__img-link {
  display: block;
}
.mg-shell-navbar .featured-card__img {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background-color: #f1f3f5;
}
.mg-shell-navbar .featured-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.mg-shell-navbar .featured-card:hover .featured-card__img img {
  transform: scale(1.05);
}
.mg-shell-navbar .featured-card__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 8px;
  background-color: #e63946;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 4px;
  z-index: 1;
}
.mg-shell-navbar .featured-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.mg-shell-navbar .featured-card__title {
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 992px) {
  .mg-shell-navbar .featured-card__title {
    font-size: 30px;
  }
}
.mg-shell-navbar .featured-card__title a {
  color: #212529;
  transition: color 0.15s ease;
}
.mg-shell-navbar .featured-card__title a:focus-visible {
  outline: 2px solid #e63946;
  outline-offset: 2px;
}
.mg-shell-navbar .featured-card__title a:hover {
  color: #e63946;
}
.mg-shell-navbar .featured-card__excerpt {
  font-size: 18px;
  color: #868e96;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mg-shell-navbar .featured-card__excerpt {
    font-size: 18px;
  }
}
.mg-shell-navbar .featured-card__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  color: #adb5bd;
  margin-top: auto;
}
.mg-shell-navbar .cb--hero-list .cb__body {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .mg-shell-navbar .cb--hero-list .cb__body {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .mg-shell-navbar .cb--hero-list .cb__body {
    grid-template-columns: 3fr 2fr;
  }
}
.mg-shell-navbar .cb--hero-list .cb__hero {
  min-width: 0;
}
.mg-shell-navbar .cb--hero-list .cb__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mg-shell-navbar .cb--hero-list .cb__list :global(.article-card--compact) {
  padding-block: 16px;
  border-bottom: 1px solid #e9ecef;
  border-radius: 0;
  box-shadow: none;
}
.mg-shell-navbar
  .cb--hero-list
  .cb__list
  :global(.article-card--compact):first-child {
  padding-top: 0;
}
.mg-shell-navbar
  .cb--hero-list
  .cb__list
  :global(.article-card--compact):last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.mg-shell-navbar
  .cb--hero-list
  .cb__list
  :global(.article-card--compact):hover {
  box-shadow: none;
  background-color: #f8f9fa;
}
.mg-shell-navbar .cb--hero-cards .cb__body {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .mg-shell-navbar .cb--hero-cards .cb__body {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .mg-shell-navbar .cb--hero-cards .cb__body {
    grid-template-columns: 3fr 2fr;
  }
}
.mg-shell-navbar .cb--hero-cards .cb__main {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}
.mg-shell-navbar .cb--hero-cards .cb__hero {
  min-width: 0;
}
.mg-shell-navbar .cb--hero-cards .cb__below {
  display: grid;
  gap: 24px;
}
@media (min-width: 576px) {
  .mg-shell-navbar .cb--hero-cards .cb__below {
    grid-template-columns: repeat(2, 1fr);
  }
}
.mg-shell-navbar .cb--hero-cards .cb__side {
  display: grid;
  gap: 24px;
  align-content: start;
}
@media (min-width: 768px) {
  .mg-shell-navbar .cb--hero-cards .cb__side {
    grid-template-rows: 1fr 1fr;
  }
}
.mg-shell-navbar .cb--featured-grid .cb__top {
  display: grid;
  gap: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .mg-shell-navbar .cb--featured-grid .cb__top {
    grid-template-columns: 3fr 2fr;
  }
}
.mg-shell-navbar .cb--featured-grid .cb__top-hero,
.mg-shell-navbar .cb--featured-grid .cb__top-side {
  min-width: 0;
}
.mg-shell-navbar .cb--featured-grid .cb__top-side :global(.article-card) {
  height: 100%;
}
.mg-shell-navbar
  .cb--featured-grid
  .cb__top-side
  :global(.article-card__image-wrapper) {
  flex: 1;
}
.mg-shell-navbar .cb--featured-grid .cb__bottom {
  display: grid;
  gap: 24px;
}
@media (min-width: 576px) {
  .mg-shell-navbar .cb--featured-grid .cb__bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .mg-shell-navbar .cb--featured-grid .cb__bottom {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mg-shell-navbar .most-viewed--inline {
  background-color: #f8f9fa;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 40px;
}
.mg-shell-navbar .most-viewed--inline .most-viewed__title {
  text-align: center;
  margin-bottom: 16px;
}
.mg-shell-navbar .most-viewed--inline .most-viewed__list {
  display: grid;
  gap: 16px;
}
@media (min-width: 576px) {
  .mg-shell-navbar .most-viewed--inline .most-viewed__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .mg-shell-navbar .most-viewed--inline .most-viewed__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .mg-shell-navbar .most-viewed--inline .most-viewed__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.mg-shell-navbar .most-viewed--inline .most-viewed__item {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .mg-shell-navbar .most-viewed--inline .most-viewed__item {
    padding-bottom: 16px;
    border-bottom: 1px solid #e9ecef;
  }
}
.mg-shell-navbar .above-fold {
  display: grid;
  gap: 16px;
  padding-bottom: 24px;
  padding-top: 24px;
  margin-bottom: 40px;
  border-bottom: 2px solid #e9ecef;
  grid-template-areas: "center" "left" "right";
}
@media (min-width: 992px) {
  .mg-shell-navbar .above-fold {
    grid-template-columns: 280px 1fr 300px;
    grid-template-areas: "left center right";
  }
}
@media (min-width: 1200px) {
  .mg-shell-navbar .above-fold {
    grid-template-columns: 300px 1fr 320px;
  }
}
.mg-shell-navbar .above-fold__left {
  grid-area: left;
}
.mg-shell-navbar .above-fold__center {
  grid-area: center;
}
.mg-shell-navbar .above-fold__right {
  grid-area: right;
}
.mg-shell-navbar .af-compact {
  display: flex;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 12px;
}
.mg-shell-navbar .af-compact:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mg-shell-navbar .af-compact__img {
  display: block;
  width: 120px;
  min-width: 120px;
  height: 80px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f1f3f5;
}
.mg-shell-navbar .af-compact__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mg-shell-navbar .af-compact__body {
  flex: 1;
  min-width: 0;
}
.mg-shell-navbar .af-compact__title {
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mg-shell-navbar .af-compact__title a {
  color: #212529;
  transition: color 0.15s ease;
}
.mg-shell-navbar .af-compact__title a:hover {
  color: #e63946;
}
.mg-shell-navbar .af-compact__byline {
  font-size: 12px;
  color: #adb5bd;
  margin-top: 4px;
}
.mg-shell-navbar .af-compact--with-meta .af-compact__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mg-shell-navbar .main-story {
  margin-bottom: 16px;
}
.mg-shell-navbar .main-story__title {
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .mg-shell-navbar .main-story__title {
    font-size: 42px;
  }
}
.mg-shell-navbar .main-story__title a {
  color: #212529;
  transition: color 0.15s ease;
}
.mg-shell-navbar .main-story__title a:hover {
  color: #e63946;
}
.mg-shell-navbar .main-story__image {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 8px;
  background-color: #f1f3f5;
}
.mg-shell-navbar .main-story__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mg-shell-navbar .main-story__byline {
  font-size: 14px;
  color: #868e96;
  margin-bottom: 8px;
}
.mg-shell-navbar .main-story__byline a {
  color: #212529;
  font-weight: 600;
}
.mg-shell-navbar .main-story__byline a:hover {
  color: #e63946;
}
.mg-shell-navbar .main-story__source {
  color: #adb5bd;
}
.mg-shell-navbar .main-story__excerpt {
  font-size: 18px;
  line-height: 1.6;
  color: #212529;
}
@media (min-width: 992px) {
  .mg-shell-navbar .main-story__excerpt {
    font-size: 18px;
  }
}
.mg-shell-navbar .main-story__more {
  padding-top: 12px;
  border-top: 1px solid #e9ecef;
}
.mg-shell-navbar .af-social {
  margin-bottom: 16px;
}
.mg-shell-navbar .af-social__title {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.mg-shell-navbar .af-social__icons {
  display: flex;
  gap: 8px;
}
.mg-shell-navbar .af-social__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  color: #fff;
  transition: opacity 0.15s ease;
}
.mg-shell-navbar .af-social__icon:hover {
  opacity: 0.85;
}
.mg-shell-navbar .af-social__icon--fb {
  background-color: #1877f2;
}
.mg-shell-navbar .af-social__icon--x {
  background-color: #000;
}
.mg-shell-navbar .af-social__icon--ig {
  background-color: #e4405f;
}
.mg-shell-navbar .af-social__icon--yt {
  background-color: red;
}
.mg-shell-navbar .af-video {
  margin-bottom: 16px;
}
.mg-shell-navbar .af-video__thumb {
  display: block;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 8px;
  background-color: #f1f3f5;
}
.mg-shell-navbar .af-video__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mg-shell-navbar .af-video__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0000004d;
  color: #fff;
  transition: background 0.15s ease;
}
.mg-shell-navbar .af-video__thumb:hover .af-video__play {
  background: #00000080;
}
.mg-shell-navbar .af-video__more {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #212529;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.mg-shell-navbar .af-video__more:hover {
  color: #e63946;
}
.mg-shell-navbar .af-opinion__title {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #e63946;
  padding: 8px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.mg-shell-navbar .af-opinion__item {
  display: flex;
  gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e9ecef;
}
.mg-shell-navbar .af-opinion__item:last-of-type {
  border-bottom: none;
  margin-bottom: 12px;
}
.mg-shell-navbar .af-opinion__img-link {
  display: block;
  flex-shrink: 0;
}
.mg-shell-navbar .af-opinion__photo {
  width: 80px;
  height: 60px;
  min-width: 80px;
  border-radius: 4px;
  object-fit: cover;
  background-color: #e9ecef;
}
.mg-shell-navbar .af-opinion__photo--placeholder {
  display: block;
}
.mg-shell-navbar .af-opinion__body {
  flex: 1;
  min-width: 0;
}
.mg-shell-navbar .af-opinion__headline {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mg-shell-navbar .af-opinion__headline a {
  color: #212529;
  transition: color 0.15s ease;
}
.mg-shell-navbar .af-opinion__headline a:hover {
  color: #e63946;
}
.mg-shell-navbar .af-opinion__more {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #212529;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.mg-shell-navbar .af-opinion__more:hover {
  color: #e63946;
}
.mg-shell-navbar .cat-cols {
  margin-bottom: 40px;
}
.mg-shell-navbar .cat-cols__header {
  margin-bottom: 16px;
}
.mg-shell-navbar .cat-cols__title {
  display: inline-block;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #212529;
  padding: 8px 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.mg-shell-navbar .cat-cols__grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 576px) {
  .mg-shell-navbar .cat-cols__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .mg-shell-navbar .cat-cols__grid {
    grid-template-columns: repeat(var(--cols, 3), 1fr);
  }
}
.mg-shell-navbar .cat-col__featured {
  display: block;
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  margin-bottom: 16px;
  background-color: #f1f3f5;
}
.mg-shell-navbar .cat-col__featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.mg-shell-navbar .cat-col__featured:hover img {
  transform: scale(1.05);
}
.mg-shell-navbar .cat-col__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  background-color: #000000bf;
  border-radius: 4px;
}
.mg-shell-navbar .cat-col__badge a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.mg-shell-navbar .cat-col__badge a:hover {
  color: #e63946;
}
.mg-shell-navbar .cat-col__item {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e9ecef;
}
.mg-shell-navbar .cat-col__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mg-shell-navbar .cat-col__item--first .cat-col__headline {
  font-size: 18px;
}
.mg-shell-navbar .cat-col__cat-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #e63946;
  margin-bottom: 4px;
}
.mg-shell-navbar .cat-col__cat-tag:hover {
  color: #c1121f;
}
.mg-shell-navbar .cat-col__headline {
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mg-shell-navbar .cat-col__headline a {
  color: #212529;
  transition: color 0.15s ease;
}
.mg-shell-navbar .cat-col__headline a:hover {
  color: #e63946;
}
.mg-shell-navbar .investigation-strip {
  background-color: #1a1a2e;
  padding-block: 40px;
  margin-bottom: 40px;
  margin-inline: -16px;
  padding-inline: 16px;
}
.mg-shell-navbar .investigation-strip__inner {
  max-width: 1440px;
  margin-inline: auto;
}
.mg-shell-navbar .investigation-strip__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.mg-shell-navbar .investigation-strip__title {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding-bottom: 12px;
  border-bottom: 3px solid #e63946;
}
.mg-shell-navbar .investigation-strip__more {
  font-size: 14px;
  font-weight: 600;
  color: #e63946;
  white-space: nowrap;
  transition: color 0.15s ease;
}
.mg-shell-navbar .investigation-strip__more:hover {
  color: #f4a261;
}
.mg-shell-navbar .investigation-strip__grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 576px) {
  .mg-shell-navbar .investigation-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .mg-shell-navbar .investigation-strip__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.mg-shell-navbar .investigation-strip__card {
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.25s ease;
}
.mg-shell-navbar .investigation-strip__card:hover {
  transform: translateY(-2px);
}
.mg-shell-navbar .investigation-strip__card-link {
  display: block;
  text-decoration: none;
}
.mg-shell-navbar .investigation-strip__photo {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 8px;
  background-color: #495057;
  margin-bottom: 16px;
}
.mg-shell-navbar .investigation-strip__photo--placeholder {
  display: block;
}
.mg-shell-navbar .investigation-strip__body {
  padding-inline: 4px;
}
.mg-shell-navbar .investigation-strip__article-title {
  display: block;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #f4a261;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.mg-shell-navbar .investigation-strip__summary {
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #e9ecef;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.15s ease;
}
.mg-shell-navbar
  .investigation-strip__card:hover
  .investigation-strip__summary {
  color: #fff;
}
.mg-shell-navbar .video-gallery {
  margin-bottom: 40px;
}
.mg-shell-navbar .video-gallery__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.mg-shell-navbar .video-gallery__more {
  font-size: 14px;
  font-weight: 600;
  color: #e63946;
  white-space: nowrap;
  transition: color 0.15s ease;
}
.mg-shell-navbar .video-gallery__more:hover {
  color: #c1121f;
}
.mg-shell-navbar .video-gallery .section-title {
  margin-bottom: 0;
}
.mg-shell-navbar .video-gallery__body {
  display: grid;
  gap: 24px;
}
@media (min-width: 992px) {
  .mg-shell-navbar .video-gallery__body {
    grid-template-columns: 3fr 2fr;
  }
}
.mg-shell-navbar .video-gallery__hero {
  display: block;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
  background-color: #212529;
}
.mg-shell-navbar .video-gallery__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.mg-shell-navbar .video-gallery__hero:hover img {
  transform: scale(1.05);
}
.mg-shell-navbar .video-gallery__hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
}
.mg-shell-navbar .video-gallery__hero-title {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 992px) {
  .mg-shell-navbar .video-gallery__hero-title {
    font-size: 24px;
  }
}
.mg-shell-navbar .video-gallery__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 1;
  pointer-events: none;
}
.mg-shell-navbar .video-gallery__play svg {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  transition: transform 0.15s ease;
}
.mg-shell-navbar .video-gallery__play--lg svg {
  width: 64px;
  height: 64px;
}
.mg-shell-navbar .video-gallery__hero:hover .video-gallery__play svg,
.mg-shell-navbar .video-gallery__item:hover .video-gallery__play svg {
  transform: scale(1.15);
}
.mg-shell-navbar .video-gallery__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  align-content: start;
}
.mg-shell-navbar .video-gallery__grid--few {
  grid-template-columns: 1fr;
}
.mg-shell-navbar .video-gallery__item {
  display: block;
}
.mg-shell-navbar .video-gallery__thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f1f3f5;
  margin-bottom: 8px;
}
.mg-shell-navbar .video-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.mg-shell-navbar .video-gallery__item:hover .video-gallery__thumb img {
  transform: scale(1.05);
}
.mg-shell-navbar .video-gallery__item-title {
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #212529;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.15s ease;
}
.mg-shell-navbar .video-gallery__item:hover .video-gallery__item-title {
  color: #e63946;
}
.mg-shell-navbar .editors-picks {
  background-color: #f8f9fa;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 40px;
  border-top: 4px solid #f4a261;
}
.mg-shell-navbar .editors-picks__header {
  margin-bottom: 24px;
}
.mg-shell-navbar .editors-picks__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #212529;
}
.mg-shell-navbar .editors-picks__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #f4a261;
  border-radius: 9999px;
  color: #fff;
  flex-shrink: 0;
}
.mg-shell-navbar .editors-picks__body {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .mg-shell-navbar .editors-picks__body {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .mg-shell-navbar .editors-picks__body {
    grid-template-columns: 3fr 2fr;
  }
}
.mg-shell-navbar .editors-picks__hero {
  min-width: 0;
}
.mg-shell-navbar .editors-picks__cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mg-shell-navbar .editors-picks__cards :global(.article-card--compact) {
  padding-block: 16px;
  border-bottom: 1px solid #e9ecef;
  border-radius: 0;
  box-shadow: none;
}
.mg-shell-navbar
  .editors-picks__cards
  :global(.article-card--compact):first-child {
  padding-top: 0;
}
.mg-shell-navbar
  .editors-picks__cards
  :global(.article-card--compact):last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.mg-shell-navbar .editors-picks__cards :global(.article-card--compact):hover {
  box-shadow: none;
  background-color: #fff;
}
.mg-shell-navbar .newsletter {
  background-color: #e63946;
  color: #fff;
}
.mg-shell-navbar .newsletter__inner {
  display: flex;
  gap: 24px;
  align-items: center;
}
.mg-shell-navbar .newsletter__title {
  font-family: Oswald, sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.mg-shell-navbar .newsletter__text {
  color: #ffffffe6;
  line-height: 1.6;
}
.mg-shell-navbar .newsletter__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.mg-shell-navbar .newsletter__input {
  flex: 1;
  padding: 12px 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background-color: #ffffff26;
  color: #fff;
  outline: none;
  transition:
    border-color 0.15s ease,
    background-color 0.15s ease;
}
.mg-shell-navbar .newsletter__input::placeholder {
  color: #fff9;
}
.mg-shell-navbar .newsletter__input:focus {
  border-color: #fff;
  background-color: #ffffff40;
}
.mg-shell-navbar .newsletter__button {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background-color 0.15s ease,
    transform 0.15s ease;
}
.mg-shell-navbar .newsletter__button:hover {
  transform: translateY(-1px);
}
.mg-shell-navbar .newsletter__button:active {
  transform: translateY(0);
}
.mg-shell-navbar .newsletter__disclaimer {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #ffffffb3;
  line-height: 1.6;
}
.mg-shell-navbar .newsletter__disclaimer-link {
  color: #ffffffe6;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mg-shell-navbar .newsletter__disclaimer-link:hover {
  color: #fff;
}
.mg-shell-navbar .newsletter--cta {
  border-radius: 12px;
  padding: 32px 24px;
  margin-bottom: 40px;
}
.mg-shell-navbar .newsletter--cta .newsletter__inner {
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  .mg-shell-navbar .newsletter--cta .newsletter__inner {
    flex-direction: row;
    text-align: left;
  }
}
.mg-shell-navbar .newsletter--cta .newsletter__content {
  flex: 1;
}
.mg-shell-navbar .newsletter--cta .newsletter__title {
  font-size: 24px;
}
@media (min-width: 992px) {
  .mg-shell-navbar .newsletter--cta .newsletter__title {
    font-size: 30px;
  }
}
.mg-shell-navbar .newsletter--cta .newsletter__text {
  font-size: 16px;
  max-width: 480px;
}
.mg-shell-navbar .newsletter--cta .newsletter__form-wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .mg-shell-navbar .newsletter--cta .newsletter__form-wrap {
    max-width: 420px;
    flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .mg-shell-navbar .newsletter--cta .newsletter__form-wrap {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .mg-shell-navbar .newsletter--cta .newsletter__form {
    flex-direction: row;
    align-items: center;
  }
}
.mg-shell-navbar .newsletter--cta .newsletter__button {
  width: 100%;
  font-size: 16px;
  background-color: #fff;
  color: #e63946;
}
@media (min-width: 992px) {
  .mg-shell-navbar .newsletter--cta .newsletter__button {
    width: auto;
  }
}
.mg-shell-navbar .newsletter--cta .newsletter__button:hover {
  background-color: #f1f3f5;
}
.mg-shell-navbar .newsletter--cta .newsletter__disclaimer {
  text-align: center;
}
@media (min-width: 768px) {
  .mg-shell-navbar .newsletter--cta .newsletter__disclaimer {
    text-align: left;
  }
}
.mg-shell-navbar .newsletter--widget {
  border-radius: 8px;
  padding: 24px;
  text-align: center;
}
.mg-shell-navbar .newsletter--widget .newsletter__inner {
  flex-direction: column;
}
.mg-shell-navbar .newsletter--widget .newsletter__title {
  font-size: 20px;
}
.mg-shell-navbar .newsletter--widget .newsletter__text {
  font-size: 14px;
  opacity: 0.9;
}
.mg-shell-navbar .newsletter--widget .newsletter__input {
  font-size: 14px;
  border-radius: 4px;
}
.mg-shell-navbar .newsletter--widget .newsletter__button {
  font-size: 14px;
  background-color: #1a1a2e;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 8px;
}
.mg-shell-navbar .newsletter--widget .newsletter__button:hover {
  background-color: #2c2c4f;
}
.mg-shell-navbar main {
  padding-top: 16px;
}
.mg-shell-navbar .container {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 16px;
}
.mg-shell-navbar .grid-main {
  display: grid;
  gap: 32px;
}
@media (min-width: 992px) {
  .mg-shell-navbar .grid-main {
    grid-template-columns: 1fr 320px;
  }
}
.mg-shell-navbar .grid-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 576px) {
  .mg-shell-navbar .grid-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .mg-shell-navbar .grid-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mg-shell-navbar .section {
  padding-block: 40px;
}
.mg-shell-navbar .section--alt {
  background-color: #f8f9fa;
}
.mg-shell-navbar .section-title {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #212529;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 3px solid #e63946;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.mg-shell-navbar .category-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #e63946;
  text-decoration: none;
}
.mg-shell-navbar .category-tag:hover {
  color: #c1121f;
}
.mg-shell-navbar .date-meta {
  font-size: 12px;
  color: #adb5bd;
  font-weight: 500;
}
.mg-shell-navbar a.link {
  color: #e63946;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mg-shell-navbar a.link:hover {
  color: #c1121f;
}
.mg-shell-navbar .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.mg-shell-navbar .separator {
  border: none;
  border-top: 1px solid #e9ecef;
  margin-block: 32px;
}

/* Custom overrides for the frozen-page integration (not part of the live-site scrape):
   - own stacking context + high z-index so the sticky header/dropdown always
     paint above the article content that follows it in the DOM.
   - margin-bottom to separate the navbar from the article content below. */
.mg-shell-navbar {
  position: relative;
  z-index: 9999;
  margin-bottom: 16px;
}
.mg-shell-navbar .site-header {
  /* the old site's CSS has a bare `header{overflow:hidden}` rule that
     clips our absolutely-positioned dropdown since it has no matching
     override of its own */
  overflow: visible;
}
