.faro-widget-placeholder {
  padding: 18px 20px;
  border: 1px dashed rgba(17, 17, 17, 0.15);
  border-radius: 16px;
  background: #faf7f2;
  color: #433f39;
  font: 500 14px/1.5 "DM Sans", system-ui, sans-serif;
}

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

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

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

/* Neutralizza una regola inline del tema che su mobile nasconde header */
@media screen and (max-width: 768px) {
  body.home .header,
  body.category .header,
  body.single .header {
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.home .slide-in-overlay,
  body.category .slide-in-overlay,
  body.single .slide-in-overlay {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.home .header .search-global,
  body.home .header .search,
  body.home .header .search-icon,
  body.home .header .nav-search,
  body.home .header [aria-label="Search"],
  body.home .header [data-nav-search],
  body.home .header [data-ohio-search] {
    display: none !important;
  }

  body.home .clb-popup.container-loading.custom-popup {
    display: none !important;
  }
}

.faro-header-banner-wrap {
  margin-top: 24px;
}

.faro-shared-top-shell,
.faro-category-top-shell {
  display: block;
}

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

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

.faro-shared-top-shell__ticker-wrap,
.faro-category-top-shell__ticker-wrap {
  display: block;
}

body.home .elementor-element-fec4907 {
  position: static !important;
  top: auto !important;
}

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

.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,
body.single.with-fixed-header.with-spacer #content > .header-cap.subheader_included,
body.page.with-fixed-header.with-spacer #content > .header-cap.subheader_included {
  height: 148px !important;
  min-height: 148px !important;
}

.faro-breaking-ticker {
  --faro-amber: #f5a623;
  --faro-ink: #111111;
  --faro-red: #c8302a;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  background: var(--faro-ink);
  margin: 34px 0 34px;
}

.faro-breaking-ticker__label {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  white-space: nowrap;
  background: var(--faro-red);
  color: #fff;
  padding: 10px 18px 10px 26px;
  font: 400 17px/1 "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faro-breaking-ticker__label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #fff;
  animation: faroTickerPulse 1.5s ease infinite;
}

.faro-breaking-ticker__overflow {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.faro-breaking-ticker__track {
  display: flex;
  gap: 60px;
  min-width: max-content;
  white-space: nowrap;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.86);
  font: 500 12.5px/1.4 "DM Sans", system-ui, sans-serif;
  animation: faroTickerMarquee 35s linear infinite;
}

.faro-breaking-ticker__track:hover {
  animation-play-state: paused;
}

.faro-breaking-ticker__item {
  color: inherit;
  text-decoration: none;
  transition: color 0.18s ease;
}

.faro-breaking-ticker__item::before {
  content: "— ";
  color: var(--faro-amber);
  font-size: 8px;
}

.faro-breaking-ticker__item:hover {
  color: var(--faro-amber);
}

@keyframes faroTickerPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.45;
    transform: scale(0.85);
  }
}

@keyframes faroTickerMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.faro-main-cronaca {
  margin-top: 8px;
  margin-right: -17px;
}

.faro-main-cronaca__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 24px;
  padding: 0 0 16px;
}

.faro-main-cronaca__head::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #111;
}

.faro-main-cronaca__head h2 {
  margin: 0;
  color: #111;
  font: 400 26px/1 "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.faro-main-cronaca__all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid #111;
  border-radius: 999px;
  background: transparent;
  color: #111;
  font: 400 14px/1 "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.faro-main-cronaca__all:hover {
  background: #111;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.16);
}

.faro-main-cronaca__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 22px;
}

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

.faro-main-cronaca-card__media {
  position: absolute;
  inset: 0;
  display: block;
}

.faro-main-cronaca-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 10, 16, 0.05) 4%, rgba(4, 10, 16, 0.84) 72%, rgba(4, 10, 16, 0.93) 100%);
}

.faro-main-cronaca-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.faro-main-cronaca-card:hover .faro-main-cronaca-card__media img {
  transform: scale(1.04);
}

.faro-main-cronaca-card__time,
.faro-main-cronaca-card__body,
.faro-main-cronaca-card__footer {
  position: relative;
  z-index: 2;
}

.faro-main-cronaca-card__time {
  position: absolute;
  top: 18px;
  left: 18px;
  color: rgba(255, 255, 255, 0.86);
  font: 500 12px/1.4 "DM Sans", system-ui, sans-serif;
}

.faro-main-cronaca-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 420px;
  padding: 88px 22px 64px;
}

.faro-main-cronaca-card__body h3 {
  margin: 10px 0 0;
}

.faro-main-cronaca-card__body h3 a {
  color: #fff;
  font: 400 clamp(36px, 2.9vw, 52px)/0.96 "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-decoration: none !important;
  background-image: none !important;
  box-shadow: none !important;
}

.faro-main-cronaca-card__body p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font: 400 15px/1.55 "DM Sans", system-ui, sans-serif;
}

.faro-main-cronaca-card__footer {
  position: absolute;
  right: 22px;
  bottom: 18px;
  left: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.76);
  font: 500 12px/1.4 "DM Sans", system-ui, sans-serif;
}

.faro-main-cronaca-card__footer span + span::before {
  content: "·";
  margin-right: 10px;
}

.faro-main-cronaca__list {
  display: grid;
  gap: 0;
}

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

.faro-main-cronaca__list > .faro-main-cronaca-list-story:last-child,
.faro-main-cronaca-list-story:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0 !important;
}

.faro-main-cronaca-list-story__thumb {
  display: block;
  overflow: hidden;
  border-radius: 14px;
}

.faro-main-cronaca-list-story__thumb img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
}

