@font-face {
  font-family: 'Eugenio Sans Text';
  src:
    url('../fonts/eugenio-sans-text-regular.woff2') format('woff2'),
    url('../fonts/eugenio-sans-text-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eugenio Sans Text';
  src:
    url('../fonts/eugenio-sans-text-medium.woff2') format('woff2'),
    url('../fonts/eugenio-sans-text-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eugenio Serif';
  src:
    url('../fonts/eugenio-serif-medium.woff2') format('woff2'),
    url('../fonts/eugenio-serif-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eugenio Serif';

  src:
    url('../fonts/eugenio-serif-light.woff2') format('woff2'),
    url('../fonts/eugenio-serif-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.rep-slim-header {
  font-family: 'Eugenio Sans Text', 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: 0.6px;
}

.rep-page-footer,
.rep-page-header,
.rep-page-header-nav,
.rep-slim-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.rep-page-footer *,
.rep-page-footer:after,
.rep-page-footer:before,
.rep-page-header *,
.rep-page-header-nav *,
.rep-page-header-nav:after,
.rep-page-header-nav:before,
.rep-page-header:after,
.rep-page-header:before,
.rep-slim-header *,
.rep-slim-header:after,
.rep-slim-header:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rep-page-footer ::-moz-selection,
.rep-page-header ::-moz-selection,
.rep-page-header-nav ::-moz-selection,
.rep-slim-header ::-moz-selection {
  background-color: transparent;
  color: inherit;
}

.rep-page-footer ::selection,
.rep-page-header ::selection,
.rep-page-header-nav ::selection,
.rep-slim-header ::selection {
  background-color: transparent;
  color: inherit;
}

.rep-page-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rep-page-footer a,
.rep-page-header a,
.rep-page-header-nav a,
.rep-slim-header a {
  text-decoration: none;
  cursor: pointer;
  color: #5a5a5a;
}

.rep-page-footer svg,
.rep-slim-header svg {
  vertical-align: middle;
}

.rep-slim-header a > span {
  pointer-events: none;
}

.rep-page-footer p {
  margin-top: 10px;
}

.rep-toggle-menu {
  cursor: pointer;
}

.rep-toggle-menu > * {
  pointer-events: none;
}

.rep-slim-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100000;
  border-bottom: 1px grey solid;
  color: #5a5a5a;
  font-size: 14px;
  background-color: #fff;
  white-space: nowrap;
}

.rep-slim-header .repubblica-logo {
  width: 138px;
  height: 28px;
}

.rep-slim-header a {
  color: inherit;
}

.rep-slim-header a:hover {
  color: #4b88ca;
}

.rep-slim-header a:hover svg {
  fill: #4b88ca;
}

.rep-slim-header svg {
  fill: #5a5a5a;
}

.rep-slim-header__left,
.rep-slim-header__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rep-slim-header__center {
  text-align: center;
}

.rep-slim-header__left,
.rep-slim-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

a.rep-slim-header__item--subscribe {
  font-size: 12px;
  font-weight: 500;
  color: #222;
  text-transform: uppercase;
}

.rep-slim-header__item--premium .r-premium-logo {
  width: 20px;
  height: 20px;
  margin: -4px 0;
}

.rep-slim-header__right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rep-slim-header__right .r-premium-logo {
  width: 20px;
  height: 20px;
  margin: -5px 3px -5px 0;
}

.rep-slim-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
}

.rep-slim-header__logo {
  margin: 0;
}

.rep-slim-header__search-button svg {
  width: 16px;
  height: 16px;
}

.rep-slim-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 16px;
  background: #f9f9f9;
  border-top: 1px #e9e9ee solid;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  justify-content: center;
}

.rep-slim-header__item--claim {
  display: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.32px;
}

.rep-slim-header__menu-button {
  position: relative;
  padding: 10px;
}

.rep-slim-header__menu-button svg {
  width: 16px;
  height: 13px;
}

.rep-slim-header__notification-button svg {
  width: 20px;
  height: 20px;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.rep-page-header {
  background: #fff;
}

.rep-page-header__content {
  padding: 0 16px;
  display: none;
  border-bottom: 2px solid #000;
}

.rep-page-header__brand-logo {
  font-family: 'Eugenio Serif', 'Eugenio Serif Fallback';
  font-size: 54px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.rep-page-header__brand-logo a {
  text-decoration: none;
  color: inherit;
}

.rep-page-header__brand-logo a:hover {
  color: #4b88ca;
}

.rep-page-header-nav {
  background-color: #fff;
  border-bottom: 1px solid grey;
  position: relative;
}

.rep-page-header-nav__toggle {
  padding: 8px 16px 8px 16px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #000;
  cursor: pointer;
  font-size: 26px;
  font-family: 'Eugenio Serif', 'Eugenio Serif Fallback';
  font-weight: 500;
}

.main-nav:has(.follow-trigger) {
  grid-template-areas: 'nav search follow';
  grid-template-columns: 1fr 40px auto;
}

.rep-page-footer {
  max-width: var(--rep-maxwidth);
  font-family: 'Eugenio Sans Text', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  color: #5a5a5a;
  background-color: #fff;
  -webkit-border-image: -webkit-linear-gradient(top, grey 1px, #fff 0) 0;
  -o-border-image: -o-linear-gradient(top, grey 1px, #fff 0) 0;
  border-image: linear-gradient(180deg, grey 1px, #fff 0) fill 0;
}

.rep-page-footer a {
  color: #5a5a5a;
}

.rep-page-footer a:hover {
  color: #4b88ca;
}

.rep-page-footer__section--subscribe a,
.rep-page-footer__section--subscribe a:hover {
  color: #fff;
}

.rep-page-footer__left .rep-page-footer__section:not(:last-child) {
  border-bottom: 1px #e9e9ee solid;
}

.rep-page-footer__section--info {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.rep-page-footer__section--info a {
  text-decoration: underline;
}

.rep-page-footer__section--app a {
  text-decoration: underline;
}

.rep-page-footer__section--subscribe a {
  display: inline-block;
  background: #335d8e;
  color: #fff;
  padding: 8px 16px;
  min-width: 120px;
  text-align: center;
}

.rep-page-footer__section--subscribe a:hover {
  background: #000;
  color: #fff;
}

.rep-page-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.rep-page-footer__social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px #5a5a5a solid;
  border-radius: 50%;
  color: #5a5a5a;
  background: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition:
    color 0.2s ease,
    border-color 0.2s ease;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.rep-page-footer__social svg {
  display: block;
  width: 15px;
  height: 15px;
}

.rep-page-footer__social a[aria-label='Facebook'] svg {
  width: 8px;
  height: 15px;
}

.rep-page-footer__social a[aria-label='X'] svg {
  width: 13px;
  height: 13px;
}

.rep-page-footer__social a[aria-label='Instagram'] svg {
  width: 15px;
  height: 15px;
}

.rep-page-footer__social a[aria-label='TikTok'] svg {
  width: 13px;
  height: 15px;
}

.rep-page-footer__social a[aria-label='YouTube'] svg {
  width: 16px;
  height: 12px;
}

.rep-page-footer__social a:hover {
  border-color: #4b88ca;
  color: #4b88ca;
}

.rep-page-footer__section {
  page-break-inside: avoid;
  padding: 16px 0;
}

.rep-page-footer__section:first-child {
  padding-top: 0;
}

.rep-page-footer__section--row {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
}

.rep-page-footer__section--row:first-child {
  border-bottom: 1px #e9e9ee solid;
  padding-bottom: 32px;
  margin-bottom: 16px;
}

.rep-page-footer__section--row.network-lena {
  border-top: 1px #e9e9ee solid;
  padding-top: 32px;
  margin-top: 16px;
}

.rep-page-footer__title {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #000;
  margin-bottom: 8px;
  text-transform: uppercase;
}

ul.rep-page-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
}

.rep-page-footer__section--row ul.rep-page-footer__list {
  font-size: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

.network-lena ul.rep-page-footer__list {
  font-size: 13px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.rep-page-footer__bottom {
  font-size: 11px;
  -webkit-border-image: conic-gradient(#e9e9e9 0 0) 0;
  -o-border-image: conic-gradient(#e9e9e9 0 0) 0;
  border-image: conic-gradient(#e9e9e9 0 0) fill 0;
}

.rep-page-footer__bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rep-page-footer__bottom a {
  text-decoration: underline;
}

.rep-page-footer__copyright {
  margin: 12px 0 0;
  text-align: center;
  color: #5a5a5a;
}

:root {
  --follow-color: #222;
  --follow-color-hover: #fff;
}

.rep-page-header-nav:has(button.follow-trigger) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 16px;
}

.rep-page-header-nav,
.rep-page-header__content,
.rep-slim-header__content {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--rep-maxwidth);
}

@media screen and (min-width: 768px) {
  .hide-on-desktop {
    display: none !important;
  }

  .rep-page-header__content {
    padding: 24px 0;
    display: block;
    position: relative;
  }

  .rep-page-header-nav {
    position: relative;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
  }

  .rep-page-header-nav__toggle {
    display: none;
  }

  .rep-page-footer {
    display: grid;
    grid-template-areas: 'left right' 'bottom bottom';
    grid-template-columns: 265px 1fr;
  }

  .rep-page-footer__left {
    grid-area: left;
  }

  .rep-page-footer__right {
    grid-area: right;
  }

  .rep-page-footer__bottom {
    grid-area: bottom;
  }

  .rep-page-footer__left,
  .rep-page-footer__right {
    padding: 32px;
  }

  .rep-page-footer__left {
    border-right: 1px grey solid;
  }

  .rep-page-footer__right {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }

  .rep-page-footer__bottom {
    padding: 16px 32px;
  }

  .rep-page-header-nav:has(button.follow-trigger) {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1539px) {
  :root {
    --rep-maxwidth: 996px;
  }
}

@media screen and (min-width: 1540px) {
  :root {
    --rep-maxwidth: 1260px;
  }
}

@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }

  .rep-slim-header__menu-button {
    padding: 10px 16px;
  }

  .rep-page-footer__left,
  .rep-page-footer__right {
    padding: 32px 16px;
  }

  .rep-page-footer__left {
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'info info' 'subscribe subscribe' 'app social';
  }

  .rep-page-footer__section--info {
    grid-area: info;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rep-page-footer__section--app {
    grid-area: app;
  }

  .rep-page-footer__section--subscribe {
    grid-area: subscribe;
    text-align: center;
  }

  .rep-page-footer__section--social {
    grid-area: social;
    border-bottom: 1px #e9e9ee solid;
  }

  .rep-page-footer__right {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .network-lena ul.rep-page-footer__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .rep-page-footer__bottom {
    padding: 16px;
  }
}

.story__body {
  border: 1px solid grey;
  border-top: none;
  max-width: 996px;
  margin: 0 auto;
  padding: 20px;
  font-size: 18px;
  line-height: 1.475;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .story__body {
    margin-bottom: 0px;
    border-bottom: none;
  }

  .story__body .story__media {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .story__body .story__media img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
  }
}

.story__body p {
  margin-bottom: 24px;
}

.story__body b {
  font-weight: 500;
}

.story__media {
  margin-bottom: 24px;
}

.story__media img {
  max-width: 100%;
  object-fit: cover;
  height: auto;
}

/*=============COMMENTS==============*/

.story__link {
  color: #3e61bf;
  text-decoration: underline;
}

figure,
h1,
h2,
p,
ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.story__toolbar {
  text-transform: uppercase;
}

@font-face {
  font-family: 'Eugenio Serif Fallback';
  src: local(Georgia);
  size-adjust: 94%;
  ascent-override: 88%;
  descent-override: 23%;
  line-gap-override: 13%;
}

@font-face {
  font-family: 'Eugenio Sans Text';

  src:
    url('../fonts/eugenio-sans-text-regular.woff2') format('woff2'),
    url('../fonts/eugenio-sans-text-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eugenio Sans Text';

  src:
    url('../fonts/eugenio-sans-text-medium.woff2') format('woff2'),
    url('../fonts/eugenio-sans-text-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eugenio Serif';

  src:
    url('../fonts/eugenio-serif-medium.woff2') format('woff2'),
    url('../fonts/eugenio-serif-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eugenio Serif';

  src:
    url('../fonts/eugenio-serif-light.woff2') format('woff2'),
    url('../fonts/eugenio-serif-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(8, 123, 187, 0.1);
  scroll-behavior: smooth;
}

ul {
  list-style-type: none;
}

h1,
h2 {
  font-size: inherit;
}

strong {
  font-weight: 500;
}

a {
  color: inherit;
}

body {
  overflow-x: hidden;
}

body {
  font-family: 'Eugenio Sans Text', 'Helvetica Neue', Helvetica, sans-serif;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline: 0;
}

img {
  border: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  background-color: #fcfdfd;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

[class*='r-icon-'] {
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle;
}

@font-face {
  font-family: 'Eugenio Text';

  src:
    url('../fonts/eugenio-text-regular.woff2') format('woff2'),
    url('../fonts/eugenio-text-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eugenio Text';

  src:
    url('../fonts/eugenio-text-medium.woff2') format('woff2'),
    url('../fonts/eugenio-text-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --sticky-video-width: 530px;
  --sticky-close-background-width: 30px;
  --sticky-close-margin: 0 0 0 auto;
  --sticky-close-padding: 5px;
  --sticky-close-color: #000;
  --sticky-close-bg-color: transparent;
  --sticky-close-top-position: -35px;
  --sticky-video-margin-bottom: 16px;
  --sticky-video-box-shadow:
    0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  --gdwc-audio-info-icon-background-color: #f56100ad;
  --gdwc-audio-info-icon-color: #fff;
}

.story__author a:hover {
  color: #4b88ca;
}

.story__media {
  position: relative;
}

.story__title {
  display: block;
  font-family: 'Eugenio Serif', 'Eugenio Serif Fallback';
  font-weight: 500;
}

.story__author {
  display: inline-block;
  font:
    500 14px/20px 'Eugenio Sans Text',
    'Helvetica Neue',
    Helvetica,
    sans-serif;
}

.story__author a {
  color: #3e61bf;
}

.story__media img {
  width: 100%;
  height: auto;
  display: block;
}

.story__header {
  margin: 0 auto;
  position: relative;
}

.story__header:after,
.story__header:before {
  content: '';
  border-left: 1px solid grey;
  top: 0;
  bottom: 0;
  display: block;
  position: absolute;
}

.story__header:before {
  left: 0;
}

.story__header:after {
  right: 0;
}

.story__header.has-medium-media picture {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
}

.story__header.has-medium-media picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: inherit;
}

.story__toolbar {
  border: 1px solid grey;
  font:
    400 12px 'Eugenio Sans Text',
    'Helvetica Neue',
    Helvetica,
    sans-serif;
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.story__toolbar .r-icon-time {
  width: 20px;
  height: 20px;
}

.story__date {
  margin-right: 8px;
}

.story__toolbar__reading-time {
  margin-left: auto;
}

.inline-storyline ::marker {
  color: #3e61bf;
}

@media screen and (min-width: 768px) and (max-width: 1539px) {
  .story__toolbar {
    margin: 0 auto;
    max-width: 996px;
  }

  .story__header,
  .story__toolbar {
    max-width: 996px;
  }

  :root {
    --max-width: 996px;
  }
}

@media screen and (min-width: 768px) {
  .story__title {
    font-size: 42px;
    line-height: 48px;
  }

  .story__header.has-medium-media
    .story__summary__wrapper:has(:not(.story__summary + .story__audio)) {
    padding: 10px;
  }

  .story__toolbar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .story__header:after,
  .story__header:before {
    content: none;
  }

  .story__toolbar {
    border-width: 1px 0;
  }

  :root {
    --gdwc-audio-player-max-width: 996px;
  }
}

@media screen and (min-width: 1024px) {
  .story__header.has-medium-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .story__header.has-medium-media .story__header__content {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    padding: 16px 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .story__header.has-medium-media .story__media {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .story__header.has-medium-media .story__author {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1540px) {
  .story__toolbar {
    margin: 0 auto;
    max-width: 1260px;
  }

  .story__header,
  .story__toolbar {
    max-width: 1260px;
  }

  :root {
    --max-width: 1260px;
    --gdwc-audio-player-max-width: 1260px;
  }
}

@media screen and (max-width: 1023px) {
  .story__header.has-medium-media .story__author {
    margin-top: 10px;
  }

  .story__header.has-medium-media .story__header__content {
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .story__toolbar {
    position: relative;
  }

  .is-premium-article
    .story__overtitle:has(.story__overtitle__text)
    .story__overtitle__text {
    border-top: 1px solid grey;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .story__title {
    font-size: 32px;
    line-height: 32px;
  }

  .story__header .story__media {
    margin-left: -16px;
  }

  .story__header,
  .story__toolbar {
    margin-left: 16px;
  }

  .story__header:after {
    content: none;
  }

  .story__header.has-medium-media picture {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
  }

  .story__toolbar {
    border-right: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
  }

  :root {
    --gdwc-audio-trigger-title-font-size: 16px;
  }
}

.form-wrapper {
  max-width: 600px;
  width: 100%;
  margin: 20px auto;
}

.shag-list {
  list-style: none;
  padding: 0;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.shag-list li {
  background: #ffffff;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #ff452b;
  transition: transform 0.2s ease;
  line-height: 1.5;
  color: #333;
}

.shag-list li:hover {
  transform: translateY(-3px);
}

@media (max-width: 480px) {
  .shag-list {
    padding: 0 15px;
  }

  .shag-list li {
    padding: 15px;
  }
}

.story__body a {
  color: #3e61bf;
  font-weight: 600;
}
