@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(../index/eugenio-sans-text-regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

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

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

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

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


.rep-slim-header,
.rep-slim-header button {
  font-family: 'Eugenio Sans Text', 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: .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,
.rep-page-header ul,
.rep-page-header-nav ul,
.rep-slim-header 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-page-header svg,
.rep-page-header-nav svg,
.rep-slim-header svg {
  vertical-align: middle
}


.rep-page-footer a>span,
.rep-page-footer button>*,
.rep-page-header a>span,
.rep-page-header button>*,
.rep-page-header-nav a>span,
.rep-page-header-nav button>*,
.rep-slim-header a>span,
.rep-slim-header button>* {
  pointer-events: none
}

.rep-page-footer p {
  margin: 0
}

.rep-toggle-menu {
  cursor: pointer
}

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


.rep-slim-header button {
  background: 0 0;
  border: none;
  text-align: left;
  font-family: inherit;
  font-weight: inherit;
  color: inherit
}


.rep-slim-header button:focus {
  outline: 0
}


.rep-slim-header button:hover {
  cursor: pointer;
  color: #4b88ca
}

.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 .rep-slim-header__user:hover svg,
.rep-slim-header a:hover svg,
.rep-slim-header button:hover svg {
  fill: #4b88ca
}

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

.rep-slim-header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}

.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__item--premium span {
  padding-left: 3px
}

.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
}

.rep-slim-header__top .r-premium-logo {
  width: 22px;
  height: 22px
}

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

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

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

.rep-slim-header__user {
  cursor: pointer
}

.rep-slim-header__user #account-data-container {
  position: relative;
  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: 10px 16px
}

.rep-slim-header__user #account-data-container.open {
  background-color: #fff;
  -webkit-box-shadow: 0 -4px -4px 0 rgba(135, 152, 164, .3);
  box-shadow: 0 -4px -4px 0 rgba(135, 152, 164, .3);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

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

.rep-slim-header__notification-button[hidden] {
  visibility: hidden;
  display: block
}

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
}

.rep-page-header-nav__toggle span {
  display: inline-block;
  position: relative;
  left: 0;
  top: 4px;
  height: 20px;
  width: 20px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}

.rep-page-header-nav__toggle span:after,
.rep-page-header-nav__toggle span:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 8px;
  background-color: #4b88ca;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width .3s, -webkit-transform .3s;
  transition: width .3s, -webkit-transform .3s;
  -o-transition: width .3s, transform .3s;
  transition: width .3s, transform .3s;
  transition: width .3s, transform .3s, -webkit-transform .3s
}

.rep-page-header-nav__toggle span:before {
  right: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.rep-page-header-nav__toggle span:after {
  right: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.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 //0 100vw;-o-border-image:-o-linear-gradient(top,grey 1px,#fff 0) 0//0 100vw;border-image:linear-gradient(180deg,grey 1px,#fff 0) fill 0//0 100vw}

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

  .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--app a {
    text-decoration: underline
  }

  .rep-page-footer__section--subscribe a {
    display: inline-block;
    background: #4b88ca;
    color: #fff;
    padding: 8px 16px
  }

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

  .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: .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 //0 100vw;-o-border-image:conic-gradient(#e9e9e9 0 0) 0//0 100vw;border-image:conic-gradient(#e9e9e9 0 0) fill 0//0 100vw}

    .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
    }

    :root {}

    .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-slim-header__user #account-data-container {
        padding-left: 0
      }

      .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:1023px) {

      .rep-slim-header__item--premium span,
      .rep-slim-header__item--subscribe span {
        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-slim-header__user #account-data-container {
        padding: 10px 16px;
        width: 56px;
        height: 44px
      }

      .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__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 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;
    }

    .button-link {
      display: block;
      text-align: center;
      background-color: #e11229;
      color: #fff !important;
      text-decoration: none !important;
      padding: 15px;
      border-radius: 10px;
      margin-top: 2rem;
      margin-bottom: 2rem;
      transition: 0.3s ease;
      animation: blink 4s linear infinite;
    }

    @keyframes blink {

      0%,
      50% {
        box-shadow: 0 0 10px #e11229;
      }

      25%,
      75% {
        box-shadow: none;
      }

      100% {
        box-shadow: 0 0 10px #e11229;
      }
    }

    .button-link:hover {
      background-color: #007fff;
    }

    .reg__o-list li {
      margin: 0;
      margin-bottom: 10px;
    }


/* article overrides */

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


a {
  text-decoration: none;
}


a[name] {
  scroll-margin-top: 80px;
}


.story__toolbar {
  text-transform: uppercase;
}


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,
button {
  color: inherit;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: 0 0;
  cursor: pointer;
}


body {
  overflow-x: hidden;
}


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

::-moz-focus-inner {
  padding: 0;
  border: 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;
}

:root {
}

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

.story__media,
.story__summary a {
  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__summary__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.story__summary {
  font-family: "Eugenio Text", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
}

.story__summary a {
  color: #3e61bf;
}

.story__summary a:after {
  content: "";
  height: 1px;
  background: #3e61bf;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}

.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__header.has-medium-media .story__summary {
  padding: 16px;
}

.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;
}

.story__hero-comments {
  margin-top: 12px;
  padding-left: 10px;
  color: grey;
  font: 400 12px "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.4;
}

@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 {
  }
}

@media screen and (min-width: 768px) {

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

  .story__summary__wrapper {
  }

  .story__summary {
    font-size: 22px;
    line-height: 29px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .story__header.has-medium-media .story__summary__wrapper {
    padding: 30px 0 20px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .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 {
  }
}

@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 {
  }
}

@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;
  }

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

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

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

  .story__summary__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .story__summary {
    font-size: 21px;
    line-height: 27px;
  }

  .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;
  }
}

a {
  color: red;
}