.faro-main-cronaca-list-story__content {
  min-width: 0;
}

.faro-main-cronaca-list-story__content h3 {
  margin: 10px 0 0;
}

.faro-main-cronaca-list-story__content h3 a {
  color: #111;
  font: 600 clamp(20px, 1.45vw, 28px)/1.12 "Bodoni Moda", Georgia, serif;
  letter-spacing: -0.02em;
  text-decoration: none !important;
  background-image: none !important;
  box-shadow: none !important;
}

.faro-main-cronaca .faro-cat-pill {
  align-self: flex-start;
  flex: 0 0 auto;
  width: auto;
  max-width: max-content;
}

.faro-main-cronaca-list-story__content p {
  margin: 10px 0 0;
  color: #4d4d4d;
  font: 400 14px/1.6 "DM Sans", system-ui, sans-serif;
}

.faro-main-cronaca-list-story__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: #767676;
  font: 500 12px/1.4 "DM Sans", system-ui, sans-serif;
}

.faro-ad-placeholder {
  margin: 18px 0 34px;
}

.faro-footer-adv-placeholder {
  margin: 0;
}

.faro-ad-placeholder__eyebrow {
  margin-bottom: 8px;
  color: #b8b0a6;
  font: 500 10px/1.2 "DM Sans", system-ui, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.faro-ad-placeholder__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 90px;
  padding: 16px 24px;
  border: 1px solid #e8e3dc;
  border-radius: 6px;
  background: #faf8f5;
  text-align: center;
}

.faro-ad-placeholder__label {
  margin: 0;
  color: #b8b0a6;
  font: 500 10px/1 "DM Sans", system-ui, sans-serif;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.faro-ad-placeholder h3 {
  margin: 0;
  color: #cec8c0;
  font: 400 11px/1 "DM Sans", system-ui, sans-serif;
  letter-spacing: 0.03em;
  text-transform: none;
}

.faro-ad-placeholder p {
  display: none;
}

.faro-main-featured-list {
  margin: 0 0 34px;
}

.faro-main-featured-list__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 24px;
  padding: 0 0 16px;
}

.faro-main-featured-list__head::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #111;
}

.faro-main-featured-list__head h2 {
  margin: 0;
  color: #111;
  font: 400 26px/1 "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.faro-main-featured-list__all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid #111;
  border-radius: 999px;
  background: transparent;
  color: #111;
  font: 400 14px/1 "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.faro-main-featured-list__all:hover {
  background: #111;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.16);
}

.faro-main-featured-story {
  display: grid;
  grid-template-columns: minmax(250px, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 26px;
}

.faro-main-featured-story__media {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: var(--faro-featured-ratio, 4 / 3);
}

.faro-main-featured-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  clip-path: inset(0 round 14px);
}

.faro-main-featured-story__content {
  min-width: 0;
}

.faro-main-featured-story__content .faro-cat-pill,
.faro-main-featured-list-story .faro-cat-pill {
  align-self: flex-start;
  width: auto;
  max-width: max-content;
}

.faro-main-featured-story__content h3 {
  margin: 12px 0 0;
}

.faro-main-featured-story__content h3 a {
  color: #111;
  font: 600 30px/1.12 "Bodoni Moda", Georgia, serif;
  letter-spacing: -0.04em;
  text-transform: none;
  text-decoration: none !important;
  background-image: none !important;
  box-shadow: none !important;
}

.faro-main-featured-story__content p {
  margin: 14px 0 0;
  color: #4d4d4d;
  font: 400 15px/1.68 "DM Sans", system-ui, sans-serif;
}

.faro-news-meta,
.faro-main-featured-story__meta,
.faro-main-featured-list-story__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #767676;
  font: 500 12px/1.4 "DM Sans", system-ui, sans-serif;
}

.faro-news-meta__item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.faro-news-meta__item + .faro-news-meta__item::before {
  content: "·";
  margin-right: 3px;
  color: currentColor;
}

.faro-news-meta__clock {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  display: inline-block;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 1.5A6.5 6.5 0 1 0 8 14.5 6.5 6.5 0 1 0 8 1.5Zm0 1.2A5.3 5.3 0 1 1 8 13.3 5.3 5.3 0 1 1 8 2.7Zm-.6 1.8v3.8c0 .17.07.33.19.44l2.4 2.4.85-.85-2.24-2.23V4.5H7.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 1.5A6.5 6.5 0 1 0 8 14.5 6.5 6.5 0 1 0 8 1.5Zm0 1.2A5.3 5.3 0 1 1 8 13.3 5.3 5.3 0 1 1 8 2.7Zm-.6 1.8v3.8c0 .17.07.33.19.44l2.4 2.4.85-.85-2.24-2.23V4.5H7.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.faro-main-featured-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}

.faro-main-featured-cards__item {
  position: relative;
  overflow: hidden;
  aspect-ratio: var(--faro-featured-ratio, 4 / 3);
  min-height: 0;
  border-radius: 14px;
  background: #0d1b2a;
  box-shadow: 0 18px 36px rgba(9, 21, 33, 0.12);
}

.faro-main-featured-cards__media {
  position: absolute;
  inset: 0;
  display: block;
}

.faro-main-featured-cards__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 16, 26, 0.14) 0%, rgba(7, 16, 26, 0.8) 100%);
}

.faro-main-featured-cards__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faro-main-featured-cards__time {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(7, 16, 26, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 18px rgba(7, 16, 26, 0.18);
  backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.96);
  font: 600 11px/1 "DM Sans", system-ui, sans-serif;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

.faro-main-featured-cards__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  height: 100%;
  padding: 26px 22px 20px;
  color: #fff;
}

