/* =========================================================
   FABER ORGANIC — RIVISTA / LAYOUT CONSOLIDATO
   Scope locale: solo pagina Rivista
   ========================================================= */

.fo-journal-page {
  --fo-journal-max-width: 1240px;
  --fo-journal-text: #1f1f1c;
  --fo-journal-muted: #3f3a34;
  --fo-journal-soft-muted: #5b554e;
  --fo-journal-border: rgba(31, 31, 28, 0.10);
  --fo-journal-soft: #f7f4ef;
}

/* ---------- contenitore generale ---------- */

.fo-journal-page .fusion-builder-row,
.fo-journal-page .fusion-row {
  max-width: var(--fo-journal-max-width);
}

.fo-journal-page .fusion-fullwidth {
  margin-bottom: 0;
}

/* ---------- spaziatura verticale generale ---------- */

.fo-journal-intro,
.fo-journal-paths,
.fo-journal-featured,
.fo-journal-latest {
  padding-top: 28px;
  padding-bottom: 28px;
}

.fo-journal-paths,
.fo-journal-featured,
.fo-journal-latest {
  margin-top: 18px;
}

/* ---------- tipografia locale Rivista ---------- */

.fo-journal-page h1,
.fo-journal-page h2,
.fo-journal-page h3,
.fo-journal-page h4,
.fo-journal-page p {
  color: var(--fo-journal-text);
}

.fo-journal-page h2 {
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.fo-journal-page h3 {
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.18;
  letter-spacing: -0.015em;
}

.fo-journal-page p {
  font-size: 15.5px;
  line-height: 1.72;
}

.fo-journal-page .fusion-text p:last-child {
  margin-bottom: 0;
}

/* ---------- intro editoriale ---------- */

.fo-journal-intro {
  padding-top: 20px;
  padding-bottom: 10px;
}

.fo-journal-intro p {
  max-width: 780px;
  color: var(--fo-journal-muted);
}

/* ---------- percorsi di lettura ---------- */

.fo-journal-paths {
  padding-top: 18px;
  padding-bottom: 34px;
}

.fo-journal-paths .fusion-title {
  margin-bottom: 24px;
}

.fo-journal-path {
  padding: 8px 10px 14px;
}

.fo-journal-path h3,
.fo-journal-path h4 {
  margin-bottom: 10px;
}

.fo-journal-path p {
  color: var(--fo-journal-muted);
  max-width: 25ch;
}

.fo-journal-path a {
  display: inline-block;
  margin-top: 12px;
  color: var(--fo-journal-text);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  line-height: 1.2;
}

.fo-journal-path a:hover,
.fo-journal-path a:focus {
  opacity: 0.72;
}

/* neutralizza eventuali bottoni Avada nei percorsi */
.fo-journal-path .fusion-button {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: auto !important;
  line-height: 1.2 !important;
  color: var(--fo-journal-text) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0 !important;
}

/* ---------- featured / in primo piano ---------- */

.fo-journal-featured {
  padding-top: 34px;
  padding-bottom: 36px;
}

.fo-journal-featured__media {
  padding-right: 3.5%;
}

.fo-journal-featured__media img {
  width: 100%;
  height: auto;
  display: block;
}

.fo-journal-featured__body {
  padding-left: 4.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fo-journal-featured__eyebrow,
.fo-journal-featured__eyebrow p {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fo-journal-soft-muted);
  margin-bottom: 14px;
}

.fo-journal-featured__title,
.fo-journal-featured__title h2,
.fo-journal-featured__title h3,
.fo-journal-featured__title h4,
.fo-journal-featured__title a {
  border: 0 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.fo-journal-featured__title h2,
.fo-journal-featured__title h3,
.fo-journal-featured__title h4 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
}

.fo-journal-featured__excerpt {
  position: relative;
  padding-top: 26px;
}

.fo-journal-featured__excerpt::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 34rem;
  border-top: 1px solid rgba(31, 31, 28, 0.35);
  margin-bottom: 22px;
}

.fo-journal-featured__excerpt,
.fo-journal-featured__excerpt p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--fo-journal-muted);
  max-width: 40ch;
  margin-bottom: 0;
}

.fo-journal-featured__link,
.fo-journal-featured__link p {
  margin-top: 8px;
}

.fo-journal-featured__link a {
  display: inline-block;
  color: var(--fo-journal-text);
  text-decoration: none;
  border: 0 !important;
  box-shadow: none !important;
  line-height: 1.2;
}

.fo-journal-featured__link a:hover,
.fo-journal-featured__link a:focus {
  opacity: 0.72;
}

/* neutralizza eventuale bottone featured */
.fo-journal-featured__body .fusion-button {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: auto !important;
  line-height: 1.2 !important;
  color: var(--fo-journal-text) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  border-radius: 0 !important;
}

/* ---------- ultimi approfondimenti ---------- */

.fo-journal-latest {
  padding-top: 36px;
  padding-bottom: 30px;
}

.fo-journal-latest .fusion-title {
  margin-bottom: 22px;
}

.fo-journal-page .fusion-post-cards {
  margin-top: 0;
}

