/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  overflow: visible;
}
a {
  background-color: transparent;
}
strong {
  font-weight: bolder;
}
img {
  border-style: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
html {
  box-sizing: border-box;
  font-size: 100%;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
div,
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
em {
  font-style: italic;
}
em,
strong {
  line-height: inherit;
}
strong {
  font-weight: 700;
}
h1,
h2,
h3 {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 1.5rem;
}
h1,
h2 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h2 {
  font-size: 1.25rem;
}
h3 {
  font-size: 1.1875rem;
}
h3 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:focus,
a:hover {
  color: #1468a0;
}
hr {
  border: 0;
}
hr {
  clear: both;
  max-width: 81rem;
  height: 0;
  margin: 1.25rem auto;
  border-bottom: 1px solid #cacaca;
}
figure {
  margin: 0;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after {
    content: "";
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.grid-x {
  display: flex;
  flex-flow: row wrap;
}
.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.grid-x > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-x > .medium-11 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-8,
  .grid-x > .large-10 {
    flex-basis: auto;
  }
}
.grid-x > .small-12 {
  flex: 0 0 auto;
}
.grid-x > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .grid-x > .medium-11 {
    flex: 0 0 auto;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-8,
  .grid-x > .large-10 {
    flex: 0 0 auto;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
}
.article__label .maintheme:before {
  font-family: rai24 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  padding: 0;
  color: var(--color01, #212335);
  background-color: var(--colorBackground01, #fff);
  height: 100%;
}
body,
html {
  font-family: var(--font01, "Source Sans Pro", Arial, Helvetica, sans-serif);
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: var(--global-size, 20px);
  line-height: var(--global-lineheight, 32px);
}
html body {
  height: auto;
  min-height: 100vh;
}
main {
  min-height: 100vh;
}
@media only screen and (min-width: 0) {
  main {
    padding-top: var(--header-fixed-height, 123px);
  }
}
@media only screen and (min-width: 768px) {
  main {
    padding-top: var(--header-fixed-height, 158px);
  }
}
@media only screen and (min-width: 1024px) {
  main {
    padding-top: var(--header-fixed-height, 158px);
  }
}
@media only screen and (min-width: 1296px) {
  main {
    padding-top: var(--header-fixed-height, 179px);
  }
}
h1,
h2,
h3 {
  font-family: var(--font02, "Merriweather", serif);
  font-weight: 400;
  margin-top: 0;
}
a,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.article__content__unit--text p a {
  padding-bottom: 1px;
}
.article__content__unit--text p a:link {
  color: #3d5eff;
  border-bottom: 1px solid #3d5eff;
}
.article__content__unit--text p a:visited {
  color: #920ba6;
  border-bottom: 1px solid #920ba6;
}
.article__content__unit--text p a:active {
  color: #002eff;
  background-color: #eaeeff;
  border-bottom: 2px solid #002eff;
}
.article__content__unit--text p a:hover {
  color: #002eff;
  border-bottom: 2px solid #002eff;
}
body {
  display: flex;
  flex-direction: column;
}
body main {
  flex: 1 0 auto;
}
@supports (-webkit-touch-callout: none) {
}
@supports (-webkit-touch-callout: none) {
}
.leaf {
  overflow: hidden;
  overflow-wrap: break-word;
  border-bottom: 20px solid var(--launch__label-color, #009);
}
.leaf:not(.leaf--marathon)
  .article__content__unit--text:not(
    .article__content__unit--text:where(.article__content__unit--text ~ *)
  )
  p:first-of-type:first-letter {
  font-family: var(--font02, "Merriweather", serif);
  color: var(--leaf__content__unit__firstletter-color, #009);
  font-size: 64px;
  line-height: 49px;
  font-weight: 900;
  padding: 7px 10px 0 0;
  float: left;
}
@media only screen and (min-width: 1024px) and (max-width: 1295px) {
  .leaf:not(.leaf--notiziari):not(.leaf--rubriche) .grid-x .sidegutterright {
    width: 698px;
  }
}
.sidegutterright {
  position: relative;
  margin-bottom: 28px;
}
@media only screen and (min-width: 0) {
  .sidegutterright {
    padding-right: var(--article-sidegutter, 0);
  }
}
@media only screen and (min-width: 768px) {
  .sidegutterright {
    padding-right: var(--article-sidegutter, 0);
  }
}
@media only screen and (min-width: 1024px) {
  .sidegutterright {
    padding-right: var(--article-sidegutter, 41px);
  }
}
@media only screen and (min-width: 1296px) {
  .sidegutterright {
    padding-right: var(--article-sidegutter, 44px);
  }
}
@media only screen and (min-width: 768px) {
  .sidegutterright {
    margin-bottom: 64px;
  }
}
@media only screen and (min-width: 1024px) {
  .sidegutterright {
    margin-bottom: 52px;
  }
}
.fullmedium {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 768px) {
  .fullmedium {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .fullmedium {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (min-width: 1024px) {
  .fullmedium {
    margin-left: 0;
    margin-right: 0;
  }
}
.article {
  margin: 0 auto;
  padding-bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 0) {
  .article {
    padding-left: var(--article-padding, 20px);
  }
}
@media only screen and (min-width: 768px) {
  .article {
    padding-left: var(--article-padding, 30px);
  }
}
@media only screen and (min-width: 1024px) {
  .article {
    padding-left: var(--article-padding, 10px);
  }
}
@media only screen and (min-width: 1296px) {
  .article {
    padding-left: var(--article-padding, 12px);
  }
}
@media only screen and (min-width: 0) {
  .article {
    padding-right: var(--article-padding, 20px);
  }
}
@media only screen and (min-width: 768px) {
  .article {
    padding-right: var(--article-padding, 30px);
  }
}
@media only screen and (min-width: 1024px) {
  .article {
    padding-right: var(--article-padding, 10px);
  }
}
@media only screen and (min-width: 1296px) {
  .article {
    padding-right: var(--article-padding, 12px);
  }
}
@media only screen and (min-width: 0) {
  .article {
    max-width: var(--content-maxwidth, 1296px);
  }
}
@media only screen and (min-width: 768px) {
  .article {
    max-width: var(--content-maxwidth, 1296px);
  }
}
@media only screen and (min-width: 1024px) {
  .article {
    max-width: var(--content-maxwidth, 984px);
  }
}
@media only screen and (min-width: 1296px) {
  .article {
    max-width: var(--content-maxwidth, 1296px);
  }
}
.article__preheader {
  border-bottom: var(--border, 1px solid #cdcdd6);
  padding-bottom: 10px;
  position: relative;
}
.article__header {
  margin-bottom: 28px;
  padding-top: 26px;
}
.article__label {
  float: left;
  font-weight: 700;
  color: var(--leaf__label-color, #3d5eff);
}
@media only screen and (min-width: 0) {
  .article__label {
    font-size: var(--leaf__label-size, 16px);
  }
}
@media only screen and (min-width: 768px) {
  .article__label {
    font-size: var(--leaf__label-size, 16px);
  }
}
@media only screen and (min-width: 1024px) {
  .article__label {
    font-size: var(--leaf__label-size, 20px);
  }
}
@media only screen and (min-width: 1296px) {
  .article__label {
    font-size: var(--leaf__label-size, 20px);
  }
}
@media only screen and (min-width: 0) {
  .article__label {
    line-height: var(--leaf__label-lineheight, 20px);
  }
}
@media only screen and (min-width: 768px) {
  .article__label {
    line-height: var(--leaf__label-lineheight, 20px);
  }
}
@media only screen and (min-width: 1024px) {
  .article__label {
    line-height: var(--leaf__label-lineheight, 24px);
  }
}
@media only screen and (min-width: 1296px) {
  .article__label {
    line-height: var(--leaf__label-lineheight, 24px);
  }
}
.article__title {
  color: var(--article__title-color, #212335);
  font-weight: 900;
  margin: 12px 0;
}
@media only screen and (min-width: 0) {
  .article__title {
    font-size: var(--leaf__title-size, 28px);
  }
}
@media only screen and (min-width: 768px) {
  .article__title {
    font-size: var(--leaf__title-size, 32px);
  }
}
@media only screen and (min-width: 1024px) {
  .article__title {
    font-size: var(--leaf__title-size, 40px);
  }
}
@media only screen and (min-width: 1296px) {
  .article__title {
    font-size: var(--leaf__title-size, 48px);
  }
}
@media only screen and (min-width: 0) {
  .article__title {
    line-height: var(--leaf__title-lineheight, 42px);
  }
}
@media only screen and (min-width: 768px) {
  .article__title {
    line-height: var(--leaf__title-lineheight, 48px);
  }
}
@media only screen and (min-width: 1024px) {
  .article__title {
    line-height: var(--leaf__title-lineheight, 60px);
  }
}
@media only screen and (min-width: 1296px) {
  .article__title {
    line-height: var(--leaf__title-lineheight, 72px);
  }
}
@media only screen and (min-width: 1024px) {
  .article__title {
    margin: 16px 0;
  }
}
@media only screen and (min-width: 1296px) {
  .article__title {
    margin: 20px 0;
  }
}
.article__subheading {
  margin: 16px 0 0;
  font-weight: 600;
  color: var(--article__subheading-color, #5e5e6e);
}
@media only screen and (min-width: 0) {
  .article__subheading {
    font-size: var(--leaf__subheading-size, 16px);
  }
}
@media only screen and (min-width: 768px) {
  .article__subheading {
    font-size: var(--leaf__subheading-size, 18px);
  }
}
@media only screen and (min-width: 1024px) {
  .article__subheading {
    font-size: var(--leaf__subheading-size, 20px);
  }
}
@media only screen and (min-width: 1296px) {
  .article__subheading {
    font-size: var(--leaf__subheading-size, 20px);
  }
}
@media only screen and (min-width: 0) {
  .article__subheading {
    line-height: var(--leaf__subheading-lineheight, 20px);
  }
}
@media only screen and (min-width: 768px) {
  .article__subheading {
    line-height: var(--leaf__subheading-lineheight, 24px);
  }
}
@media only screen and (min-width: 1024px) {
  .article__subheading {
    line-height: var(--leaf__subheading-lineheight, 24px);
  }
}
@media only screen and (min-width: 1296px) {
  .article__subheading {
    line-height: var(--leaf__subheading-lineheight, 24px);
  }
}
.article__subtitle {
  font-family: var(--font02, "Merriweather", serif);
  font-style: italic;
  font-weight: 700;
  color: var(--article__subtitle-color, #212335);
  margin-bottom: 16px;
}
@media only screen and (min-width: 0) {
  .article__subtitle {
    font-size: var(--leaf__subtitle-size, 19px);
  }
}
@media only screen and (min-width: 768px) {
  .article__subtitle {
    font-size: var(--leaf__subtitle-size, 24px);
  }
}
@media only screen and (min-width: 1024px) {
  .article__subtitle {
    font-size: var(--leaf__subtitle-size, 24px);
  }
}
@media only screen and (min-width: 1296px) {
  .article__subtitle {
    font-size: var(--leaf__subtitle-size, 28px);
  }
}
@media only screen and (min-width: 0) {
  .article__subtitle {
    line-height: var(--leaf__subtitle-lineheight, 28px);
  }
}
@media only screen and (min-width: 768px) {
  .article__subtitle {
    line-height: var(--leaf__subtitle-lineheight, 36px);
  }
}
@media only screen and (min-width: 1024px) {
  .article__subtitle {
    line-height: var(--leaf__subtitle-lineheight, 36px);
  }
}
@media only screen and (min-width: 1296px) {
  .article__subtitle {
    line-height: var(--leaf__subtitle-lineheight, 40px);
  }
}
@media only screen and (min-width: 1024px) {
  .article__subtitle {
    margin-bottom: 24px;
  }
}
.article__date,
.article__date-author {
  font-size: 13px;
  line-height: 18px;
}
.article__date {
  display: inline-block;
  color: var(--leaf__date-color, #5e5e6e);
  font-weight: 600;
  vertical-align: top;
  padding-right: 8px;
}
.article__media {
  width: 100%;
  display: block;
}
.article__media-wrapper {
  aspect-ratio: 806/453.38;
  position: relative;
  background-color: #ebebeb;
  overflow: hidden;
}
@supports (-webkit-hyphens: none) {
  .article__media-wrapper.normal-wrapper {
    padding-bottom: 56.25%;
  }
}
@media only screen and (min-width: 1024px) {
  @supports (-webkit-hyphens: none) {
  }
}
.article__media-caption {
  padding-top: 8px;
  color: var(--article__media-caption-color, #5e5e6e);
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 0) {
  .article__media-caption {
    padding-left: var(--article-padding, 20px);
  }
}
@media only screen and (min-width: 768px) {
  .article__media-caption {
    padding-left: var(--article-padding, 30px);
  }
}
@media only screen and (min-width: 1024px) {
  .article__media-caption {
    padding-left: var(--article-padding, 10px);
  }
}
@media only screen and (min-width: 1296px) {
  .article__media-caption {
    padding-left: var(--article-padding, 12px);
  }
}
@media only screen and (min-width: 0) {
  .article__media-caption {
    padding-right: var(--article-padding, 20px);
  }
}
@media only screen and (min-width: 768px) {
  .article__media-caption {
    padding-right: var(--article-padding, 30px);
  }
}
@media only screen and (min-width: 1024px) {
  .article__media-caption {
    padding-right: var(--article-padding, 10px);
  }
}
@media only screen and (min-width: 1296px) {
  .article__media-caption {
    padding-right: var(--article-padding, 12px);
  }
}
@media only screen and (min-width: 1024px) {
  .article__media-caption {
    padding-left: 0;
    padding-right: 0;
  }
}
.article__content {
  padding-top: 28px;
}
@media only screen and (min-width: 1024px) {
  .article__content {
    padding-top: 32px;
  }
}
.article__content__unit {
  margin-bottom: 28px;
  position: relative;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .article__content__unit:not(.fullsmall):not(.fullmedium):not(
      .article__content__unit--file
    ):not(.article__content__unit--link):not(.article__content__unit--quote) {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .article__content__unit:not(.fullsmall):not(.fullmedium):not(
      .article__content__unit--file
    ):not(.article__content__unit--link):not(.article__content__unit--quote) {
    margin-left: 0;
  }
}
.article__content__unit--text p {
  font-size: inherit;
  line-height: inherit;
}
@media only screen and (min-width: 1024px) {
  .article__content__unit--text {
    padding-left: unset;
  }
}
.article__label .maintheme:before {
  content: "\44";
  font-size: 10px;
  display: inline-block;
  position: relative;
  padding-right: 6px;
  color: #9192a1;
}
.article__label .maintheme:hover {
  text-decoration: underline;
  color: #009;
}
.article__label .maintheme:first-child:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .article__label .maintheme:before {
    content: "\64";
    padding-left: 4px;
  }
  .article__label .maintheme:first-child:before {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .article__label .maintheme:before {
    bottom: 2px;
  }
}

.hRGCvE h2 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 1.25rem 0 0.75rem;
  line-height: 1.35;
  padding: 0;
  box-sizing: border-box;
}
.hRGCvE h3.adv-h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 1.5rem 0 0.75rem;
  padding: 0;
  box-sizing: border-box;
}
.hRGCvE hr {
  border: none;
  border-top: 1px solid #dee2e6;
  margin: 1.5rem 0;
}
.hRGCvE .i-figure img {
  width: 100%;
  height: auto;
  display: block;
}
.hRGCvE .adv-caption {
  background-color: #fff0f0;
  text-align: center;
  font-style: italic;
  font-size: 0.9rem;
  padding: 8px 12px;
  margin: 0;
  color: #000;
}
.hRGCvE .adv-availability {
  background-color: #ebf5fb;
  text-align: center;
  padding: 20px 16px;
  margin: 24px 0;
  line-height: 1.5;
}
.hRGCvE .adv-availability a.adv-cta {
  color: #000099;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
}
.hRGCvE .adv-availability a.adv-cta:hover {
  text-decoration: underline;
}
.hRGCvE .adv-availability .adv-city {
  color: #000099;
  font-weight: 700;
}
.hRGCvE .adv-warning {
  background-color: #fff8f0;
  padding: 16px 18px;
  margin: 24px 0;
  line-height: 1.55;
}
.hRGCvE .adv-warning strong {
  color: #ff6600;
}
.hRGCvE .adv-warning .adv-city {
  color: #ff0000;
}
.hRGCvE .adv-form-block {
  text-align: center;
  margin: 24px 0 32px;
}
.hRGCvE a.adv-link {
  color: #000099;
}

:root {
  --notizia-blue: #000099;
  --notizia-blue-hover: #0000cc;
  --notizia-text: #212335;
  --notizia-muted: #687087;
  --notizia-border: #e4e7ec;
  --notizia-bg: #f4f5f6;
}

body[data-layout="articolo"] {
  padding-top: 0;
  margin: 0;
  font-family: "Public Sans", "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.notizia-header {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  z-index: 100;
  height: 64px;
  background: #fff;
  border-bottom: 3px solid var(--notizia-blue);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

/* Main layout — centered column, no extra top gap */
main {
  padding-top: 0;
  margin-top: 0;
}

main .leaf {
  border-bottom: 0;
  padding-top: 0;
  margin-top: 0;
}

main .leaf .article.normal_width {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

main .leaf .article.normal_width .article__header {
  padding-top: 12px;
  margin-top: 0;
}

main .leaf .article.normal_width .article__title {
  margin-top: 0;
}

main .leaf .article.normal_width > .grid-x {
  justify-content: center;
}

main .leaf .article.normal_width .sidegutterright {
  width: 100% !important;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none;
}

main .leaf .article.normal_width .sidegutterright > .grid-x {
  justify-content: center;
}

main .leaf .article.normal_width .sidegutterright .cell {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

main .leaf .article.normal_width .article__content {
  max-width: 100%;
}

main .leaf .article.normal_width .hRGCvE > p,
main .leaf .article.normal_width .hRGCvE > hr,
main .leaf .article.normal_width .hRGCvE > figure,
main .leaf .article.normal_width .hRGCvE > div {
  max-width: 100%;
}

.notizia-header__inner {
  max-width: 1296px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.notizia-logo {
  font-family: "Inter Tight", "Public Sans", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--notizia-blue);
  text-decoration: none;
  line-height: 1;
}

.notizia-logo:hover {
  color: var(--notizia-blue-hover);
}

.notizia-ad-label-bar {
  background: #fff;
  border-bottom: 1px solid var(--notizia-border);
}

.notizia-ad-label-bar__inner {
  max-width: 1296px;
  margin: 0 auto;
  padding: 6px 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.notizia-ad-label {
  margin: 0;
  padding: 0;
  font-family: "Public Sans", "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: none;
  color: var(--notizia-muted);
}

.notizia-ad-label::first-letter {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  padding: 0;
  float: none;
}

/* Rain footer — full width, always visible */
footer {
  display: block !important;
  width: 100%;
  clear: both;
  margin-top: 0;
}

/* Legal block between prefooter and dark bar */

.site-legal-block__disclaimer {
  font-size: 0.78rem;
  line-height: 1.55;
  color: #495057;
  max-width: 960px;
  margin: 0 auto;
}

.site-legal-block__disclaimer p {
  margin: 0 0 12px;
}

.site-legal-block__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e4e7ec;
}

.site-legal-block__nav a {
  color: #000099;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

/* Legal content inside dark footer bar */
.site-footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.rain-dark-footer .site-legal-block__disclaimer {
  font-size: 0.78rem;
  line-height: 1.55;
  color: #c8ccd0;
  max-width: 960px;
  margin: 0 auto 20px;
}

.rain-dark-footer .site-legal-block__disclaimer p {
  margin: 0 0 12px;
}

.rain-dark-footer .site-legal-block__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  margin: 0 auto 24px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.rain-dark-footer .site-legal-block__nav a {
  color: #e5e7eb;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.rain-dark-footer .site-legal-block__nav a:hover {
  text-decoration: underline;
}

.rain-dark-footer .site-company-footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 0;
  padding-top: 4px;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #b1b6b8;
}

.site-company-footer span {
  display: block;
}

.rain-dark-footer {
  display: block !important;
  background: #1a1d26;
  color: #b1b6b8;
  padding: 24px 20px 32px;
  width: 100%;
  box-sizing: border-box;
}

.rain-dark-footer .footer-container {
  max-width: 1296px;
  margin: 0 auto;
}

.rain-dark-footer .footer-details {
  font-size: 0.78rem;
  line-height: 1.55;
}

.rain-dark-footer .footer-details a {
  color: #e5e7eb;
  text-decoration: none;
}

.rain-dark-footer .footer-details a:hover {
  text-decoration: underline;
}

.notizia-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--notizia-border);
}

.notizia-footer__nav a {
  color: var(--notizia-blue);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.notizia-footer__nav a:hover {
  text-decoration: underline;
}

/* Comments */
.comments-section {
  max-width: 100%;
  margin: 40px auto 24px;
  padding-top: 24px;
  border-top: 2px solid var(--notizia-border);
}

.comments-section__title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--notizia-text);
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--notizia-blue);
  display: inline-block;
}

.comments-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.comment-item {
  background: #fff;
  border: 1px solid var(--notizia-border);
  border-radius: 6px;
  padding: 16px 18px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.comment-item--admin {
  border-left: 4px solid var(--notizia-blue);
  background: #f8f9ff;
}

.comment-item__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.comment-item__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.comment-item__author {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--notizia-text);
  line-height: 1.3;
}

.comment-item__body {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #313131;
}

.comment-item__photo {
  margin: 12px 0 0;
}

.comment-item__photo img {
  width: 100%;
  max-width: 420px;
  height: auto;
  border-radius: 4px;
  border: 1px solid var(--notizia-border);
}

.comment-item__likes {
  margin-top: 10px;
  font-size: 0.82rem;
  color: var(--notizia-muted);
}

.comments-section__cta {
  display: block;
  max-width: 520px;
  margin: 28px auto 0;
  padding: 14px 24px;
  background: var(--notizia-blue);
  color: #fff !important;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.95rem;
}

.comments-section__cta:hover {
  background: var(--notizia-blue-hover);
  color: #fff !important;
}

@media (max-width: 767px) {
  main .leaf .article.normal_width {
    padding-left: 16px;
    padding-right: 16px;
  }

  .notizia-header {
    height: 56px;
  }

  .notizia-logo {
    font-size: 1.65rem;
  }
}

.adv-form-block .form_block {
  width: 100%;
  max-width: 560px;
  margin: 20px auto 0;
  text-align: left;
}

.adv-form-block .final-page__form {
  width: 100%;
}

.adv-form-block .form-official-header {
  background: var(--notizia-blue, #000099);
  color: #fff;
  padding: 14px 20px;
  border-radius: 6px 6px 0 0;
  text-align: center;
}

.adv-form-block .form-official-header__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* Reset rainews.css article drop-cap on form header */
.leaf:not(.leaf--marathon)
  .article__content__unit--text
  .adv-form-block
  .form-official-header
  .form-official-header__title::first-letter,
.leaf:not(.leaf--marathon)
  .article__content__unit--text
  .adv-form-block
  .form-official-header
  .form-official-header__subtitle::first-letter {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  padding: 0;
  float: none;
}

.adv-form-block .form-official-header__subtitle {
  margin: 6px 0 0;
  font-size: 0.82rem;
  font-weight: 400;
  opacity: 0.92;
}

.notizia-ad-label-bar {
  background: #fff;
  border-bottom: 1px solid #e4e7ec;
}
.notizia-ad-label-bar__inner {
  max-width: 1296px;
  margin: 0 auto;
  padding: 6px 20px;
  display: flex;
  justify-content: flex-end;
}
.notizia-ad-label {
  margin: 0;
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  color: #687087;
}
.article__content .hRGCvE {
  max-width: 100%;
}
.article__content .hRGCvE h2,
.article__content .hRGCvE h3 {
  font-family: inherit;
}
.article__content .hRGCvE p {
  font-size: 1.125rem;
  line-height: 1.6;
}
.article__content .hRGCvE .i-figure img {
  width: 100%;
  height: auto;
}

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