.faro-main-featured-cards__body .faro-cat-pill,
.faro-main-featured-story__content .faro-cat-pill,
.faro-main-featured-list-story__content .faro-cat-pill,
.faro-main-grid-card__body .faro-cat-pill {
  align-self: flex-start;
  flex: 0 0 auto;
  width: auto !important;
  max-width: max-content;
}

.faro-main-featured-cards__title {
  margin: 12px 0 0;
}

.faro-main-featured-cards__title a {
  color: #fff;
  font: 600 30px/1.12 "Bodoni Moda", Georgia, serif;
  letter-spacing: -0.04em;
  text-transform: none;
  text-decoration: none !important;
  background-image: none !important;
  box-shadow: none !important;
}

.faro-main-featured-cards__body p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font: 400 15px/1.62 "DM Sans", system-ui, sans-serif;
}

.faro-main-featured-cards__body .faro-news-meta {
  margin-top: auto;
  padding-top: 14px;
}

.faro-main-featured-list__list {
  display: grid;
  gap: 0;
}

.faro-main-featured-list-story {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
  column-gap: 18px;
  padding: 0 0 18px;
  margin: 0 0 18px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.14);
}

.faro-main-featured-list-story:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.faro-main-featured-list-story__thumb {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.faro-main-featured-list-story__thumb img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
}

.faro-main-featured-list-story__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.faro-main-featured-list-story--text-only {
  grid-template-columns: 1fr;
}

.faro-main-featured-list-story h3 {
  margin: 10px 0 0;
}

.faro-main-featured-list-story h3 a {
  color: #111;
  font: 600 24px/1.12 "Bodoni Moda", Georgia, serif;
  letter-spacing: -0.04em;
  text-decoration: none !important;
  background-image: none !important;
  box-shadow: none !important;
}

.faro-main-featured-list-story p {
  margin: 10px 0 0;
  color: #55514b;
  font: 400 14px/1.62 "DM Sans", system-ui, sans-serif;
}

.faro-main-featured-list-story__content .faro-news-meta {
  margin-top: auto;
  padding-top: 14px;
}

.faro-main-grid-cards {
  display: grid;
  grid-template-columns: repeat(var(--faro-section-columns, 3), minmax(0, 1fr));
  gap: 22px;
}

.faro-main-grid-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(9, 21, 33, 0.08);
}

.faro-main-grid-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 2;
}

.faro-main-grid-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.faro-main-grid-card:hover .faro-main-grid-card__media img {
  transform: scale(1.04);
}

.faro-main-grid-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 0 16px 0;
}

.faro-main-grid-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  padding: 16px 0 18px;
}

.faro-main-grid-card__title {
  margin: 0;
}

.faro-main-grid-card__title a {
  color: #111;
  font: 600 22px/1.14 "Bodoni Moda", Georgia, serif;
  letter-spacing: -0.04em;
  text-transform: none;
  text-decoration: none !important;
  background-image: none !important;
  box-shadow: none !important;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.faro-main-grid-card__excerpt {
  margin: 0;
  color: #55514b;
  font: 400 14px/1.62 "DM Sans", system-ui, sans-serif;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.faro-main-grid-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #767676;
  font: 500 12px/1.4 "DM Sans", system-ui, sans-serif;
  margin-top: auto;
}

.faro-main-grid-card__meta--boxed {
  margin-right: -16px;
  margin-left: -16px;
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.faro-main-cultura-section .faro-main-grid-card,
.faro-main-economia-section .faro-main-grid-card {
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: none;
}

.faro-main-cultura-section .faro-main-grid-card__title a,
.faro-main-economia-section .faro-main-grid-card__title a {
  color: #111;
  font: 600 22px/1.14 "Bodoni Moda", Georgia, serif;
  letter-spacing: -0.04em;
  text-transform: none;
}

.faro-main-cultura-section .faro-main-grid-card:hover .faro-main-grid-card__title a,
.faro-main-economia-section .faro-main-grid-card:hover .faro-main-grid-card__title a {
  color: #c8302a;
}

.faro-main-cultura-section .faro-main-grid-card__body,
.faro-main-economia-section .faro-main-grid-card__body {
  gap: 8px;
}

.faro-main-cultura-section .faro-main-grid-card__meta,
.faro-main-economia-section .faro-main-grid-card__meta {
  color: #6f6a63;
}

.faro-sidebar-ad {
  position: relative;
  text-align: center;
}

.faro-sidebar-ad__eyebrow {
  display: block;
  margin-bottom: 4px;
  color: #9b958d;
  font: 500 9px/1.2 "DM Sans", system-ui, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.faro-sidebar-ad__rect {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 250px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px dashed rgba(17, 17, 17, 0.2);
  border-radius: 6px;
  background: #f4f1ec;
}

.faro-sidebar-ad__rect::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(245, 166, 35, 0.08) 100%);
}

.faro-sidebar-ad__inner {
  position: relative;
  z-index: 1;
  color: #726c63;
  font: 500 11px/1.5 "DM Sans", system-ui, sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
}

.faro-sidebar-ad__format,
.faro-sidebar-ad__note {
  display: block;
}

.faro-sidebar-ad__note {
  font-size: 10px;
  color: #a19b93;
}

.faro-sidebar-widget {
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 14px;
  background: #fff;
}

.faro-sidebar-widget__head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background: #111;
}

.faro-sidebar-widget__icon {
  color: #f5a623;
  font-size: 10px;
}