.fo-journal-page .fusion-post-cards .fusion-column-wrapper,
.fo-journal-page .fusion-post-cards .fusion-post-card {
  background: transparent;
  box-shadow: none;
}

/* ---------- card archivio ---------- */

.fo-journal-page .fusion-post-card {
  padding-bottom: 12px;
}

.fo-journal-page .fusion-post-card img {
  display: block;
  width: 100%;
  height: auto;
}

.fo-journal-page .fusion-post-card h2,
.fo-journal-page .fusion-post-card h3,
.fo-journal-page .fusion-post-card h4 {
  font-size: 29px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-top: 12px;
  margin-bottom: 10px;
}

.fo-journal-page .fusion-post-card p {
  color: var(--fo-journal-muted);
  margin-bottom: 10px;
}

/* meta row unica */
.fo-journal-card__meta,
.fo-journal-card__meta p {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--fo-journal-muted);
  margin-top: 10px;
  margin-bottom: 0;
}

.fo-journal-card__meta span,
.fo-journal-card__meta a {
  color: inherit;
  text-decoration: none;
}

/* categoria card Rivista */
.fo-journal-card__category {
  display: block;
  font-size: 11.5px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fo-journal-soft-muted);
  margin-bottom: 8px;
}

/* ---------- paginazione ---------- */

.fo-journal-page .pagination,
.fo-journal-page .fusion-pagination {
  margin-top: 30px;
}

.fo-journal-page .pagination a,
.fo-journal-page .pagination span,
.fo-journal-page .fusion-pagination a,
.fo-journal-page .fusion-pagination span {
  border: 0;
  background: transparent;
  color: var(--fo-journal-text);
  padding: 0 4px;
}

/* ---------- responsive ---------- */

@media (max-width: 1024px) {
  .fo-journal-intro,
  .fo-journal-paths,
  .fo-journal-featured,
  .fo-journal-latest {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .fo-journal-featured__media {
    padding-right: 0;
  }

  .fo-journal-featured__body {
    padding-left: 0;
    padding-top: 18px;
  }

  .fo-journal-featured__excerpt {
    padding-top: 18px;
  }

  .fo-journal-featured__excerpt::before {
    margin-bottom: 18px;
  }

  .fo-journal-page .fusion-post-card h2,
  .fo-journal-page .fusion-post-card h3,
  .fo-journal-page .fusion-post-card h4 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .fo-journal-page h2 {
    font-size: 28px;
  }

  .fo-journal-page h3 {
    font-size: 22px;
  }

  .fo-journal-path {
    padding: 4px 0 12px;
  }

  .fo-journal-featured {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .fo-journal-page .fusion-post-card h2,
  .fo-journal-page .fusion-post-card h3,
  .fo-journal-page .fusion-post-card h4 {
    font-size: 22px;
  }
}

/* =========================================================
   FABER ORGANIC — RIVISTA / ARCHIVE HEADER
   Scope locale: archivi categoria Rivista
   ========================================================= */

.fo-journal-archive-header {
  width: min(100%, 1240px);
  max-width: 1240px;
  margin: 0 auto 42px;
  padding-top: 28px;
  padding-bottom: 20px;
}

.fo-journal-archive-header__back {
  display: inline-block;
  margin-bottom: 28px;
  font-size: 13.5px;
  line-height: 1.4;
  color: #3f3a34;
  text-decoration: none !important;
  border-bottom: 0 !important;
  transition: color 0.18s ease, opacity 0.18s ease;
}

.fo-journal-archive-header__back:hover,
.fo-journal-archive-header__back:focus {
  color: #315f49;
}

.fo-journal-archive-header__eyebrow {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5b554e;
  margin-bottom: 14px;
}

.fo-journal-archive-header__title {
  max-width: 780px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  color: #1f1f1c;
  margin: 0 0 16px;
}

.fo-journal-archive-header__description {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.72;
  color: #3f3a34;
  margin: 0;
}

@media (max-width: 767px) {
  .fo-journal-archive-header {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 8px;
    padding-bottom: 12px;
  }

  .fo-journal-archive-header__back {
    margin-bottom: 24px;
    font-size: 13px;
  }

  .fo-journal-archive-header__eyebrow {
    margin-bottom: 12px;
  }

  .fo-journal-archive-header__title {
    font-size: 34px;
    line-height: 1.06;
    margin-bottom: 14px;
  }

  .fo-journal-archive-header__description {
    font-size: 16px;
    line-height: 1.68;
  }
}

/* =========================================================
   FABER ORGANIC — RIVISTA / SINGLE ARTICLE
   Versione consolidata definitiva
   Scope locale: singolo articolo Rivista
   Include:
   1) Header articolo
   2) Meta row con ultimo aggiornamento
   3) Corpo articolo text-only
   4) Link editoriali / pulsanti neutralizzati
   5) Modulo Da ricordare
   6) Modulo prodotto collegato
   7) Autore custom
   8) Articoli correlati manuali
   9) Chiusura
   ========================================================= */

.fo-article {
  --fo-article-max-width: 1040px;
  --fo-article-content-width: 780px;
  --fo-article-text: #1f1f1c;
  --fo-article-muted: #3f3a34;
  --fo-article-soft-muted: #5b554e;
  --fo-article-border: rgba(31, 31, 28, 0.14);
  --fo-article-ice: #f8faf9;
  --fo-article-green: #315f49;
}

/* ---------- contenitore generale ---------- */

.fo-article .fusion-builder-row,
.fo-article .fusion-row {
  max-width: var(--fo-article-max-width);
}

.fo-article h1,
.fo-article h2,
.fo-article h3,
.fo-article h4,
.fo-article p,
.fo-article li {
  color: var(--fo-article-text);
}

/* ---------- header articolo ---------- */

.fo-article-header {
  padding-top: 44px;
  padding-bottom: 28px;
}

.fo-article-category,
.fo-article-category p {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fo-article-soft-muted);
  margin-bottom: 18px;
}

.fo-article-title h1,
.fo-article-title h2,
.fo-article-title h3 {
  width: min(100%, var(--fo-article-max-width));
  max-width: var(--fo-article-max-width);
  font-size: clamp(36px, 3.8vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.032em;
  margin-bottom: 18px;
}

/* ---------- meta articolo ---------- */

.fo-article-meta {
  margin-bottom: 22px;
}

.fo-article-meta,
.fo-article-meta p {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--fo-article-muted);
}

.fo-article-meta p {
  margin: 0 !important;
}

.fo-article-meta__main {
  margin-bottom: 2px !important;
}

.fo-article-meta__author-date,
.fo-article-meta__reading {
  white-space: nowrap;
}

.fo-article-meta__updated {
  margin-top: 0 !important;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--fo-article-soft-muted);
}

