/*!
Theme Name: Ohio-Child
Theme URI: http://ohio.colabr.io/
Author: Colabrio
Author URI: http://colabr.io/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ohio
Text Domain: ohio-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

:root {
  --faro-amber: #F5A623;
  --faro-amber-dark: #D4891A;
  --faro-ink: #111111;
  --faro-off-white: #F7F5F2;
  --faro-border: #E8E4DE;
  --faro-red: #C8302A;
  --faro-blue: #1E4A8A;
  --faro-green: #1B6B2A;
  --faro-purple: #5A3A8A;
  --faro-teal: #1A5A4A;
}

/* Header logo: centrato e stabile sui desktop larghi */
@media (min-width: 1181px) {
  .header .header-wrap-inner,
  .header .header-wrap {
    position: relative;
  }

  .header .branding {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: max-content;
    margin: 0 !important;
  }

  .header .branding .logo img.svg-logo,
  .header .branding .logo-dynamic img.svg-logo,
  .header .branding .logo-sticky img.svg-logo {
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    width: auto !important;
    max-width: 510px !important;
  }
}

@media (min-width: 1920px) {
  .header .branding .logo img.svg-logo,
  .header .branding .logo-dynamic img.svg-logo,
  .header .branding .logo-sticky img.svg-logo {
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    width: auto !important;
    max-width: 510px !important;
  }
}

/* Menu home: riduzione altezza fascia inferiore header */
@media (min-width: 769px) {
  body.home.with-header-2 .header,
  body.home.with-header-2 .header .header-wrap,
  body.category.with-header-2 .header,
  body.category.with-header-2 .header .header-wrap,
  body.page.with-header-2 .header,
  body.page.with-header-2 .header .header-wrap {
    height: auto !important;
    min-height: 0 !important;
  }

  body.home.with-header-2 .header .bottom-part,
  body.category.with-header-2 .header .bottom-part,
  body.page.with-header-2 .header .bottom-part {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 68px !important;
    height: 68px !important;
    max-height: 68px !important;
  }

  body.home.with-header-2 .header .bottom-part nav,
  body.home.with-header-2 .header .bottom-part nav .slide-in-overlay.menu-slide-in-overlay,
  body.home.with-header-2 .header .bottom-part nav .holder,
  body.home.with-header-2 .header .bottom-part nav .holder .nav-container,
  body.category.with-header-2 .header .bottom-part nav,
  body.category.with-header-2 .header .bottom-part nav .slide-in-overlay.menu-slide-in-overlay,
  body.category.with-header-2 .header .bottom-part nav .holder,
  body.category.with-header-2 .header .bottom-part nav .holder .nav-container,
  body.page.with-header-2 .header .bottom-part nav,
  body.page.with-header-2 .header .bottom-part nav .slide-in-overlay.menu-slide-in-overlay,
  body.page.with-header-2 .header .bottom-part nav .holder,
  body.page.with-header-2 .header .bottom-part nav .holder .nav-container {
    min-height: 68px !important;
    height: auto !important;
  }

  body.home.with-header-2 .header .menu,
  body.category.with-header-2 .header .menu,
  body.page.with-header-2 .header .menu {
    min-height: 44px !important;
  }

  body.home.with-header-2 .header .menu > li > a,
  body.category.with-header-2 .header .menu > li > a,
  body.page.with-header-2 .header .menu > li > a {
    height: 44px !important;
    line-height: 1 !important;
  }

  body.home.with-fixed-header.with-spacer #content > .header-cap.subheader_included,
  body.category.with-fixed-header.with-spacer #content > .header-cap.subheader_included {
    height: 148px !important;
    min-height: 148px !important;
  }
}

body.home .faro-breaking-ticker {
  font-variant: normal !important;
}

/* Category archives */
body.category .faro-category-archive-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
  padding: 34px 0 56px;
}

body.category .faro-category-archive-page__main {
  min-width: 0;
}

body.category .faro-category-archive-page__sidebar {
  min-width: 0;
}

body.category .faro-category-archive-block {
  margin: 0;
}