.faro-sidebar-widget__head h3 {
  margin: 0;
  color: #fff;
  font: 400 18px/1 "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.faro-sidebar-widget__body {
  padding: 14px 18px;
}

.faro-trend-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.07);
  text-decoration: none !important;
  transition: padding-left 0.2s ease;
}

.faro-trend-item:last-child {
  border-bottom: 0;
}

.faro-trend-item:hover {
  padding-left: 4px;
}

.faro-trend-item__num {
  flex: 0 0 22px;
  width: 22px;
  color: #d6d1ca;
  font: 400 30px/1 "Bebas Neue", Impact, sans-serif;
  transition: color 0.15s ease;
}

.faro-trend-item:hover .faro-trend-item__num {
  color: #f5a623;
}

.faro-trend-item__content {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

.faro-trend-item__cat {
  margin-bottom: 3px;
  color: #f5a623;
  font: 700 9px/1.2 "DM Sans", system-ui, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.faro-trend-item__title {
  color: #111;
  font: 500 14px/1.35 "Bodoni Moda", Georgia, serif;
  transition: color 0.15s ease;
}

.faro-trend-item:hover .faro-trend-item__title {
  color: #c8302a;
}

.faro-trend-item__meta {
  margin-top: 3px;
  color: #7a746d;
  font: 500 10px/1.3 "DM Sans", system-ui, sans-serif;
}

.faro-sport-band-wrap {
  margin: 0;
  padding: 44px 0 42px;
  background: linear-gradient(180deg, #0d1b2a 0%, #13263b 100%);
}

.faro-sport-band-section {
  margin: 0;
}

.faro-sport-band-section .faro-main-featured-list__head::after {
  background: rgba(255, 255, 255, 0.14);
}

.faro-sport-band-section .faro-main-featured-list__head h2 {
  color: #fff;
}

.faro-sport-band-section .faro-main-featured-list__all {
  border-color: #f5a623;
  color: #f5a623;
}

.faro-sport-band-section .faro-main-featured-list__all:hover {
  background: #f5a623;
  color: #111;
  border-color: #f5a623;
}

.faro-sport-band-section .faro-main-grid-card {
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.faro-sport-band-section .faro-main-grid-card__title a,
.faro-sport-band-section .faro-main-grid-card__meta {
  color: #fff;
}

.faro-sport-band-section .faro-main-grid-card__meta {
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 1024px) {
  .faro-main-cronaca-list-story,
  .faro-main-featured-list-story {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .faro-main-featured-story {
    grid-template-columns: 1fr;
  }

  .faro-main-grid-cards {
    grid-template-columns: repeat(min(2, var(--faro-section-columns, 2)), minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  html,
  body {
    overflow-x: hidden;
  }

  body.home #page {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden;
  }

  body.home .site-content,
  body.home #content {
    overflow-x: hidden;
    max-width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box;
  }

  body.home .page-container,
  body.home .faro-theme-top-shell .e-con-inner,
  body.home .faro-shared-top-shell .e-con-inner,
  body.home .faro-category-top-shell .e-con-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
    max-width: 100% !important;
    width: auto !important;
  }

  body.home .elementor,
  body.home .elementor-section,
  body.home .elementor-element,
  body.home .e-con,
  body.home .e-con-inner {
    max-width: 100% !important;
  }

  body.home .faro-breaking-ticker {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

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

  .faro-header-banner-wrap {
    margin-top: 12px;
  }

  .faro-breaking-ticker {
    margin: 16px 0 18px;
  }

  .faro-breaking-ticker__overflow {
    padding-inline: 8px;
  }

  .faro-breaking-ticker__track {
    gap: 24px;
  }

  .faro-main-cronaca__cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .faro-main-cronaca-card,
  .faro-main-cronaca-card__body {
    min-height: 320px;
  }

  .faro-main-cronaca-card__body {
    padding: 72px 18px 52px;
  }

  .faro-main-cronaca-card__body h3 a {
    font-size: clamp(24px, 5.8vw, 32px);
    line-height: 1.03;
  }

  .faro-main-featured-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .faro-main-featured-cards__item {
    min-height: 312px;
  }

  .faro-main-featured-cards__title a {
    font-size: clamp(23px, 5.3vw, 29px);
    line-height: 1.12;
  }

  .faro-main-grid-card__meta--boxed {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .faro-main-cronaca {
    margin-top: 0;
    margin-right: 0;
  }

  .faro-main-cronaca__head {
    row-gap: 12px;
    margin-bottom: 16px;
  }

  .faro-main-cronaca__cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .faro-main-cronaca-card,
  .faro-main-cronaca-card__body {
    min-height: 286px;
  }

  .faro-main-cronaca-card__body {
    padding: 66px 16px 50px;
  }

  .faro-main-cronaca-card__body h3 a {
    font-size: clamp(26px, 9vw, 34px);
    line-height: 1.02;
  }

  .faro-main-cronaca-card__body p {
    font-size: 14px;
    line-height: 1.45;
  }

  .faro-main-cronaca-card__footer {
    right: 16px;
    bottom: 14px;
    left: 16px;
  }

  .faro-main-cronaca-list-story {
    grid-template-columns: 1fr;
    row-gap: 10px;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }

  .faro-main-cronaca-list-story__thumb img {
    min-height: 164px;
  }

  .faro-main-featured-list__head {
    row-gap: 12px;
    margin-bottom: 16px;
  }

  .faro-main-featured-story {
    gap: 14px;
    margin-bottom: 18px;
  }

  .faro-main-featured-story__content h3 a {
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.08;
  }

  .faro-main-featured-story__content p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.55;
  }

  .faro-main-featured-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .faro-main-featured-cards__item {
    min-height: 292px;
  }

  .faro-main-featured-cards__body {
    min-height: 100%;
    padding: 18px 16px 16px;
  }

  .faro-main-featured-cards__title a {
    font-size: clamp(22px, 7.4vw, 28px);
    line-height: 1.12;
  }

  .faro-main-featured-story__media img {
    min-height: 200px;
  }

  .faro-main-featured-list-story {
    grid-template-columns: 1fr;
    row-gap: 10px;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }

  .faro-main-featured-list-story__thumb img {
    height: 164px;
  }

  .faro-main-featured-list-story h3 a {
    font-size: clamp(21px, 6.5vw, 27px);
    line-height: 1.12;
  }

  .faro-main-featured-list-story p {
    font-size: 14px;
    line-height: 1.55;
  }

  .faro-main-grid-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .faro-main-grid-card__content {
    padding: 14px 0 14px;
    gap: 8px;
  }

  .faro-main-grid-card__title a {
    font-size: 20px;
    line-height: 1.14;
    -webkit-line-clamp: 3;
  }

  .faro-main-grid-card__excerpt {
    font-size: 13px;
    line-height: 1.56;
    -webkit-line-clamp: 4;
  }

  .faro-main-grid-card__meta--boxed {
    padding: 12px 16px 14px;
  }

  .faro-main-cronaca__all,
  .faro-main-featured-list__all {
    min-height: 36px;
    padding: 0 14px;
    font-size: 13px;
  }

  .faro-main-featured-list,
  .faro-main-cronaca {
    margin-bottom: 22px;
  }
}

.faro-home-hero {
  --faro-amber: #f5a623;
  --faro-amber-dark: #d4891a;
  --faro-ink: #111111;
  --faro-navy-900: #091521;
  --faro-navy-800: #11253a;
  --faro-gray-300: #c8c4bc;
  --faro-gray-700: #3a3630;
  --faro-red: #c8302a;
  --faro-blue: #1e4a8a;
  --faro-green: #1b6b2a;
  --faro-purple: #5a3a8a;
  --faro-teal: #1a5a4a;
  --faro-shadow-card: 0 18px 46px rgba(7, 16, 26, 0.14);
  --faro-radius-xl: 14px;
  --faro-radius-md: 14px;
  --faro-layout-gutter: 24px;
  --faro-layout-main-fr: 7fr;
  --faro-layout-side-fr: 3fr;
  padding: 28px 0 0;
  background: #fff;
  font-family: "DM Sans", system-ui, sans-serif;
}

.faro-home-hero,
.faro-home-hero * {
  box-sizing: border-box;
}

.faro-home-hero a {
  color: inherit;
  text-decoration: none;
}

.faro-home-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.faro-home-hero__container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.faro-cat-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 12px 5px;
  font: 400 14px/1 "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faro-cat-pill--amber {
  background: var(--faro-amber);
  color: var(--faro-ink);
}

.faro-cat-pill--red {
  background: var(--faro-red);
  color: #fff;
}

.faro-cat-pill--blue {
  background: var(--faro-blue);
  color: #fff;
}

.faro-cat-pill--green {
  background: var(--faro-green);
  color: #fff;
}

.faro-cat-pill--purple {
  background: var(--faro-purple);
  color: #fff;
}

.faro-cat-pill--teal {
  background: var(--faro-teal);
  color: #fff;
}

.faro-cat-pill--gray {
  background: var(--faro-gray-300);
  color: var(--faro-gray-700);
}

.faro-home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, var(--faro-layout-main-fr)) minmax(0, var(--faro-layout-side-fr));
  column-gap: var(--faro-layout-gutter);
  row-gap: var(--faro-layout-gutter);
  align-items: stretch;
  min-height: 620px;
}

.faro-home-hero__main {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  border-radius: var(--faro-radius-xl);
  background: linear-gradient(160deg, #0b1e30 0%, #163550 40%, #0a2240 100%);
  box-shadow: var(--faro-shadow-card);
}

.faro-home-hero__main-media,
.faro-home-hero__main-overlay {
  position: absolute;
  inset: 0;
}

.faro-home-hero__main-media img {
  height: 100%;
  object-fit: cover;
}

.faro-home-hero__main-overlay {
  background:
    linear-gradient(180deg, rgba(5, 10, 15, 0.08) 0%, rgba(5, 10, 15, 0.28) 34%, rgba(7, 14, 24, 0.88) 100%),
    linear-gradient(135deg, rgba(245, 166, 35, 0.08) 0%, rgba(17, 17, 17, 0) 46%);
}

.faro-home-hero__badge {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 8px 13px 7px;
  background: rgba(12, 12, 12, 0.88);
  color: #fff;
  font: 400 13px/1 "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid rgba(245, 166, 35, 0.38);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

.faro-home-hero__badge::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex: 0 0 10px;
  background: var(--faro-amber);
  box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.22);
  animation: faroTickerPulse 1.4s ease infinite;
}

.faro-home-hero__main-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 38px 36px 34px;
  color: #fff;
}

.faro-home-hero__kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.faro-home-hero__kicker-text,
.faro-home-hero__meta {
  color: rgba(255, 255, 255, 0.82);
  font: 500 13px/1.4 "DM Sans", system-ui, sans-serif;
}

.faro-home-hero__title {
  margin: 0;
  max-width: 760px;
  color: #fff;
  font: 600 clamp(42px, 4vw, 56px)/1.04 "Bodoni Moda", Georgia, serif;
}

.faro-home-hero__deck {
  margin: 0;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.86);
  font: 400 15px/1.7 "DM Sans", system-ui, sans-serif;
}