/* ---------- standfirst ---------- */

.fo-article-standfirst,
.fo-article-standfirst p {
  max-width: 720px;
  font-size: 19px;
  line-height: 1.72;
  color: var(--fo-article-muted);
  margin-bottom: 0;
}

/* ---------- vecchie immagini single disattivate ---------- */

.fo-article-hero,
.fo-article-intro-media {
  display: none !important;
}

/* ---------- corpo articolo ---------- */

.fo-article-body {
  max-width: var(--fo-article-content-width);
  padding-top: 10px;
  padding-bottom: 40px;
}

.fo-article-content {
  max-width: var(--fo-article-content-width);
}

.fo-article-content p,
.fo-article-body p {
  font-size: 17px;
  line-height: 1.78;
  color: var(--fo-article-text);
  max-width: var(--fo-article-content-width);
  margin-bottom: 18px;
}

.fo-article-content > *,
.fo-article-body > * {
  max-width: var(--fo-article-content-width);
}

/* headings nel corpo */

.fo-article-body h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-top: 46px;
  margin-bottom: 16px;
}

.fo-article-body h3 {
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.16;
  letter-spacing: -0.02em;
  margin-top: 30px;
  margin-bottom: 12px;
}

/* liste nel corpo articolo */

.fo-article-body ul,
.fo-article-body ol {
  margin-top: 0;
  margin-bottom: 22px;
  padding-left: 1.3em;
}

.fo-article-body li {
  font-size: 17px;
  line-height: 1.78;
  margin-bottom: 7px;
}

/* citazioni */

.fo-article-body blockquote {
  margin: 30px 0;
  padding: 0 0 0 22px;
  border-left: 1px solid var(--fo-article-border);
}

.fo-article-body blockquote p {
  font-size: 19px;
  line-height: 1.68;
  color: var(--fo-article-muted);
}

/* immagini interne articolo */

.fo-article-body figure {
  margin: 32px 0;
}

.fo-article-body figure img {
  display: block;
  width: 100%;
  height: auto;
}

.fo-article-body figcaption {
  font-size: 13px;
  line-height: 1.6;
  color: var(--fo-article-muted);
  margin-top: 10px;
}

/* link nel corpo */

.fo-article-body a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

/* ---------- pulsanti nel contenuto convertiti in link editoriali ---------- */