body.category .faro-category-archive-block__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.category .faro-category-archive-block__description {
  margin: 0;
  max-width: 760px;
  color: #5b544c;
  font: 400 15px/1.6 "DM Sans", system-ui, sans-serif;
}

body.category .faro-category-archive-page .faro-main-featured-story {
  margin-bottom: 12px;
}

@media (max-width: 1100px) {
  body.category .faro-category-archive-page {
    grid-template-columns: 1fr;
  }
}

/* Hero hover: ripristino micro-animazioni e CTA */
body.home .faro-home-hero__main,
body.home .faro-home-hero__editorial,
body.home .faro-home-hero__side-card {
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

body.home .faro-home-hero__main-media img {
  transform: scale(1);
  transition: transform 0.5s ease;
}

body.home .faro-home-hero__main-overlay,
body.home .faro-home-hero__side-card::before {
  transition: background 0.32s ease;
}

body.home .faro-home-hero__read,
body.home .faro-home-hero__editorial-cta,
body.home .faro-home-hero__side-cta,
body.home .faro-home-hero__side-icon {
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

body.home .faro-home-hero__read,
body.home .faro-home-hero__editorial-cta,
body.home .faro-home-hero__side-cta {
  border: 1px solid var(--faro-amber) !important;
  background: transparent !important;
  color: var(--faro-amber) !important;
}

body.home .faro-home-hero__main:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(7, 16, 26, 0.22);
}

body.home .faro-home-hero__main:hover .faro-home-hero__main-media img {
  transform: scale(1.05);
}

body.home .faro-home-hero__main:hover .faro-home-hero__main-overlay {
  background:
    linear-gradient(180deg, rgba(5, 10, 15, 0.03) 0%, rgba(5, 10, 15, 0.2) 34%, rgba(7, 14, 24, 0.84) 100%),
    linear-gradient(135deg, rgba(245, 166, 35, 0.12) 0%, rgba(17, 17, 17, 0) 46%);
}

body.home .faro-home-hero__main:hover .faro-home-hero__read {
  background: var(--faro-amber);
  color: var(--faro-ink);
  border-color: var(--faro-amber);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

body.home .faro-home-hero__read:hover {
  background: var(--faro-amber) !important;
  color: var(--faro-ink) !important;
  border-color: var(--faro-amber) !important;
  transform: translateY(-1px);
}

body.home .faro-home-hero__editorial:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(6, 14, 24, 0.24);
  color: #fff !important;
}

/* Hard guard: evita che le regole globali link-underline di Ohio sbianchino la card editoriale */
body.home .faro-home-hero__editorial,
body.home .faro-home-hero__editorial:hover,
body.home .faro-home-hero__editorial.-dashed {
  background: linear-gradient(165deg, #0d1b2a 0%, #163149 100%) !important;
  background-image: linear-gradient(165deg, #0d1b2a 0%, #163149 100%) !important;
  animation: none !important;
}

body.home .faro-home-hero__editorial:hover .faro-home-hero__editorial-cta {
  background: var(--faro-amber) !important;
  border-color: var(--faro-amber) !important;
  color: var(--faro-ink) !important;
  transform: translateY(-1px);
}

body.home .faro-home-hero__editorial:hover .faro-home-hero__editorial-title,
body.home .faro-home-hero__editorial:hover .faro-home-hero__editorial-quote p,
body.home .faro-home-hero__editorial:hover .faro-home-hero__editorial-author-name,
body.home .faro-home-hero__editorial:hover .faro-home-hero__editorial-author-role {
  color: #fff !important;
}

body.home .faro-home-hero__editorial-cta:hover {
  background: var(--faro-amber) !important;
  border-color: var(--faro-amber) !important;
  color: var(--faro-ink) !important;
  transform: translateY(-1px);
}

body.home .faro-home-hero__side-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(7, 16, 26, 0.24);
}

body.home .faro-home-hero__side-card:hover::before {
  background: linear-gradient(180deg, rgba(8, 16, 24, 0.02) 0%, rgba(8, 16, 24, 0.84) 100%);
}

body.home .faro-home-hero__side-card:hover .faro-home-hero__side-icon {
  transform: translateY(-1px) scale(1.06);
}

body.home .faro-home-hero__side-card:hover .faro-home-hero__side-cta {
  background: var(--faro-amber);
  border-color: var(--faro-amber);
  color: var(--faro-ink);
  transform: translateY(-1px);
}

body.home .faro-home-hero__side-cta:hover {
  background: var(--faro-amber) !important;
  border-color: var(--faro-amber) !important;
  color: var(--faro-ink) !important;
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  body.home .faro-home-hero__main,
  body.home .faro-home-hero__main-media img,
  body.home .faro-home-hero__main-overlay,
  body.home .faro-home-hero__read,
  body.home .faro-home-hero__editorial,
  body.home .faro-home-hero__editorial-cta,
  body.home .faro-home-hero__side-card,
  body.home .faro-home-hero__side-card::before,
  body.home .faro-home-hero__side-icon,
  body.home .faro-home-hero__side-cta {
    transition: none;
  }
}

/* Cronaca section (Ohio widgets + child theme overrides) */
body.home .faro-main-cronaca-section {
  margin-top: 8px;
}

body.home .faro-main-cronaca-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px;
  position: relative;
  margin-bottom: 24px !important;
  padding-bottom: 16px;
}

body.home .faro-main-cronaca-section {
  margin-left: -10px !important;
  margin-right: -10px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.home .faro-main-cronaca-head::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #111;
  border-radius: 0 !important;
}

body.home .faro-main-cronaca-title .title {
  margin: 0;
  color: #111;
}

body.home .titoletto,
body.home .faro-main-cronaca-title .title,
body.home .faro-main-cronaca-title .faro-main-section-heading {
  margin: 0 !important;
  color: #111111 !important;
  font-family: "Bebas Neue", Impact, sans-serif !important;
  font-size: 26px !important;
  line-height: 1 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
}

body.home .faro-main-cronaca-title,
body.home .faro-main-cronaca-title > .elementor-widget-container {
  display: flex !important;
  align-items: center !important;
}

body.home .faro-main-cronaca-cta .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid var(--faro-ink);
  border-radius: 999px;
  background: transparent;
  color: var(--faro-ink);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

body.home .faro-main-cronaca-cta,
body.home .faro-main-cronaca-cta > .elementor-widget-container {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin-left: auto !important;
}

body.home .faro-main-cronaca-cta .elementor-button:hover {
  background: var(--faro-ink);
  border-color: var(--faro-ink);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.16);
}