.faro-home-hero__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.faro-home-hero__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.faro-home-hero__read {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  min-height: 44px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--faro-ink);
  font: 400 16px/1 "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.faro-home-hero__side {
  display: flex;
  flex-direction: column;
  gap: var(--faro-layout-gutter);
  min-width: 0;
}

.faro-home-hero__editorial {
  position: relative;
  overflow: hidden;
  display: flex;
  flex: 1.25;
  flex-direction: column;
  gap: 14px;
  border: 1px solid rgba(245, 166, 35, 0.2);
  border-radius: var(--faro-radius-xl);
  padding: 24px 24px 28px;
  background: linear-gradient(165deg, #0d1b2a 0%, #163149 100%);
  box-shadow: var(--faro-shadow-card);
  color: #fff;
}

.faro-home-hero__editorial::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  border: 20px solid rgba(245, 166, 35, 0.06);
  border-radius: 50%;
}

.faro-home-hero__editorial-header,
.faro-home-hero__editorial-cta {
  position: relative;
  z-index: 1;
}

.faro-home-hero__editorial-header {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--faro-amber);
  font: 400 14px/1 "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.faro-home-hero__editorial-icon {
  font-size: 14px;
}

.faro-home-hero__editorial-author {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.faro-home-hero__editorial-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--faro-amber), var(--faro-amber-dark));
  color: var(--faro-ink);
  font: 800 11px/1 "DM Sans", system-ui, sans-serif;
}