.fo-article-body .fusion-button,
.fo-article-body .wp-block-button__link,
.fo-article-body .button,
.fo-article-body a.fusion-button {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: auto !important;
  color: var(--fo-article-text) !important;
  text-decoration: none !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0 !important;
  line-height: 1.3 !important;
  font-size: inherit !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.fo-article-body .fusion-button:hover,
.fo-article-body .fusion-button:focus,
.fo-article-body .wp-block-button__link:hover,
.fo-article-body .wp-block-button__link:focus,
.fo-article-body .button:hover,
.fo-article-body .button:focus,
.fo-article-body a.fusion-button:hover,
.fo-article-body a.fusion-button:focus {
  opacity: 0.72;
}

/* =========================================================
   MODULO — DA RICORDARE
   ========================================================= */

.fo-article-keynotes {
  position: relative;
  box-sizing: border-box;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 34px;
  margin-bottom: 38px;
  padding: 34px 24px 36px;
  background: var(--fo-article-ice, #f8faf9);
  border-top: 1px solid rgba(31, 31, 28, 0.06);
  border-bottom: 1px solid rgba(31, 31, 28, 0.06);
}

.fo-article-keynotes h2 {
  max-width: var(--fo-article-content-width, 780px);
  margin: 0 auto 22px;
  font-size: clamp(26px, 2.5vw, 36px);
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--fo-article-text, #1f1f1c);
  text-align: center;
}

.fo-article-keynotes h2::before {
  content: "“";
}

.fo-article-keynotes h2::after {
  content: "”";
}

.fo-article-keynotes ul {
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.fo-article-keynotes li {
  position: relative;
  font-size: 16.5px;
  line-height: 1.72;
  color: var(--fo-article-muted, #3f3a34);
  margin-bottom: 12px;
  padding-left: 18px;
}

.fo-article-keynotes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(31, 31, 28, 0.30);
}

.fo-article-keynotes li:last-child {
  margin-bottom: 0;
}

/* =========================================================
   MODULO — PRODOTTO COLLEGATO
   ========================================================= */

.fo-article-product-bridge {
  --fo-product-bridge-content-width: 780px;
  --fo-product-bridge-ice: #f8faf9;
  --fo-product-bridge-text: #1f1f1c;
  --fo-product-bridge-muted: #3f3a34;
  --fo-product-bridge-soft-muted: #5b554e;
  --fo-product-bridge-green: #315f49;

  position: relative;
  box-sizing: border-box;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 18px;
  margin-bottom: 46px;
  padding: 42px 24px;
  background: var(--fo-product-bridge-ice) !important;
  border-top: 1px solid rgba(31, 31, 28, 0.05);
  border-bottom: 1px solid rgba(31, 31, 28, 0.05);
}

.fo-article-product-bridge__inner {
  width: min(calc(100vw - 48px), var(--fo-product-bridge-content-width));
  max-width: var(--fo-product-bridge-content-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  column-gap: 38px;
  align-items: center;
}

.fo-article-product-bridge__media {
  display: block;
  text-decoration: none !important;
  border: 0 !important;
  background: transparent !important;
}

.fo-article-product-bridge__image {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.fo-article-product-bridge__eyebrow {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fo-product-bridge-soft-muted);
  margin-bottom: 12px;
}

.fo-article-product-bridge__title {
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin: 0 0 8px;
  color: var(--fo-product-bridge-text);
}

.fo-article-product-bridge__title a {
  color: inherit;
  text-decoration: none !important;
  border-bottom: 0 !important;
  transition: color 0.18s ease;
}

.fo-article-product-bridge__title a:hover,
.fo-article-product-bridge__title a:focus {
  color: var(--fo-product-bridge-green);
}

.fo-article-product-bridge__subtitle {
  max-width: 42ch;
  font-size: 18px;
  line-height: 1.45;
  color: var(--fo-product-bridge-text);
  margin: 0 0 18px;
}

.fo-article-product-bridge__text {
  max-width: 48ch;
  font-size: 16px;
  line-height: 1.72;
  color: var(--fo-product-bridge-muted);
  margin-bottom: 18px;
}

.fo-article-product-bridge__link {
  display: inline-block;
  color: var(--fo-product-bridge-text);
  text-decoration: none !important;
  border-bottom: 0 !important;
  line-height: 1.25;
  transition: color 0.18s ease;
}

.fo-article-product-bridge__link:hover,
.fo-article-product-bridge__link:focus {
  color: var(--fo-product-bridge-green);
}

/* =========================================================
   MODULO — AUTORE CUSTOM
   ========================================================= */

.fo-article-author {
  max-width: var(--fo-article-content-width);
  margin-top: 10px;
  padding-top: 26px;
  padding-bottom: 36px;
  border-top: 1px solid var(--fo-article-border);
}

.fo-article-author__inner {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.fo-article-author__heading {
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--fo-article-text);
  margin: 0 0 22px 0;
}

.fo-article-author__heading a {
  color: inherit;
  text-decoration: none;
  border-bottom: 0;
  transition: color 0.18s ease;
}

.fo-article-author__heading a:hover,
.fo-article-author__heading a:focus {
  color: var(--fo-article-green);
}

.fo-article-author__avatar-link {
  display: inline-block;
  width: 112px;
  height: 112px;
  margin-bottom: 22px;
}

.fo-article-author__avatar-img {
  display: block;
  width: 112px !important;
  height: 112px !important;
  min-width: 112px !important;
  border-radius: 50%;
  object-fit: cover;
}

.fo-article-author__bio {
  max-width: 58ch;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.72;
  color: var(--fo-article-muted);
}

/* =========================================================
   MODULO — ARTICOLI CORRELATI
   ========================================================= */

.fo-article-related {
  max-width: var(--fo-article-content-width);
  margin-top: 28px;
  margin-bottom: 46px;
  padding-top: 34px;
  border-top: 1px solid var(--fo-article-border);
}

.fo-article-related__header {
  margin-bottom: 24px;
}

.fo-article-related__eyebrow {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fo-article-soft-muted);
  margin-bottom: 10px;
}

.fo-article-related__title {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--fo-article-text);
  margin: 0;
}

.fo-article-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 30px;
}

.fo-article-related-card {
  display: flex;
  flex-direction: column;
}

.fo-article-related-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--fo-article-ice);
  margin-bottom: 14px;
  text-decoration: none !important;
  border: 0 !important;
}

.fo-article-related-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fo-article-related-card__category {
  font-size: 11.5px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fo-article-soft-muted);
  margin-bottom: 8px;
}