body.home .faro-main-cronaca-cta .elementor-button,
body.home .faro-main-cronaca-cta .elementor-button:visited,
body.home .faro-main-cronaca-cta .elementor-button:focus {
  border-color: var(--faro-ink) !important;
  background: transparent !important;
  color: var(--faro-ink) !important;
}

body.home .faro-main-cronaca-cta .elementor-button:hover,
body.home .faro-main-cronaca-cta .elementor-button:active {
  border-color: var(--faro-ink) !important;
  background: var(--faro-ink) !important;
  color: #fff !important;
}

body.home .faro-main-cronaca-featured .blog-posts {
  margin-left: 0;
  margin-right: 0;
}

body.home .faro-main-cronaca-featured .grid-item,
body.home .faro-main-cronaca-list .grid-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.home .faro-main-cronaca-featured .grid-item:first-child .blog-item.-layout1 {
  margin-right: 10px;
}

body.home .faro-main-cronaca-featured .grid-item:last-child .blog-item.-layout1 {
  margin-left: 10px;
}

body.home .faro-main-cronaca-featured .blog-item.-layout1 {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 14px;
  background: #0f1f32;
  box-shadow: 0 16px 38px rgba(9, 21, 33, 0.15);
}

body.home .faro-main-cronaca-featured .blog-item.-layout1 > .-unlink {
  position: absolute;
  inset: 0;
  z-index: 0;
}

