@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");
  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");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eugenio Serif";
  src: url(/fonts/eugenio-serif-medium.woff2) format("woff2");

  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eugenio Serif";
  src: url(/fonts/eugenio-serif-light.woff2) format("woff2");
  font-weight: 300;
  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: 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-slim-header svg {
  vertical-align: middle;
}

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

.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 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: 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 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 {
  --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-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: 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,
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%;
}

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

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

: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__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__media img {
  width: 100%;
  height: auto;
  display: block;
}

.story__summary__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  --gdwc-audio-player-background-color: #ffffff;
  --gdwc-audio-trigger-border-right-color: transparent;
  --gdwc-audio-trigger-hover-play-icons-color: #111111;
  --gdwc-audio-trigger-play-icons-border-color: #111111;
  --gdwc-audio-trigger-hover-play-icons-border-color: #111111;
  --gdwc-audio-trigger-play-icons-color: #111111;
  --gdwc-audio-trigger-controls-border-left-color: transparent;
}

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

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

.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__summary__wrapper {
    --gdwc-audio-trigger-background-color: transparent;
    --gdwc-audio-trigger-border-top-color: transparent;
    --gdwc-audio-trigger-border-bottom-color: transparent;
    --gdwc-audio-trigger-border-left-color: transparent;
    --gdwc-audio-trigger-active-background-color: transparent;
    --gdwc-audio-trigger-hover-play-icons-color: #4b88ca;
    --gdwc-audio-trigger-hover-play-icons-border-color: #4b88ca;
  }

  .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 {
    --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__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;
    --gdwc-audio-trigger-background-color: #e7e7e7;
    --gdwc-audio-trigger-border-top-color: transparent;
    --gdwc-audio-trigger-border-bottom-color: transparent;
    --gdwc-audio-trigger-border-left-color: transparent;
  }

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

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

.gb-comments {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 2px solid #e0e0e0;
}
.gb-comments-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.gb-comment {
  background: #f8f9fa;
  padding: 1.1rem 1.25rem;
  margin-bottom: 0.85rem;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}
.gb-comment.hl {
  background: #fff8e1;
  border-color: #ffca28;
}
.gb-comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
}
.gb-comment-header strong {
  color: #1a73e8;
  font-size: 0.95rem;
}
.gb-comment-time {
  color: #888;
  font-size: 0.82rem;
}
.gb-comment p {
  margin: 0.4rem 0;
  line-height: 1.55;
  font-size: 0.95rem;
}
.gb-comment-upd {
  background: #e8f0fe;
  padding: 0.7rem 0.9rem;
  margin-top: 0.7rem;
  border-radius: 4px;
  border-left: 3px solid #1a73e8;
  font-size: 0.93rem;
}
.gb-comment-likes {
  display: inline-block;
  margin-top: 0.5rem;
  color: #555;
  font-size: 0.85rem;
}
@media (max-width: 768px) {
  .gb-comment {
    padding: 0.9rem 1rem;
  }
  .gb-comment-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }
}

.form-wrapper {
  max-width: 450px;
  width: 100%;
  margin: 40px auto;
}

.answer_block {
  padding-left: 50px;
}
a {
  color: red;
}