.fo-article-related-card__title {
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  color: var(--fo-article-text);
}

.fo-article-related-card__title a {
  color: inherit;
  text-decoration: none !important;
  border-bottom: 0 !important;
  transition: color 0.18s ease;
}

.fo-article-related-card__title a:hover,
.fo-article-related-card__title a:focus {
  color: var(--fo-article-green);
}

.fo-article-related-card__excerpt {
  font-size: 15px;
  line-height: 1.62;
  color: var(--fo-article-muted);
  margin-bottom: 12px;
}

.fo-article-related-card__meta {
  font-size: 13px;
  line-height: 1.55;
  color: var(--fo-article-muted);
  margin-top: auto;
  margin-bottom: 0;
}

/* evita sottolineature ereditate dal corpo articolo */
.fo-article-body .fo-article-related a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

/* ---------- chiusura ---------- */

.fo-article-end {
  max-width: var(--fo-article-content-width);
  padding-top: 12px;
  padding-bottom: 54px;
}

.fo-article-end a {
  color: var(--fo-article-text);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.fo-article-end a:hover,
.fo-article-end a:focus {
  opacity: 0.72;
}

/* =========================================================
   RESPONSIVE — TABLET
   ========================================================= */

@media (max-width: 1024px) {
  .fo-article {
    --fo-article-max-width: 920px;
    --fo-article-content-width: 100%;
  }

  .fo-article-header {
    padding-top: 34px;
  }

  .fo-article-title h1,
  .fo-article-title h2,
  .fo-article-title h3 {
    font-size: clamp(34px, 5vw, 50px);
  }

  .fo-article-content p,
  .fo-article-body p,
  .fo-article-body li {
    font-size: 16.5px;
    line-height: 1.78;
  }
}

@media (max-width: 900px) {
  .fo-article-related__grid {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .fo-article-related-card__media {
    max-width: 420px;
  }
}

/* =========================================================
   RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .fo-article-header {
    padding-top: 26px;
    padding-bottom: 22px;
  }

  .fo-article-title h1,
  .fo-article-title h2,
  .fo-article-title h3 {
    font-size: 33px;
    line-height: 1.06;
    letter-spacing: -0.025em;
  }

  .fo-article-meta,
  .fo-article-meta p {
    font-size: 13.5px;
    line-height: 1.5;
  }

  .fo-article-meta__main {
    display: block;
  }

  .fo-article-meta__author-date {
    display: block;
  }

  .fo-article-meta__separator {
    display: none;
  }

  .fo-article-meta__reading {
    display: block;
    margin-top: 2px;
  }

  .fo-article-meta__updated {
    display: block;
    margin-top: 2px !important;
    font-size: 13px;
  }

  .fo-article-standfirst,
  .fo-article-standfirst p {
    font-size: 17px;
    line-height: 1.7;
  }

  .fo-article-body {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .fo-article-content p,
  .fo-article-body p,
  .fo-article-body li {
    font-size: 16px;
    line-height: 1.78;
  }

  .fo-article-body h2 {
    font-size: 30px;
    margin-top: 40px;
  }

  .fo-article-body h3 {
    font-size: 24px;
    margin-top: 26px;
  }

  /* Da ricordare */
  .fo-article-keynotes {
    margin-top: 28px;
    margin-bottom: 32px;
    padding: 28px 20px 30px;
  }

  .fo-article-keynotes h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .fo-article-keynotes ul {
    max-width: 100%;
  }

  .fo-article-keynotes li {
    font-size: 15.5px;
    line-height: 1.68;
    padding-left: 16px;
  }

  .fo-article-keynotes li::before {
    width: 3.5px;
    height: 3.5px;
  }

  /* Prodotto collegato */
  .fo-article-product-bridge {
    margin-top: 14px;
    margin-bottom: 38px;
    padding: 32px 20px;
  }

  .fo-article-product-bridge__inner {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
  }

  .fo-article-product-bridge__media {
    max-width: 220px;
    margin: 0 auto 22px;
  }

  .fo-article-product-bridge__subtitle,
  .fo-article-product-bridge__text {
    margin-left: auto;
    margin-right: auto;
  }

  .fo-article-product-bridge__title {
    font-size: 34px;
  }

  .fo-article-product-bridge__subtitle {
    font-size: 17px;
    line-height: 1.45;
  }

  .fo-article-product-bridge__text {
    font-size: 15.5px;
    line-height: 1.68;
  }

  /* Autore */
  .fo-article-author {
    margin-top: 16px;
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .fo-article-author__inner {
    max-width: 100%;
  }

  .fo-article-author__heading {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .fo-article-author__avatar-link {
    width: 92px;
    height: 92px;
    margin-bottom: 18px;
  }

  .fo-article-author__avatar-img {
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
  }

  .fo-article-author__bio {
    font-size: 15.2px;
    line-height: 1.7;
  }

  /* Correlati */
  .fo-article-related {
    margin-top: 24px;
    margin-bottom: 38px;
    padding-top: 28px;
  }

  .fo-article-related__title {
    font-size: 30px;
  }

  .fo-article-related-card__title {
    font-size: 22px;
  }

  .fo-article-related-card__excerpt {
    font-size: 15px;
    line-height: 1.6;
  }

  /* Chiusura */
  .fo-article-end {
    padding-bottom: 36px;
  }
}

/* =========================================================
   FABER ORGANIC — RIVISTA / INDICE CONTENUTI ARTICOLO
   Versione editoriale leggibile, brand green, centrata
   Shortcode: [fo_article_toc]
   ========================================================= */

.fo-article-toc {
  width: min(100%, 680px);
  margin: 30px auto 40px;
  padding: 0;
  background: #ffffff;
}

.fo-article-toc__details {
  background: transparent;
  border: 0;
  overflow: visible;
}

.fo-article-toc__details::before {
  content: "";
  display: block;
  width: 52px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #115740;
}

.fo-article-toc__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 0 18px;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #115740;
}

.fo-article-toc__summary span {
  display: inline-block;
}

.fo-article-toc__summary::-webkit-details-marker {
  display: none;
}

.fo-article-toc__summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #115740;
  border-bottom: 2px solid #115740;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
  flex: 0 0 auto;
  opacity: 1;
}

.fo-article-toc__details[open] .fo-article-toc__summary::after {
  transform: rotate(225deg) translateY(-1px);
}

.fo-article-toc__list {
  margin: 0;
  padding: 0 0 0 22px;
  color: #4f4942;
}

.fo-article-toc__item {
  margin: 0 0 11px;
  padding-left: 7px;
}

.fo-article-toc__item:last-child {
  margin-bottom: 0;
}

.fo-article-toc__link {
  color: #2f2a25;
  text-decoration: none;
  font-size: 15.5px;
  line-height: 1.55;
  font-weight: 450;
  border-bottom: 1px solid rgba(47, 42, 37, 0.22);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.fo-article-toc__link:hover {
  color: #115740;
  border-color: rgba(17, 87, 64, 0.45);
}

.fo-article-toc__link:focus-visible {
  outline: 2px solid rgba(17, 87, 64, 0.35);
  outline-offset: 4px;
  border-radius: 4px;
}

/* Anchor scroll: evita che il titolo finisca sotto header/sticky bar */
.single-post .fo-article h2[id],
.single-post .entry-content h2[id],
.single-post .post-content h2[id],
.single-post .fusion-text h2[id] {
  scroll-margin-top: 120px;
}

@media (max-width: 767px) {
  .fo-article-toc {
    width: 100%;
    margin: 26px auto 34px;
  }

  .fo-article-toc__details::before {
    width: 46px;
    height: 4px;
    margin-bottom: 16px;
  }

  .fo-article-toc__summary {
    padding-bottom: 17px;
    font-size: 15px;
  }

  .fo-article-toc__summary::after {
    width: 10px;
    height: 10px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }

  .fo-article-toc__list {
    padding-left: 21px;
  }

  .fo-article-toc__item {
    margin-bottom: 12px;
    padding-left: 6px;
  }

  .fo-article-toc__link {
    font-size: 15px;
    line-height: 1.55;
    font-weight: 500;
  }

  .single-post .fo-article h2[id],
  .single-post .entry-content h2[id],
  .single-post .post-content h2[id],
  .single-post .fusion-text h2[id] {
    scroll-margin-top: 96px;
  }
}

/* =========================================================
   FABER ORGANIC — RIVISTA / SALVA ARTICOLO + LEGGI DOPO
   CSS unificato e stabilizzato
   Include:
   1) Bottone Salva articolo nel single article
   2) Messaggio dopo salvataggio
   3) Pagina Articoli salvati
   4) Link condizionale Articoli salvati in Home Rivista
   5) Riprendi lettura
   ========================================================= */


/* =========================================================
   1) SINGLE ARTICLE — SALVA ARTICOLO
   Shortcode: [fo_article_save_button]
   ========================================================= */

.fo-article-topline {
  width: 100%;
  max-width: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.fo-article-topline__label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 !important;
  padding: 0;
  color: #5b554e;
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.fo-article-save-area {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  min-width: 0;
}

.fo-article-save {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 30px;
  margin: 0;
  padding: 4px 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #115740;
  font-family: inherit;
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    padding 0.2s ease,
    opacity 0.2s ease;
}

.fo-article-save:hover {
  color: #0d4734;
}

.fo-article-save:focus-visible {
  outline: 2px solid rgba(17, 87, 64, 0.35);
  outline-offset: 4px;
  border-radius: 10px;
}

.fo-article-save__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  min-width: 13px;
  max-width: 13px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  flex: 0 0 13px;
  line-height: 1;
  overflow: hidden;
}

.fo-article-save__svg,
.fo-article-save__icon svg {
  display: block !important;
  width: 13px !important;
  min-width: 13px !important;
  max-width: 13px !important;
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
  flex: 0 0 13px !important;
  overflow: visible;
}

.fo-article-save__svg path,
.fo-article-save__icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linejoin: round;
}

.fo-article-save__label {
  display: inline-block;
  transform: translateY(0.5px);
}

.fo-article-save.is-saved {
  padding: 7px 13px;
  background: #115740;
  color: #ffffff;
  border-radius: 10px;
}

.fo-article-save.is-saved:hover {
  background: #0d4734;
  color: #ffffff;
}

.fo-article-save.is-saved .fo-article-save__svg path,
.fo-article-save.is-saved .fo-article-save__icon svg path {
  fill: currentColor;
  stroke: currentColor;
}

.fo-article-save.is-disabled,
.fo-article-save:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.fo-article-save-feedback {
  max-width: 320px;
  margin: 9px 0 0;
  color: #5b554e;
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: right;
  opacity: 0;
  transform: translateY(-3px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.fo-article-save-feedback[hidden] {
  display: none;
}

.fo-article-save-feedback.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fo-article-save-feedback a {
  color: #115740;
  text-decoration: none;
  border-bottom: 1px solid rgba(17, 87, 64, 0.32);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.fo-article-save-feedback a:hover {
  color: #0d4734;
  border-color: rgba(13, 71, 52, 0.55);
}


/* =========================================================
   2) PAGINA ARTICOLI SALVATI
   Shortcode: [fo_saved_articles]
   ========================================================= */

.fo-saved-articles {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 42px 20px 76px;
}

.fo-saved-articles__header {
  width: min(100%, 760px);
  margin: 0 auto 46px;
  text-align: left;
}

.fo-saved-articles__back {
  display: inline-block;
  margin-bottom: 28px;
  color: #5b554e;
  font-size: 13.5px;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: 1px solid rgba(91, 85, 78, 0.22);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.fo-saved-articles__back:hover {
  color: #115740;
  border-color: rgba(17, 87, 64, 0.4);
}

.fo-saved-articles__eyebrow {
  margin: 0 0 13px;
  color: #115740;
  font-size: 12.5px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.fo-saved-articles__title {
  margin: 0;
  color: #191716;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.fo-saved-articles__intro {
  max-width: 640px;
  margin: 24px 0 0;
  color: #3f3933;
  font-size: 18px;
  line-height: 1.7;
}

.fo-saved-articles__status {
  width: min(100%, 760px);
  margin: 0 auto;
}

.fo-saved-articles__empty-title {
  margin: 0 0 10px;
  color: #191716;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}

.fo-saved-articles__empty-text {
  max-width: 560px;
  margin: 0 0 22px;
  color: #5b554e;
  font-size: 16px;
  line-height: 1.7;
}

.fo-saved-articles__empty-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 18px;
  border-radius: 10px;
  background: #115740;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.fo-saved-articles__empty-link:hover {
  background: #0d4734;
  color: #ffffff;
}

.fo-saved-articles__list {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.fo-saved-articles__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid rgba(63, 57, 51, 0.13);
}

.fo-saved-articles__item:last-child {
  border-bottom: 1px solid rgba(63, 57, 51, 0.13);
}

.fo-saved-articles__item-meta {
  margin: 0 0 9px;
  color: #8a7f73;
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.fo-saved-articles__item-title {
  margin: 0;
  color: #191716;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.fo-saved-articles__item-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.fo-saved-articles__item-title a:hover {
  color: #115740;
}

.fo-saved-articles__item-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}

.fo-saved-articles__read-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 16px;
  border-radius: 10px;
  background: #115740;
  color: #ffffff;
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.fo-saved-articles__read-link:hover {
  background: #0d4734;
  color: #ffffff;
}

.fo-saved-articles__remove {
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6a6259;
  font-family: inherit;
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid rgba(106, 98, 89, 0.25);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.fo-saved-articles__remove:hover {
  color: #115740;
  border-color: rgba(17, 87, 64, 0.45);
}

.fo-saved-articles__back:focus-visible,
.fo-saved-articles__empty-link:focus-visible,
.fo-saved-articles__item-title a:focus-visible,
.fo-saved-articles__read-link:focus-visible,
.fo-saved-articles__remove:focus-visible {
  outline: 2px solid rgba(17, 87, 64, 0.35);
  outline-offset: 4px;
  border-radius: 10px;
}


/* =========================================================
   3) HOME RIVISTA — LINK CONDIZIONALE ARTICOLI SALVATI
   Shortcode: [fo_saved_articles_link]
   ========================================================= */

.fo-saved-articles-link-area {
  width: min(100%, 1240px);
  margin: 0 auto 26px;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
}

.fo-saved-articles-link-area[hidden] {
  display: none;
}

.fo-saved-articles-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 10px;
  background: #f8f5ef;
  color: #115740;
  text-decoration: none;
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.fo-saved-articles-link:hover {
  background: #edf4ef;
  color: #0d4734;
}

.fo-saved-articles-link:focus-visible {
  outline: 2px solid rgba(17, 87, 64, 0.35);
  outline-offset: 4px;
  border-radius: 10px;
}

.fo-saved-articles-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  min-width: 12px;
  max-width: 12px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  flex: 0 0 12px;
  line-height: 1;
  overflow: hidden;
}

.fo-saved-articles-link__svg,
.fo-saved-articles-link__icon svg {
  display: block !important;
  width: 12px !important;
  min-width: 12px !important;
  max-width: 12px !important;
  height: 15px !important;
  min-height: 15px !important;
  max-height: 15px !important;
  flex: 0 0 12px !important;
  overflow: visible;
}

.fo-saved-articles-link__svg path,
.fo-saved-articles-link__icon svg path {
  fill: #115740;
  stroke: #115740;
  stroke-width: 1.7;
  stroke-linejoin: round;
}

.fo-saved-articles-link__label {
  display: inline-block;
  transform: translateY(0.5px);
}

.fo-saved-articles-link__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 21px;
  height: 21px;
  padding: 0 6px;
  border-radius: 999px;
  background: #115740;
  color: #ffffff;
  font-size: 11.5px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  transform: translateY(-0.5px);
}


/* =========================================================
   4) SINGLE ARTICLE — RIPRENDI LETTURA
   Shortcode: [fo_article_resume_reading]
   ========================================================= */

.fo-article-resume {
  width: min(100%, 680px);
  margin: 26px auto 34px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background: #f8f5ef;
  border-left: 4px solid #115740;
  border-radius: 10px;
}

.fo-article-resume[hidden] {
  display: none;
}

.fo-article-resume__content {
  min-width: 0;
}

.fo-article-resume__eyebrow {
  margin: 0 0 5px;
  color: #115740;
  font-size: 11.5px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.fo-article-resume__text {
  margin: 0;
  color: #3f3933;
  font-size: 15px;
  line-height: 1.5;
}

.fo-article-resume__button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 14px;
  border: 0;
  border-radius: 10px;
  background: #115740;
  color: #ffffff;
  font-family: inherit;
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.fo-article-resume__button:hover {
  background: #0d4734;
  color: #ffffff;
}

.fo-article-resume__button:focus-visible {
  outline: 2px solid rgba(17, 87, 64, 0.35);
  outline-offset: 4px;
  border-radius: 10px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  /* Single article — Salva articolo */
  .fo-article-topline {
    width: 100%;
    margin-bottom: 20px;
    gap: 12px;
  }

  .fo-article-topline__label {
    min-height: 30px;
    font-size: 11.5px;
    letter-spacing: 0.1em;
  }

  .fo-article-save {
    min-height: 30px;
    font-size: 11.5px;
    letter-spacing: 0.045em;
  }

  .fo-article-save__icon {
    width: 12px;
    min-width: 12px;
    max-width: 12px;
    height: 15px;
    min-height: 15px;
    max-height: 15px;
    flex-basis: 12px;
  }

  .fo-article-save__svg,
  .fo-article-save__icon svg {
    width: 12px !important;
    min-width: 12px !important;
    max-width: 12px !important;
    height: 15px !important;
    min-height: 15px !important;
    max-height: 15px !important;
    flex-basis: 12px !important;
  }

  .fo-article-save.is-saved {
    padding: 7px 11px;
    border-radius: 9px;
  }

  .fo-article-save-feedback {
    max-width: 230px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.45;
  }

  /* Pagina Articoli salvati */
  .fo-saved-articles {
    padding: 32px 18px 58px;
  }

  .fo-saved-articles__header {
    margin-bottom: 38px;
  }

  .fo-saved-articles__back {
    margin-bottom: 24px;
    font-size: 13px;
  }

  .fo-saved-articles__title {
    font-size: clamp(38px, 12vw, 52px);
    line-height: 1;
  }

  .fo-saved-articles__intro {
    margin-top: 20px;
    font-size: 16.5px;
    line-height: 1.65;
  }

  .fo-saved-articles__empty-link,
  .fo-saved-articles__read-link {
    border-radius: 9px;
  }

  .fo-saved-articles__item {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 25px 0;
  }

  .fo-saved-articles__item-title {
    font-size: 25px;
    line-height: 1.15;
  }

  .fo-saved-articles__item-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .fo-saved-articles__read-link {
    min-height: 39px;
    padding: 10px 16px;
  }

  /* Home Rivista — Link articoli salvati */
  .fo-saved-articles-link-area {
    width: 100%;
    margin-bottom: 22px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-start;
  }

  .fo-saved-articles-link {
    min-height: 36px;
    padding: 8px 11px;
    font-size: 11.5px;
    letter-spacing: 0.045em;
  }

  .fo-saved-articles-link__icon {
    width: 12px;
    min-width: 12px;
    max-width: 12px;
    height: 15px;
    min-height: 15px;
    max-height: 15px;
    flex-basis: 12px;
  }

  .fo-saved-articles-link__svg,
  .fo-saved-articles-link__icon svg {
    width: 12px !important;
    min-width: 12px !important;
    max-width: 12px !important;
    height: 15px !important;
    min-height: 15px !important;
    max-height: 15px !important;
    flex-basis: 12px !important;
  }

  .fo-saved-articles-link__count {
    min-width: 20px;
    height: 20px;
    font-size: 11px;
  }

  /* Single article — Riprendi lettura */
  .fo-article-resume {
    width: 100%;
    margin: 22px auto 30px;
    padding: 17px 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    background: #f8f5ef;
    border-left: 4px solid #115740;
    border-radius: 9px;
  }

  .fo-article-resume__text {
    font-size: 14.5px;
  }

  .fo-article-resume__button {
    min-height: 39px;
    padding: 10px 13px;
    border-radius: 9px;
    background: #115740;
    color: #ffffff;
    font-size: 12px;
  }
}