body.home .faro-main-cronaca-featured .blog-item.-layout1 .image-holder {
  height: 100%;
  margin: 0;
}

body.home .faro-main-cronaca-featured .blog-item.-layout1 .blog-archive-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

body.home .faro-main-cronaca-featured .blog-item.-layout1 .card-details {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 420px;
  padding: 20px 22px 18px;
  background: linear-gradient(180deg, rgba(4, 10, 16, 0.04) 6%, rgba(4, 10, 16, 0.86) 74%, rgba(4, 10, 16, 0.93) 100%);
}

body.home .faro-main-cronaca-featured .blog-item.-layout1:hover .blog-archive-image {
  transform: scale(1.04);
}

body.home .faro-main-cronaca-featured .blog-item.-layout1 .title a {
  color: #fff !important;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(36px, 2.9vw, 52px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

body.home .faro-main-cronaca-featured .blog-item.-layout1 p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

body.home .faro-main-cronaca-featured .blog-item.-layout1 .headline-meta {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.76);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 12px;
}

body.home .faro-main-cronaca-featured .blog-item.-layout1 .category-holder.-with-tag .tag {
  border: 0;
  border-radius: 999px;
  padding: 6px 12px 5px;
  background: #c8302a;
  color: #fff;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.home .faro-main-cronaca-list .blog-posts {
  margin-left: 0;
  margin-right: 0;
}

body.home .faro-main-cronaca-list .blog-item.-layout6 {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  column-gap: 18px;
  align-items: stretch;
  border-top: 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.14);
  padding-bottom: 18px;
  margin-bottom: 18px;
}