.faro-home-hero__editorial-author-name {
  color: #fff;
  font: 700 13px/1.25 "DM Sans", system-ui, sans-serif;
}

.faro-home-hero__editorial-author-role {
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.45);
  font: 500 10px/1.2 "DM Sans", system-ui, sans-serif;
}

.faro-home-hero__editorial-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font: 600 24px/1.12 "Bodoni Moda", Georgia, serif;
}

.faro-home-hero__editorial-excerpt {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font: 400 13px/1.72 "DM Sans", system-ui, sans-serif;
}

.faro-home-hero__editorial-divider {
  position: relative;
  z-index: 1;
  height: 1px;
  background: rgba(245, 166, 35, 0.15);
}

.faro-home-hero__editorial-quote {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.faro-home-hero__editorial-quote-mark {
  margin-top: -2px;
  color: rgba(245, 166, 35, 0.55);
  font: 400 32px/1 "Bodoni Moda", Georgia, serif;
}

.faro-home-hero__editorial-quote p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font: italic 400 14px/1.5 "Bodoni Moda", Georgia, serif;
}

.faro-home-hero__editorial-cta {
  align-self: flex-start;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(245, 166, 35, 0.3);
  background: rgba(245, 166, 35, 0.12);
  color: var(--faro-amber);
  min-height: 44px;
  padding: 0 18px;
  font: 400 16px/1 "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.faro-home-hero__editorial:hover .faro-home-hero__editorial-cta {
  background: var(--faro-amber);
  color: var(--faro-ink);
}

.faro-home-hero__editorial--empty {
  justify-content: flex-start;
  cursor: default;
}

.faro-home-hero__editorial-cta--muted {
  color: rgba(255, 255, 255, 0.62);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.faro-home-hero__side-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  border-radius: var(--faro-radius-xl);
  background-color: #203040;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: var(--faro-shadow-card);
}

.faro-home-hero__side-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 16, 24, 0.08) 0%, rgba(8, 16, 24, 0.86) 100%);
}

.faro-home-hero__side-icon,
.faro-home-hero__side-card-content {
  position: relative;
  z-index: 1;
}

.faro-home-hero__side-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  left: auto;
  font-size: 20px;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.25));
}

.faro-home-hero__side-card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding-top: 48px;
}

.faro-home-hero__side-card > .faro-cat-pill {
  position: absolute;
  top: 18px !important;
  left: 18px !important;
  z-index: 2;
  min-width: 0;
  justify-content: flex-start;
  padding: 8px 13px 7px;
  font-size: 13px;
}

.faro-home-hero__side-card h3 {
  margin: 0;
  color: #fff;
  font: 600 24px/1.08 "Bodoni Moda", Georgia, serif;
}

.faro-home-hero__side-meta {
  color: rgba(255, 255, 255, 0.78);
  font: 500 12px/1.4 "DM Sans", system-ui, sans-serif;
}

.faro-home-hero__side-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.faro-home-hero__side-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  min-height: 44px;
  padding: 0 18px;
  color: rgba(255, 255, 255, 0.92);
  font: 400 16px/1 "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .faro-home-hero__grid {
    grid-template-columns: 1fr;
    height: auto;
    row-gap: 14px;
  }

  .faro-home-hero__side {
    flex-direction: row;
    gap: 14px;
  }

  .faro-home-hero__editorial,
  .faro-home-hero__side-card {
    min-height: 180px;
    border-radius: var(--faro-radius-md);
  }

  .faro-home-hero__main {
    min-height: 340px;
    border-radius: var(--faro-radius-md);
  }

  .faro-home-hero__main-content {
    padding: 30px 28px 34px;
  }

  .faro-home-hero__title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .faro-breaking-ticker {
    flex-direction: column;
    margin: 24px 0;
  }

  .faro-breaking-ticker__label {
    justify-content: center;
    padding: 8px 14px;
  }

  .faro-breaking-ticker__track {
    gap: 36px;
    padding: 9px 0;
    font-size: 12px;
    animation-duration: 28s;
  }

  .faro-home-hero__main {
    min-height: 260px;
  }

  .faro-home-hero__main-content {
    padding: 22px 20px 24px;
  }

  .faro-home-hero__title,
  .faro-home-hero__side-card h3,
  .faro-home-hero__editorial-title {
    font-size: 24px;
    line-height: 1.15;
  }

  .faro-home-hero__deck {
    display: none;
  }

  .faro-home-hero__side {
    flex-direction: column;
    gap: 12px;
  }

  .faro-home-hero__editorial {
    padding-bottom: 36px;
  }

  .faro-home-hero__editorial-cta {
    margin-top: auto;
  }

  .faro-home-hero__read {
    font-size: 16px;
    padding: 12px 18px 10px;
  }
}