body.home .faro-main-cronaca-list .blog-item.-layout6:last-child {
  border-bottom: 0 !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.home .faro-main-cronaca-list .blog-item.-layout6 > .-unlink {
  display: block;
  grid-column: 1;
}

body.home .faro-main-cronaca-list .blog-item.-layout6 .image-holder {
  position: relative !important;
  inset: auto !important;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
}

body.home .faro-main-cronaca-list .blog-item.-layout6 .image-holder > .overlay {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

body.home .faro-main-cronaca-list .blog-item.-layout6 .blog-archive-image {
  position: relative !important;
  inset: auto !important;
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body.home .faro-main-cronaca-list .blog-item.-layout6 .card-details {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  background: transparent !important;
  color: #111 !important;
}

body.home .faro-main-cronaca-list .blog-item.-layout6 .card-details-item {
  min-width: 0 !important;
  padding: 0 !important;
}

body.home .faro-main-cronaca-list .blog-item.-layout6 .card-details-item:nth-child(1),
body.home .faro-main-cronaca-list .blog-item.-layout6 .card-details-item:nth-child(2),
body.home .faro-main-cronaca-list .blog-item.-layout6 .card-details-item:nth-child(3) {
  min-width: 0 !important;
  flex: 0 0 auto !important;
}

body.home .faro-main-cronaca-list .blog-item.-layout6:hover * {
  color: inherit !important;
}

body.home .faro-main-cronaca-list .blog-item.-layout6 .card-details-item:first-child {
  margin-bottom: 10px;
}

body.home .faro-main-cronaca-list .blog-item.-layout6 .title a {
  color: #111;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(20px, 1.45vw, 28px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

body.home .faro-main-cronaca-list .blog-item.-layout6 .headline-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  color: #767676;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

body.home .faro-main-cronaca-list .blog-item.-layout6 .headline-meta .date,
body.home .faro-main-cronaca-list .blog-item.-layout6 .headline-meta .post-meta-estimate {
  color: inherit !important;
}

body.home .faro-main-cronaca-list .blog-item.-layout6 p {
  margin-top: 10px;
  color: #4d4d4d;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

body.home .faro-main-cronaca-list .blog-item.-layout6 .category-holder.-with-tag .tag {
  border: 0;
  border-radius: 999px;
  padding: 6px 12px 5px;
  background: rgba(200, 48, 42, 0.12);
  color: #c8302a;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  body.home .faro-main-cronaca-list .blog-item.-layout6 {
    grid-template-columns: 180px minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  body.home .faro-main-cronaca-head {
    row-gap: 12px;
  }

  body.home .faro-main-cronaca-featured .blog-item.-layout1,
  body.home .faro-main-cronaca-featured .blog-item.-layout1 .card-details {
    min-height: 360px;
  }

  body.home .faro-main-cronaca-list .blog-item.-layout6 {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  body.home .faro-main-cronaca-list .blog-item.-layout6 .blog-archive-image {
    min-height: 180px;
  }
}

@media (min-width: 769px) {
  body.single.with-header-2 .header,
  body.single.with-header-2 .header .header-wrap {
    height: auto !important;
    min-height: 0 !important;
  }

  body.single.with-header-2 .header .bottom-part {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 68px !important;
    height: 68px !important;
    max-height: 68px !important;
  }

  body.single.with-header-2 .header .bottom-part nav,
  body.single.with-header-2 .header .bottom-part nav .slide-in-overlay.menu-slide-in-overlay,
  body.single.with-header-2 .header .bottom-part nav .holder,
  body.single.with-header-2 .header .bottom-part nav .holder .nav-container {
    min-height: 68px !important;
    height: auto !important;
  }

  body.single.with-header-2 .header .menu {
    min-height: 44px !important;
  }

  body.single.with-header-2 .header .menu > li > a {
    height: 44px !important;
    line-height: 1 !important;
  }

  body.single.with-fixed-header.with-spacer #content > .header-cap.subheader_included {
    height: 148px !important;
    min-height: 148px !important;
  }
}

body.single.with-fixed-header.with-subheader .subheader {
  position: sticky !important;
  top: 0;
  z-index: 61;
}

body.single.admin-bar.with-fixed-header.with-subheader .subheader {
  top: 32px;
}

@media (max-width: 782px) {
  body.single.admin-bar.with-fixed-header.with-subheader .subheader {
    top: 46px;
  }
}

.faro-theme-top-shell {
  display: block;
}

.faro-theme-top-shell .e-con-inner,
.faro-theme-top-shell .elementor-widget-container {
  width: 100%;
}

.faro-theme-top-shell__banner .elementor-widget-container,
.faro-theme-top-shell__banner .elementor-shortcode {
  display: flex;
  justify-content: center;
}

.faro-theme-top-shell[data-faro-top-shell="single"] .faro-theme-top-shell__banner {
  display: none;
}

.faro-theme-top-shell__ticker-wrap {
  display: block;
}

.faro-single-page {
  padding-bottom: 56px;
}

/* ── Breadcrumb ── */
.faro-single-breadcrumb {
  margin-bottom: 20px;
}

.faro-single-breadcrumb__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font: 400 13px/1 "DM Sans", system-ui, sans-serif;
  color: #999;
}

.faro-single-breadcrumb__item + .faro-single-breadcrumb__item::before {
  content: "/";
  margin: 0 8px;
  color: #ccc;
}

.faro-single-breadcrumb__item a {
  color: #777;
  text-decoration: none;
}

.faro-single-breadcrumb__item a:hover {
  color: #111;
  text-decoration: underline;
}

.faro-single-breadcrumb__item[aria-current="page"] {
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 360px;
}

/* ── Single layout ── */
.faro-single-layout {
  align-items: start;
}

.faro-single-article {
  min-width: 0;
}

/* ── Share bar ── */
.faro-share-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.faro-share-label {
  font: 600 11px/1 "DM Sans", system-ui, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  align-self: center;
  white-space: nowrap;
  margin-right: 2px;
}

/* reset esplicito per <button> e <a> */
a.faro-share-btn,
a.faro-share-btn:visited,
button.faro-share-btn {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 13px 6px 10px;
  border-radius: 20px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font: 500 12px/1 "DM Sans", system-ui, sans-serif;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.faro-share-btn svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.faro-share-btn--facebook svg,
.faro-share-btn--whatsapp svg {
  fill: currentColor;
  stroke: none;
}

.faro-share-btn--instagram svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

a.faro-share-btn:hover,
a.faro-share-btn:focus-visible,
button.faro-share-btn:hover,
button.faro-share-btn:focus-visible {
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(255, 255, 255, 0.9) !important;
  color: #fff !important;
  text-decoration: none !important;
  outline: none;
  opacity: 1 !important;
}

.faro-share-btn--copied,
.faro-share-btn--copied:hover {
  background: rgba(245, 166, 35, 0.35);
  border-color: #F5A623;
  color: #fff;
}

/* ── Hero: image + header overlay ──
   faro-single-hero wraps figure + header in block flow.
   The header is absolutely anchored to the bottom of the hero. */
.faro-single-hero {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 52px rgba(7, 16, 26, 0.18);
}

.faro-single-featured {
  display: block;
  position: relative;
  margin: 0;
  height: 580px;
  background: #0f1726;
}

.faro-single-featured::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 12, 18, 0.04) 0%, rgba(7, 12, 18, 0.18) 30%, rgba(7, 14, 24, 0.92) 100%),
    linear-gradient(135deg, rgba(245, 166, 35, 0.14) 0%, rgba(17, 17, 17, 0) 42%);
  pointer-events: none;
  z-index: 1;
}

.faro-single-featured img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.55s ease;
}

/* Zoom rimosso: causava flickering sui pulsanti share */

.faro-single-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 0 34px 32px;
}