@media (max-width: 390px) {
  .faro-main-cronaca-card,
  .faro-main-cronaca-card__body {
    min-height: 270px;
  }

  .faro-main-cronaca-card__body {
    padding: 64px 14px 50px;
  }

  .faro-main-cronaca-card__body h3 a {
    font-size: clamp(24px, 9.4vw, 32px);
  }

  .faro-main-featured-cards__item {
    min-height: 282px;
  }

  .faro-main-featured-cards__title a {
    font-size: clamp(22px, 7.6vw, 28px);
  }

  .faro-main-grid-card__title a {
    font-size: 19px;
  }

  .faro-home-hero__main {
    min-height: 220px;
    border-radius: 14px;
  }

  .faro-home-hero__main-content {
    padding: 20px 18px 24px;
    gap: 14px;
  }

  .faro-home-hero__title {
    font-size: 24px;
    line-height: 1.2;
  }

  .faro-home-hero__badge {
    top: 16px;
    left: 16px;
    font-size: 12px;
  }

  .faro-home-hero__badge::before {
    width: 8px;
    height: 8px;
    flex-basis: 8px;
  }

  .faro-home-hero__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .faro-home-hero__editorial,
  .faro-home-hero__side-card {
    min-height: 170px;
    border-radius: 14px;
    padding: 16px 16px 34px;
  }
}

/* ─── Category Archive Widget ─────────────────────────────────────── */

.faro-archive {
  width: 100%;
}

.faro-listing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 40px;
  align-items: start;
  padding-bottom: 56px;
}

.faro-listing-layout__primary {
  min-width: 0;
}

.faro-listing-layout__sidebar {
  min-width: 0;
}

.faro-listing-sidebar {
  position: sticky;
  top: 132px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.faro-listing-sidebar__widget {
  width: 100%;
}

.faro-listing-sidebar__widget--weather .mw-widget {
  width: 100%;
}

.faro-category-pre-footer {
  padding: 0 0 56px;
}

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

.faro-single-layout {
  align-items: start;
}

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

.faro-single-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 0 26px;
}

.faro-single-title {
  margin: 0;
  color: #111;
  font: 600 clamp(38px, 4vw, 56px)/1.02 "Bodoni Moda", Georgia, serif;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.faro-single-excerpt {
  max-width: 820px;
  margin: 0;
  color: #55514b;
  font: 400 19px/1.7 "DM Sans", system-ui, sans-serif;
}

.faro-single-meta {
  font-size: 13px;
}

.faro-single-featured {
  margin: 0 0 28px;
  overflow: hidden;
  border-radius: 18px;
  background: #ece7de;
}

.faro-single-featured img {
  display: block;
  width: 100%;
  height: auto;
}

.faro-single-body {
  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;
}

/* Grid layout */
.faro-archive--grid .faro-main-grid-cards {
  display: grid;
  grid-template-columns: repeat(var(--faro-section-columns, 3), 1fr);
  gap: 28px 24px;
}

@media (max-width: 1140px) {
  .faro-listing-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .faro-listing-sidebar {
    position: static;
  }

  .faro-single-layout__sidebar {
    order: 2;
  }
}

@media (max-width: 900px) {
  .faro-archive--grid .faro-main-grid-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .faro-single-title {
    font-size: clamp(34px, 8vw, 44px);
  }

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

@media (max-width: 600px) {
  .faro-archive--grid .faro-main-grid-cards {
    grid-template-columns: 1fr;
  }

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

  .faro-single-header {
    gap: 14px;
    padding-bottom: 22px;
  }

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

/* Featured + list layout */
.faro-archive--featured-list .faro-main-featured-list--featured_list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faro-archive--featured-list .faro-main-featured-list__list--below {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 8px;
  border-top: 1px solid rgba(17,17,17,0.08);
}

/* Pagination */
.faro-archive-pagination {
  margin-top: 56px;
  padding-top: 20px;
}

.faro-archive-pagination__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.faro-archive-pagination__item a,
.faro-archive-pagination__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid rgba(17,17,17,0.12);
  background: #fff;
  color: #111;
  font: 500 13px/1 "DM Sans", system-ui, sans-serif;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}

.faro-archive-pagination__item a:hover {
  background: #f5f1eb;
  border-color: rgba(17,17,17,0.2);
}

.faro-archive-pagination__item .current {
  background: #111;
  border-color: #111;
  color: #fff;
  pointer-events: none;
}

.faro-category-archive-block .pagination-standard {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.faro-category-archive-block .pagination,
.faro-category-archive-block .pagination.-center-flex {
  justify-content: center;
}

.faro-category-archive-block .pagination-standard + *,
.faro-archive-pagination {
  margin-top: 56px;
}

/* ==========================================================================
   ARTICLE CONTENT STYLING
   Blockquote, Infobox, Tags, Author Box
   ========================================================================== */

/* --- Blockquote --- */
body.single .faro-single-body blockquote,
body.single .entry-content blockquote {
  position: relative;
  margin: 36px 0;
  padding: 26px 28px 20px 114px;
  border-left: 4px solid #F5A623;
  background: #f2f2f2;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 1px 4px rgba(17,17,17,.06);
}

body.single .faro-single-body blockquote::before,
body.single .entry-content blockquote::before {
  content: "«";
  position: absolute;
  top: 34px;
  left: 32px;
  color: #111;
  font-family: 'Bodoni Moda', Georgia, serif;
  font-size: 56px;
  line-height: 1;
  font-style: italic;
  pointer-events: none;
}

body.single .faro-single-body blockquote > p:first-of-type,
body.single .entry-content blockquote > p:first-of-type {
  font-family: 'Bodoni Moda', Georgia, serif;
  font-size: clamp(16px, 1.3vw, 24px);
  line-height: 1.3;
  font-style: italic;
  color: #111;
  margin: 0 0 14px;
  font-weight: 400;
}

body.single .faro-single-body blockquote > p:first-of-type::first-letter,
body.single .entry-content blockquote > p:first-of-type::first-letter {
  float: left;
  font-size: 1em;
  line-height: 1;
  margin-right: 0;
  margin-top: 2px;
  font-family: 'Bodoni Moda', Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

body.single .faro-single-body blockquote > p,
body.single .entry-content blockquote > p {
  margin: 0;
}

body.single .faro-single-body blockquote > p + p,
body.single .entry-content blockquote > p + p {
  margin-top: 12px;
}

body.single .faro-single-body blockquote cite,
body.single .faro-single-body blockquote footer,
body.single .entry-content blockquote cite,
body.single .entry-content blockquote footer {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #c17d0a;
  font-style: normal;
  margin-top: 16px;
}

body.single .faro-single-body blockquote cite::before,
body.single .faro-single-body blockquote footer::before,
body.single .entry-content blockquote cite::before,
body.single .entry-content blockquote footer::before {
  content: "— ";
}

@media (max-width: 1024px) {
  body.single .faro-single-body blockquote,
  body.single .entry-content blockquote {
    padding: 20px 18px 16px 84px;
  }

  body.single .faro-single-body blockquote::before,
  body.single .entry-content blockquote::before {
    left: 22px;
    top: 26px;
    font-size: 42px;
  }

  body.single .faro-single-body blockquote > p:first-of-type,
  body.single .entry-content blockquote > p:first-of-type {
    font-size: clamp(17px, 3vw, 22px);
  }
}

/* --- Infobox Faro --- */
.faro-infobox {
  margin: 32px 0;
  background: #f2f2f2;
  border: 1px solid #d9d4ce;
  border-top: 6px solid #F5A623;
  border-radius: 16px;
  padding: 24px 28px;
}

.faro-infobox__title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #c17d0a;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.faro-infobox__title::before {
  content: "ⓘ";
  font-size: 22px;
  line-height: 1;
  color: #d28a13;
  font-weight: 400;
}

.faro-infobox__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faro-infobox__list li {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 20px;
  color: #383838;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  line-height: 1.35;
  margin: 0;
}

.faro-infobox__list li::before {
  content: '';
  width: 12px;
  height: 12px;
  background: #F5A623;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 8px;
}

.faro-infobox__list li p {
  margin: 0;
  font: inherit;
  color: inherit;
}

@media (max-width: 1024px) {
  .faro-infobox {
    padding: 18px 18px;
    border-radius: 12px;
  }

  .faro-infobox__title {
    font-size: 11px;
    letter-spacing: .14em;
  }

  .faro-infobox__title::before {
    font-size: 18px;
  }

  .faro-infobox__list {
    gap: 10px;
  }

  .faro-infobox__list li {
    font-size: 15px;
    gap: 10px;
  }

  .faro-infobox__list li::before {
    width: 9px;
    height: 9px;
    margin-top: 6px;
  }
}

/* --- Tag section --- */
.faro-article-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 36px 0 28px;
  padding-top: 24px;
  border-top: 1px solid #E8E4DE;
}

.faro-article-tags__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #999;
  margin-right: 4px;
}

.faro-article-tags a {
  font-size: 12px;
  color: #444;
  background: #fff;
  border: 1px solid #E8E4DE;
  padding: 5px 12px;
  border-radius: 100px;
  text-decoration: none;
  transition: background .15s, color .15s, border-color .15s;
}

.faro-article-tags a:hover {
  background: #F5A623;
  color: #111;
  border-color: #F5A623;
}

body.single .faro-single-body .faro-article-tags a:hover,
body.single .faro-single-body .faro-article-tags a:focus,
body.single .faro-single-body .faro-article-tags a:active,
body.single .faro-single-body .faro-article-tags a:visited:hover,
body.single .entry-content .faro-article-tags a:hover,
body.single .entry-content .faro-article-tags a:focus,
body.single .entry-content .faro-article-tags a:active,
body.single .entry-content .faro-article-tags a:visited:hover {
  background: #F5A623 !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  border-color: #F5A623 !important;
}

/* --- Author box --- */
.faro-author-box {
  background: #fff;
  border: 1px solid #E8E4DE;
  border-radius: 14px;
  padding: 22px;
  margin: 0 0 40px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.faro-author-box__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(135deg, #F5A623, #c17d0a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  color: #111;
}

.faro-author-box__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faro-author-box__name {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 2px;
  color: #111;
}

.faro-author-box__role {
  font-size: 11.5px;
  color: #c17d0a;
  font-weight: 600;
  margin-bottom: 8px;
}

.faro-author-box__bio {
  font-size: 13px;
  color: #777;
  line-height: 1.6;
  margin: 0;
}