.faro-single-header .faro-cat-pill {
  align-self: flex-start;
}

.faro-single-title {
  margin: 0;
  color: #fff;
  font: 600 clamp(38px, 4.2vw, 58px)/1.0 "Bodoni Moda", Georgia, serif;
  letter-spacing: -0.05em;
  text-wrap: balance;
  text-shadow: 0 8px 24px rgba(7, 14, 24, 0.5);
}

.faro-single-excerpt {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font: 400 17px/1.65 "DM Sans", system-ui, sans-serif;
  text-shadow: 0 4px 16px rgba(7, 14, 24, 0.4);
}

.faro-single-meta {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
}

.faro-single-meta .faro-news-meta__item,
.faro-single-meta .faro-news-meta__item::before {
  color: inherit;
}

/* ── Body ── */
.faro-single-body {
  margin-top: 34px;
  color: #1f1b17;
}

.faro-single-body > *:first-child { margin-top: 0; }
.faro-single-body > *:last-child  { margin-bottom: 0; }

.faro-single-body p,
.faro-single-body li {
  font: 400 18px/1.86 "DM Sans", system-ui, sans-serif;
}

.faro-single-body h2,
.faro-single-body h3,
.faro-single-body h4 {
  color: #111;
  letter-spacing: -0.03em;
}

.faro-single-related { padding-top: 28px; }
.faro-single-related__head { margin-bottom: 28px; }

/* ── Responsive ── */
@media (max-width: 1140px) {
  .faro-single-layout__sidebar { order: 2; }
}

@media (max-width: 900px) {
  .faro-single-featured { height: 500px; }

  .faro-single-title { font-size: clamp(32px, 7vw, 46px); }

  .faro-single-excerpt { font-size: 16px; }

  .faro-single-header { padding: 0 26px 28px; gap: 12px; }
}

@media (max-width: 600px) {
  .faro-single-page { padding-bottom: 40px; }

  .faro-single-hero { border-radius: 16px; }

  .faro-single-featured { height: 380px; }

  .faro-single-header { gap: 10px; padding: 0 18px 22px; }

  .faro-single-title { font-size: clamp(28px, 9vw, 38px); }

  .faro-single-excerpt { font-size: 15px; }

  .faro-single-body p,
  .faro-single-body li { font-size: 17px; }
}

/* Faro global footer width
   Keep the footer background full-width while constraining its content. */
.site-footer .page-container,
.site-footer .widgets,
.site-footer .holder,
.site-footer .clb-page-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1048px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 1089px) {
  .site-footer .page-container,
  .site-footer .widgets,
  .site-footer .holder,
  .site-footer .clb-page-container {
    padding-right: 0;
    padding-left: 0;
  }
}
