/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Manera, used to centralize global design tokens and lightweight frontend styles.
Author: Manera
Template: hello-elementor
Version: 1.0.109
Text Domain: hello-elementor-child
*/

:root {
  --manera-color-primary: #608db1;
  --manera-color-primary-hover: #527a9a;
  --manera-color-accent: #dfae5b;
  --manera-color-text: #4d4f51;
  --manera-color-muted: #667085;
  --manera-color-border: #d9dee3;
  --manera-color-surface: #ffffff;
  --manera-color-soft: #f6f4ef;
  --manera-color-error: #b42318;

  --manera-font-family: Montserrat, Arial, sans-serif;
  --manera-font-size-body: 16px;
  --manera-line-height-body: 1.6;

  --manera-radius-sm: 8px;
  --manera-radius-md: 12px;
  --manera-radius-lg: 16px;

  --manera-space-xs: 4px;
  --manera-space-sm: 8px;
  --manera-space-md: 16px;
  --manera-space-lg: 24px;
  --manera-space-xl: 32px;
  --manera-space-2xl: 48px;

  --manera-shadow-soft: 0 12px 32px rgba(31, 41, 51, 0.1);
  --manera-transition: 180ms ease;
  --manera-header-height-desktop: 110px;
  --manera-header-height-mobile: 76px;
  --manera-header-logo-width-desktop: 160px;
  --manera-header-logo-width-mobile: 126px;
  --manera-logo-blue-filter: brightness(0) saturate(100%) invert(55%) sepia(42%) saturate(541%) hue-rotate(166deg) brightness(92%) contrast(87%);
  --manera-menu-link-height: 78px;
  --manera-menu-link-mobile-height: 50px;
  --manera-menu-link-padding-y: 11px;
  --manera-menu-link-padding-x: 15px;
}

body {
  color: var(--manera-color-text);
  font-family: var(--manera-font-family);
  font-size: var(--manera-font-size-body);
  line-height: var(--manera-line-height-body);
  background: var(--manera-color-surface);
}

a {
  color: var(--manera-color-primary);
}

a:hover,
a:focus {
  color: var(--manera-color-primary-hover);
}

/* Elementor color normalization: keep legacy imported templates on the Manera palette. */
body.elementor-kit-5,
.elementor-kit-5 {
  --e-global-color-primary: var(--manera-color-primary);
  --e-global-color-accent: var(--manera-color-primary);
  --e-global-color-text: var(--manera-color-text);
  --e-global-color-secondary: var(--manera-color-soft);
}

body .elementor-widget-heading .elementor-heading-title,
body .elementskit-section-title,
body .ekit-heading--title {
  color: var(--manera-color-text) !important;
}

body .elementskit-section-title span,
body .ekit-heading--title span {
  color: inherit !important;
}

body .ekit-heading__description,
body .ekit-heading__description p,
body .elementor-widget-text-editor,
body .elementor-widget-text-editor p {
  color: var(--manera-color-text);
}

body .elementskit-border-divider,
body .elementskit-border-divider::before,
body .elementskit-border-star::after {
  background-color: var(--manera-color-primary) !important;
  color: var(--manera-color-primary) !important;
}

/* Modern SEO footer: brand, funnel links and local signals. */
body .manera-footer {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: 21px 16px 10px;
  background: #314756;
  color: #ffffff;
}

body .manera-footer > .e-con-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) minmax(180px, 0.75fr) minmax(210px, 0.9fr) minmax(280px, 1.15fr);
  gap: 18px;
  width: min(1200px, 100%);
  max-width: 1200px;
  margin-inline: auto;
}

body .manera-footer .elementor-widget-html {
  min-width: 0;
}

body .manera-footer .elementor-widget {
  margin-block-end: 0;
}

body .manera-footer-brand,
body .manera-footer-card {
  height: 100%;
}

body .manera-footer-logo {
  display: block;
  width: 124px;
  height: auto;
  margin-bottom: 8px;
  filter: brightness(0) invert(1);
}

body .manera-footer-kicker {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  margin-bottom: 8px;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

body .manera-footer h2,
body .manera-footer h3,
body .manera-footer p,
body .manera-footer li,
body .manera-footer small {
  color: inherit;
  font-family: var(--manera-font-family);
  letter-spacing: 0;
}

body .manera-footer h2,
body .manera-footer h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

body .manera-footer-brand h2 {
  max-width: 390px;
  font-size: 20px;
  line-height: 1.2;
}

body .manera-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.44;
}

body .manera-footer-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body .manera-footer-list a,
body .manera-footer-contact-list a,
body .manera-footer-bottom a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition:
    color var(--manera-transition),
    transform var(--manera-transition);
}

body .manera-footer-list a:hover,
body .manera-footer-list a:focus,
body .manera-footer-contact-list a:hover,
body .manera-footer-contact-list a:focus,
body .manera-footer-bottom a:hover,
body .manera-footer-bottom a:focus {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body .manera-footer-contact-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body .manera-footer-contact-list span {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

body .manera-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-top: 10px;
  padding: 8px 12px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: var(--manera-radius-sm);
  color: #314756;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition:
    background-color var(--manera-transition),
    border-color var(--manera-transition),
    color var(--manera-transition),
    transform var(--manera-transition);
}

body .manera-footer-cta:hover,
body .manera-footer-cta:focus {
  background: var(--manera-color-accent);
  border-color: var(--manera-color-accent);
  color: #314756;
  transform: translateY(-1px) scale(1);
}

body .manera-footer-bottom-widget,
body .manera-footer .elementor-element-mvbot01 {
  grid-column: 1 / -1;
}

body .manera-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

body .manera-footer-bottom p,
body .manera-footer-bottom small {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 600;
}

body .manera-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Homepage "Perche scegliere" cards: make every card match the first one. */
body.home .elementor-element-6563fa26 .elementskit-infobox,
body.home .elementor-element-6563fa26 .elementskit-infobox.gradient-active,
body.home .elementor-element-6563fa26 .elementskit-infobox:hover {
  background: #f6f7f8 !important;
  background-color: #f6f7f8 !important;
  background-image: none !important;
  border-color: #d9dde1 !important;
  box-shadow: var(--manera-shadow-soft) !important;
  color: var(--manera-color-text) !important;
}

body.home .elementor-element-6563fa26 .elementskit-infobox::before,
body.home .elementor-element-6563fa26 .elementskit-infobox::after {
  opacity: 0 !important;
}

body.home .elementor-element-6563fa26 .elementskit-info-box-icon,
body.home .elementor-element-6563fa26 .elementkit-infobox-icon {
  color: var(--manera-color-primary) !important;
  fill: var(--manera-color-primary) !important;
}

body.home .elementor-element-6563fa26 .elementskit-info-box-title {
  color: var(--manera-color-primary) !important;
}

body.home .elementor-element-6563fa26 .box-body > p,
body.home .elementor-element-6563fa26 .elementskit-infobox p {
  color: #656565 !important;
}

/* Homepage "Dove siamo" destination section. */
body .manera-location-elementor-container,
body .manera-location-html-widget,
body .manera-location-html-widget > .elementor-widget-container {
  width: 100%;
  max-width: 100%;
}

body .manera-location-section {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: 88px 16px;
  background: #f7f9fb;
  color: var(--manera-color-text);
}

body .manera-location-section__inner {
  width: min(1200px, 100%);
  margin-inline: auto;
}

body .manera-location-kicker,
body .manera-location-section-head > span,
body .manera-location-itineraries__intro > span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  background: rgba(96, 141, 177, 0.12);
  border: 1px solid rgba(96, 141, 177, 0.22);
  border-radius: 999px;
  color: var(--manera-color-primary);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

body .manera-location-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 18px;
}

body .manera-location-copy,
body .manera-location-map-card,
body .manera-location-card,
body .manera-location-itineraries,
body .manera-location-youth,
body .manera-location-daytrips,
body .manera-location-seo-copy {
  background: var(--manera-color-surface);
  border: 1px solid var(--manera-color-border);
  border-radius: var(--manera-radius-md);
  box-shadow: var(--manera-shadow-soft);
}

body .manera-location-copy {
  padding: 34px;
}

body .manera-location-copy h1,
body .manera-location-copy h2 {
  max-width: 780px;
  margin: 0 0 16px;
  color: var(--manera-color-text);
  font-family: var(--manera-font-family);
  font-size: clamp(30px, 3.1vw, 46px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
}

body .manera-location-lead {
  max-width: 740px;
  margin: 0;
  color: var(--manera-color-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
}

body .manera-location-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

body .manera-location-facts > div {
  min-width: 0;
  padding: 16px;
  background: #f6f7f8;
  border: 1px solid var(--manera-color-border);
  border-radius: var(--manera-radius-sm);
}

body .manera-location-facts strong,
body .manera-location-facts span {
  display: block;
}

body .manera-location-facts strong {
  margin-bottom: 6px;
  color: var(--manera-color-primary);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

body .manera-location-facts span {
  color: var(--manera-color-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

body .manera-location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

body .manera-location-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: var(--manera-radius-sm);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition:
    background-color var(--manera-transition),
    border-color var(--manera-transition),
    color var(--manera-transition),
    transform var(--manera-transition),
    box-shadow var(--manera-transition);
}

body .manera-location-button--primary {
  background: var(--manera-color-primary);
  border: 1px solid var(--manera-color-primary);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(96, 141, 177, 0.24);
}

body .manera-location-button--primary:hover,
body .manera-location-button--primary:focus {
  background: var(--manera-color-primary-hover);
  border-color: var(--manera-color-primary-hover);
  color: #ffffff;
  transform: translateY(0);
}

body .manera-location-button--secondary {
  background: #ffffff;
  border: 1px solid var(--manera-color-border);
  color: var(--manera-color-text);
}

body .manera-location-button--secondary:hover,
body .manera-location-button--secondary:focus {
  border-color: var(--manera-color-primary);
  color: var(--manera-color-primary-hover);
  transform: translateY(0);
}

body .manera-location-map-card {
  display: flex;
  min-height: 100%;
  align-self: stretch;
  flex-direction: column;
  overflow: hidden;
}

body .manera-location-map-card .manera-open-map {
  display: block;
  width: 100%;
  min-height: 390px;
  height: auto;
  flex: 1 1 0;
  border: 0;
  background: #eef4f7;
}

body .manera-location-map-card .manera-open-map:empty,
body .manera-location-summary__panel .manera-open-map:empty {
  display: grid;
  place-items: center;
  padding: clamp(24px, 5vw, 48px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(238, 244, 247, 0.96)),
    #eef4f7;
}

body .manera-location-map-card .manera-open-map:empty::before,
body .manera-location-summary__panel .manera-open-map:empty::before {
  content: "Mappa momentaneamente non disponibile.";
  max-width: 38ch;
  color: var(--manera-color-muted);
  font-family: var(--manera-font-family);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
}

body .manera-open-map .leaflet-control-attribution {
  min-height: 0;
  padding: 1px 4px !important;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 4px 0 0;
  box-shadow: none;
  color: #52616c;
  font-family: var(--manera-font-family);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.15;
}

body .manera-open-map .leaflet-control-attribution a {
  color: var(--manera-color-primary);
  text-decoration: none;
}

body .manera-open-map .leaflet-tooltip.manera-map-place-label {
  padding: 4px 7px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(96, 141, 177, 0.42);
  border-radius: 7px;
  box-shadow: 0 3px 10px rgba(34, 61, 83, 0.16);
  color: var(--manera-color-text);
  font-family: var(--manera-font-family);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
}

body .manera-open-map .leaflet-tooltip-top.manera-map-place-label::before {
  border-top-color: rgba(96, 141, 177, 0.42);
}

body .manera-location-map-visual {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background:
    linear-gradient(90deg, #eef4f7 0 62%, #d7ecf6 62% 100%);
}

body .manera-location-map-visual::before {
  content: "";
  position: absolute;
  inset: 0 34% 0 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(223, 174, 91, 0.28) 0 2px, transparent 3px),
    radial-gradient(circle at 34% 62%, rgba(96, 141, 177, 0.22) 0 2px, transparent 3px),
    radial-gradient(circle at 58% 32%, rgba(96, 141, 177, 0.2) 0 2px, transparent 3px);
  background-size: 52px 52px, 62px 62px, 74px 74px;
  opacity: 0.78;
}

body .manera-location-map-visual::after {
  content: "";
  position: absolute;
  top: -8%;
  right: 31%;
  width: 72px;
  height: 118%;
  background: #ffffff;
  border-right: 3px solid rgba(96, 141, 177, 0.34);
  border-radius: 50%;
  transform: rotate(6deg);
}

body .manera-location-map-visual__land,
body .manera-location-map-visual__sea {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

body .manera-location-map-visual__land {
  top: 22px;
  left: 24px;
  background: #ffffff;
  border: 1px solid var(--manera-color-border);
  color: var(--manera-color-text);
}

body .manera-location-map-visual__sea {
  right: 24px;
  bottom: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(96, 141, 177, 0.24);
  color: var(--manera-color-primary);
}

body .manera-location-map-marker {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 190px;
  padding: 8px 10px;
  background: #ffffff;
  border: 1px solid rgba(96, 141, 177, 0.28);
  border-radius: var(--manera-radius-sm);
  box-shadow: 0 10px 24px rgba(31, 41, 51, 0.12);
  color: var(--manera-color-text);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
}

body .manera-location-map-marker b {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  background: var(--manera-color-primary);
  border: 3px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 0 0 2px var(--manera-color-primary);
}

body .manera-location-map-marker--alba {
  top: 42%;
  right: 28%;
}

body .manera-location-map-marker--tortoreto {
  top: 55%;
  right: 25%;
}

body .manera-location-map-marker--vibrata {
  top: 39%;
  left: 20%;
}

body .manera-location-map-marker--gran-sasso {
  bottom: 16%;
  left: 12%;
}

body .manera-location-map-caption {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  background: #ffffff;
  border-top: 1px solid var(--manera-color-border);
}

body .manera-location-map-caption strong {
  color: var(--manera-color-primary);
  font-size: 15px;
  font-weight: 800;
}

body .manera-location-map-caption span {
  color: var(--manera-color-muted);
  font-size: 13px;
  font-weight: 700;
}

body .manera-location-map-caption a {
  color: var(--manera-color-primary);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

body .manera-location-map-caption a:hover,
body .manera-location-map-caption a:focus {
  color: var(--manera-color-primary-hover);
  text-decoration: underline;
}

body .manera-location-section-head {
  width: min(780px, 100%);
  margin: 58px auto 24px;
  text-align: center;
}

body .manera-location-section-head h2,
body .manera-location-section-head h3,
body .manera-location-itineraries__intro h2,
body .manera-location-itineraries__intro h3,
body .manera-location-seo-copy h2,
body .manera-location-seo-copy h3 {
  margin: 14px 0 10px;
  color: var(--manera-color-text);
  font-family: var(--manera-font-family);
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.18;
}

body .manera-location-section-head p {
  margin: 0;
  color: var(--manera-color-muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
}

body .manera-location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body .manera-location-card {
  min-width: 0;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(31, 41, 51, 0.08);
  transition:
    border-color var(--manera-transition),
    transform var(--manera-transition),
    box-shadow var(--manera-transition);
}

body .manera-location-card:hover {
  border-color: rgba(96, 141, 177, 0.45);
  box-shadow: 0 18px 34px rgba(31, 41, 51, 0.12);
  transform: translateY(-2px);
}

body .manera-location-card__tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 5px 10px;
  background: rgba(223, 174, 91, 0.16);
  border: 1px solid rgba(223, 174, 91, 0.28);
  border-radius: 999px;
  color: #8a6126;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

body .manera-location-drive-badge {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 12px;
  padding: 5px 10px;
  background: rgba(96, 141, 177, 0.1);
  border: 1px solid rgba(96, 141, 177, 0.2);
  border-radius: 999px;
  color: var(--manera-color-primary);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

body .manera-location-card h3,
body .manera-location-card h4 {
  margin: 0 0 10px;
  color: var(--manera-color-primary);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
}

body .manera-location-card p {
  margin: 0;
  color: var(--manera-color-text);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

body .manera-location-itineraries {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.45fr);
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  padding: 28px;
}

body .manera-location-itineraries__intro h2,
body .manera-location-itineraries__intro h3 {
  margin-bottom: 0;
}

body .manera-location-itinerary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body .manera-location-itinerary {
  min-width: 0;
  padding: 18px;
  background: #f6f7f8;
  border: 1px solid var(--manera-color-border);
  border-radius: var(--manera-radius-sm);
}

body .manera-location-itinerary h3,
body .manera-location-itinerary strong {
  display: block;
  margin: 0 0 8px;
  color: var(--manera-color-primary);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

body .manera-location-itinerary p {
  margin: 0;
  color: var(--manera-color-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

body .manera-location-youth {
  margin-top: 28px;
  padding: 28px;
  box-shadow: 0 10px 24px rgba(31, 41, 51, 0.08);
}

body .manera-location-youth .manera-location-section-head {
  margin: 0 auto 24px;
}

body .manera-location-youth-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

@media (min-width: 1025px) {
  body .manera-location-youth-grid--five {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  body .manera-location-youth-grid--five > .manera-location-youth-card {
    grid-column: span 2;
  }

  body .manera-location-youth-grid--five > .manera-location-youth-card:nth-last-child(2) {
    grid-column: 2 / span 2;
  }

  body .manera-location-youth-grid--five > .manera-location-youth-card:last-child {
    grid-column: 4 / span 2;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body .manera-location-youth-grid--five > .manera-location-youth-card:last-child {
    grid-column: 1 / -1;
    width: calc((100% - 18px) / 2);
    justify-self: center;
  }
}

body .manera-location-youth-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--manera-color-border);
  border-radius: var(--manera-radius-sm);
  box-shadow: 0 8px 22px rgba(31, 41, 51, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body .manera-location-youth-card:hover {
  box-shadow: 0 14px 30px rgba(31, 41, 51, 0.12);
  transform: translateY(-3px);
}

body .manera-location-youth-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: #dce8ef;
}

body .manera-location-youth-card__media::after {
  position: absolute;
  inset: 38% 0 0;
  background: linear-gradient(180deg, transparent, rgba(12, 35, 51, 0.56));
  content: "";
  pointer-events: none;
}

body .manera-location-youth-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

body .manera-location-youth-card:hover .manera-location-youth-card__media img {
  transform: scale(1.025);
}

body .manera-location-youth-card__media .manera-location-card__tag {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 14px;
  left: 16px;
  width: fit-content;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 14px rgba(12, 35, 51, 0.16);
  backdrop-filter: blur(8px);
}

body .manera-location-youth-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

body .manera-location-youth-card h3,
body .manera-location-youth-card strong {
  display: block;
  margin: 0 0 8px;
  color: var(--manera-color-primary);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
}

body .manera-location-youth-card p {
  margin: 0 0 16px;
  color: var(--manera-color-text);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

body .manera-location-source-link {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 14px;
  color: var(--manera-color-primary);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body .manera-location-source-link:hover,
body .manera-location-source-link:focus {
  color: var(--manera-color-primary-hover);
}

body .manera-location-source-link--compact {
  margin: 14px 0 0;
}

body .manera-location-youth-note {
  margin: 18px 0 0;
  color: var(--manera-color-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

body .manera-location-daytrips {
  margin-top: 28px;
  padding: 28px;
  box-shadow: 0 10px 24px rgba(31, 41, 51, 0.08);
}

body .manera-location-daytrips .manera-location-section-head {
  margin: 0 auto 24px;
}

body .manera-location-daytrip-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 36px) / 3);
  grid-template-columns: none;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 2px 2px 8px;
  margin-inline: -2px;
  scroll-padding-inline: 2px;
  scroll-snap-type: inline mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body .manera-location-daytrip-grid::-webkit-scrollbar {
  display: none;
}

body .manera-location-daytrip-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}

body .manera-location-daytrip-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  background: rgba(96, 141, 177, 0.28);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition:
    background-color var(--manera-transition),
    box-shadow var(--manera-transition),
    transform var(--manera-transition);
}

body .manera-location-daytrip-dot:hover,
body .manera-location-daytrip-dot:focus {
  background: rgba(96, 141, 177, 0.48);
  outline: 0;
  transform: scale(1.08);
}

body .manera-location-daytrip-dot:focus-visible {
  box-shadow: 0 0 0 3px rgba(96, 141, 177, 0.26);
}

body .manera-location-daytrip-dot.is-active,
body .manera-location-daytrip-dot[aria-selected="true"] {
  background: var(--manera-color-primary);
  transform: scale(1.08);
}

body .manera-location-daytrip-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--manera-color-border);
  border-radius: var(--manera-radius-md);
  box-shadow: 0 10px 24px rgba(31, 41, 51, 0.08);
  transition:
    border-color var(--manera-transition),
    transform var(--manera-transition),
    box-shadow var(--manera-transition);
  scroll-snap-align: start;
}

body .manera-location-daytrip-card:hover {
  border-color: rgba(96, 141, 177, 0.45);
  box-shadow: 0 18px 34px rgba(31, 41, 51, 0.12);
  transform: translateY(-2px);
}

body .manera-location-daytrip-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background: #f1f4f6;
}

body .manera-location-daytrip-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

body .manera-location-daytrip-card h3,
body .manera-location-daytrip-card h4 {
  margin: 0 0 10px;
  color: var(--manera-color-primary);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
}

body .manera-location-daytrip-card p {
  margin: 0;
  color: var(--manera-color-text);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

body .manera-location-photo-credit {
  display: block;
  margin-top: auto;
  padding-top: 14px;
  color: var(--manera-color-muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
}

body .manera-location-photo-credit a {
  color: var(--manera-color-muted);
  text-decoration: underline;
  text-underline-offset: 2px;
}

body .manera-location-photo-credit a:hover,
body .manera-location-photo-credit a:focus {
  color: var(--manera-color-primary-hover);
}

body .manera-location-seo-copy {
  margin-top: 28px;
  padding: 30px;
  box-shadow: none;
}

body .manera-location-seo-copy h2,
body .manera-location-seo-copy h3 {
  margin-top: 0;
}

body .manera-location-seo-copy p {
  margin: 0;
  color: var(--manera-color-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

body .manera-location-seo-copy p + p {
  margin-top: 12px;
}

body .manera-location-seo-copy .manera-location-local-tip {
  margin-top: 18px;
  padding: 16px 18px;
  background: rgba(96, 141, 177, 0.08);
  border: 1px solid rgba(96, 141, 177, 0.2);
  border-radius: var(--manera-radius-sm);
}

body .manera-location-seo-copy .manera-location-actions {
  margin-top: 18px;
}

body .manera-location-seo-copy .manera-location-time-note {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--manera-color-border);
  color: var(--manera-color-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

body .manera-location-seo-copy .manera-location-time-note strong {
  color: var(--manera-color-text);
  font-weight: 800;
}

body .manera-location-faq {
  margin-top: 28px;
  padding: 30px;
  background: var(--manera-color-surface);
  border: 1px solid var(--manera-color-border);
  border-radius: var(--manera-radius-md);
  box-shadow: 0 10px 24px rgba(31, 41, 51, 0.08);
}

body .manera-location-faq .manera-location-section-head {
  margin: 0 auto 24px;
}

body .manera-location-faq-list {
  display: grid;
  gap: 12px;
  width: min(860px, 100%);
  margin-inline: auto;
}

body .manera-location-faq details {
  overflow: hidden;
  background: #f8fafb;
  border: 1px solid var(--manera-color-border);
  border-radius: var(--manera-radius-sm);
}

body .manera-location-faq summary {
  position: relative;
  min-height: 52px;
  padding: 15px 54px 15px 18px;
  color: var(--manera-color-text);
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  list-style: none;
}

body .manera-location-faq summary::-webkit-details-marker {
  display: none;
}

body .manera-location-faq summary::after {
  position: absolute;
  top: 50%;
  right: 18px;
  color: var(--manera-color-primary);
  content: "+";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}

body .manera-location-faq details[open] summary::after {
  content: "−";
}

body .manera-location-faq summary:focus-visible {
  outline: 3px solid rgba(96, 141, 177, 0.28);
  outline-offset: -3px;
}

body .manera-location-faq details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--manera-color-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

/* Homepage summary for the dedicated "Dove siamo" page. */
body.home .manera-location-summary-elementor-container,
body.home .manera-location-summary-html-widget,
body.home .manera-location-summary-html-widget > .elementor-widget-container {
  width: 100%;
  max-width: 100%;
}

body.home .manera-location-summary {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: 64px 16px;
  background: #f7f9fb;
  color: var(--manera-color-text);
}

body.home .manera-location-summary__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 24px;
  align-items: stretch;
  width: min(1200px, 100%);
  margin-inline: auto;
}

body.home .manera-location-summary__content,
body.home .manera-location-summary__panel {
  background: var(--manera-color-surface);
  border: 1px solid var(--manera-color-border);
  border-radius: var(--manera-radius-md);
  box-shadow: var(--manera-shadow-soft);
}

body.home .manera-location-summary__content {
  padding: 30px;
}

body.home .manera-location-summary__kicker {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 14px;
  padding: 6px 12px;
  background: rgba(96, 141, 177, 0.12);
  border: 1px solid rgba(96, 141, 177, 0.22);
  border-radius: 999px;
  color: var(--manera-color-primary);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

body.home .manera-location-summary h2 {
  max-width: 720px;
  margin: 0 0 12px;
  color: var(--manera-color-text);
  font-size: clamp(28px, 2.4vw, 40px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
}

body.home .manera-location-summary p {
  max-width: 780px;
  margin: 0;
  color: var(--manera-color-text);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
}

body.home .manera-location-summary__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0;
}

body.home .manera-location-summary__chips span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 6px 10px;
  background: #f6f7f8;
  border: 1px solid var(--manera-color-border);
  border-radius: 999px;
  color: var(--manera-color-primary);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

body.home .manera-location-summary__panel {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 28px;
  background:
    radial-gradient(circle at 22% 22%, rgba(223, 174, 91, 0.22), transparent 26%),
    linear-gradient(135deg, #ffffff 0 58%, #d7ecf6 58% 100%);
}

body.home .manera-location-summary__panel--map {
  justify-content: stretch;
  padding: 0;
  background: var(--manera-color-surface);
}

body.home .manera-location-summary__panel::before {
  content: "";
  position: absolute;
  top: -20%;
  right: 28%;
  width: 54px;
  height: 140%;
  background: rgba(255, 255, 255, 0.9);
  border-right: 2px solid rgba(96, 141, 177, 0.28);
  border-radius: 999px;
  transform: rotate(7deg);
}

body.home .manera-location-summary__panel--map::before {
  display: none;
}

body.home .manera-location-summary__panel--map .manera-open-map {
  display: block;
  flex: 1 1 auto;
  width: 100%;
  min-height: 280px;
  border: 0;
  background: #eef4f7;
}

body.home .manera-location-summary__map-caption {
  display: grid;
  gap: 5px;
  padding: 16px 18px;
  background: #ffffff;
  border-top: 1px solid var(--manera-color-border);
}

body.home .manera-location-summary__panel strong,
body.home .manera-location-summary__panel span,
body.home .manera-location-summary__panel small {
  position: relative;
  z-index: 1;
  display: block;
}

body.home .manera-location-summary__map-caption strong,
body.home .manera-location-summary__map-caption span,
body.home .manera-location-summary__map-caption a {
  position: static;
  z-index: auto;
}

body.home .manera-location-summary__panel strong {
  color: var(--manera-color-primary);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

body.home .manera-location-summary__panel span {
  margin-top: 8px;
  color: var(--manera-color-text);
  font-size: 15px;
  font-weight: 700;
}

body.home .manera-location-summary__map-caption strong {
  color: var(--manera-color-primary);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

body.home .manera-location-summary__map-caption span {
  margin-top: 0;
  color: var(--manera-color-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

body.home .manera-location-summary__map-caption a {
  color: var(--manera-color-primary);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

body.home .manera-location-summary__map-caption a:hover,
body.home .manera-location-summary__map-caption a:focus {
  color: var(--manera-color-primary-hover);
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.home .manera-location-summary__panel small {
  margin-top: 16px;
  color: var(--manera-color-muted);
  font-size: 13px;
  font-weight: 700;
}

/* Homepage contact choices: fast phone, email and WhatsApp funnel. */
body.home .manera-home-contact-elementor-container,
body.home .manera-home-contact-html-widget,
body.home .manera-home-contact-html-widget > .elementor-widget-container {
  width: 100%;
  max-width: 100%;
}

body.home .manera-home-contact {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: 64px 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
  color: var(--manera-color-text);
  scroll-margin-top: calc(var(--manera-header-height-desktop) + 18px);
}

body.home .manera-home-contact__inner {
  width: min(1200px, 100%);
  margin-inline: auto;
}

body.home .manera-home-contact__intro {
  max-width: 700px;
  margin: 0 auto 24px;
  text-align: center;
}

body.home .manera-home-contact__kicker {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 12px;
  padding: 6px 11px;
  background: rgba(96, 141, 177, 0.1);
  border: 1px solid rgba(96, 141, 177, 0.18);
  border-radius: 999px;
  color: var(--manera-color-primary);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

body.home .manera-home-contact h2 {
  margin: 0;
  color: var(--manera-color-text);
  font-family: var(--manera-font-family);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.12;
}

body.home .manera-home-contact__intro p {
  max-width: 700px;
  margin: 14px auto 0;
  color: var(--manera-color-text);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
}

body.home .manera-home-contact__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.home .manera-home-contact__cards.manera-home-contact__cards--four,
body.page-id-95 .manera-contact-cards.manera-contact-cards--four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.home .manera-home-contact-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 156px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--manera-color-border);
  border-radius: var(--manera-radius-md);
  box-shadow: var(--manera-shadow-soft);
  color: var(--manera-color-text);
  text-decoration: none;
  transition:
    border-color var(--manera-transition),
    box-shadow var(--manera-transition),
    transform var(--manera-transition);
}

body.home .manera-home-contact-card:hover,
body.home .manera-home-contact-card:focus {
  border-color: rgba(96, 141, 177, 0.32);
  box-shadow: 0 18px 38px rgba(31, 41, 51, 0.12);
  outline: 0;
  transform: translateY(-2px);
}

body.home .manera-home-contact-card:focus-visible {
  outline: 2px solid rgba(96, 141, 177, 0.32);
  outline-offset: 4px;
}

body.home .manera-home-contact-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: rgba(96, 141, 177, 0.1);
  border: 1px solid rgba(96, 141, 177, 0.16);
  border-radius: var(--manera-radius-sm);
  color: var(--manera-color-primary);
}

body.home .manera-home-contact-card__icon svg {
  display: block;
  width: 27px;
  height: 27px;
  fill: currentColor;
}

body.home .manera-home-contact-card--whatsapp .manera-home-contact-card__icon {
  color: #25d366;
  background: rgba(37, 211, 102, 0.1);
  border-color: rgba(37, 211, 102, 0.2);
}

body.home .manera-home-contact-card__body {
  display: grid;
  gap: 6px;
  min-width: 0;
}

body.home .manera-home-contact-card__body strong {
  color: var(--manera-color-text);
  font-family: var(--manera-font-family);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
}

body.home .manera-home-contact-card__body span {
  overflow-wrap: anywhere;
  color: var(--manera-color-primary);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

body.home .manera-home-contact-card__body small {
  color: var(--manera-color-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

body.home .manera-home-contact__note {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--manera-color-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
}

/* Dedicated contact page: complete SEO contact surface. */
body.page-id-95 .manera-contact-page-elementor-container,
body.page-id-95 .manera-contact-page-html-widget,
body.page-id-95 .manera-contact-page-html-widget > .elementor-widget-container {
  width: 100%;
  max-width: 100%;
}

body.page-id-95 .elementor-element-mvcp01,
body.page-id-95 .elementor-element-mvcpformc {
  --display: flex !important;

  display: flex !important;
  box-sizing: border-box;
  flex-direction: column !important;
}

body.page-id-95 .manera-contact-page-elementor-container > .e-con-inner {
  max-width: none;
  padding: 0 !important;
}

body.page-id-95 .manera-contact-page {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: 76px 16px 54px;
  background:
    linear-gradient(180deg, rgba(96, 141, 177, 0.09) 0%, rgba(247, 249, 251, 0.96) 48%, #ffffff 100%);
  color: var(--manera-color-text);
}

body.page-id-95 .manera-contact-page__inner {
  width: min(1200px, 100%);
  margin-inline: auto;
}

body.page-id-95 .manera-contact-hero {
  max-width: 860px;
  margin: 0 auto 28px;
  text-align: center;
}

body.page-id-95 .manera-contact-kicker,
body.page-id-95 .manera-contact-form-intro span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 12px;
  padding: 6px 11px;
  background: rgba(96, 141, 177, 0.1);
  border: 1px solid rgba(96, 141, 177, 0.18);
  border-radius: 999px;
  color: var(--manera-color-primary);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

body.page-id-95 .manera-contact-hero h1,
body.page-id-95 .manera-contact-form-intro h2 {
  margin: 0;
  color: var(--manera-color-text);
  font-family: var(--manera-font-family);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 800;
  line-height: 1.08;
}

body.page-id-95 .manera-contact-hero p,
body.page-id-95 .manera-contact-form-intro p {
  max-width: 760px;
  margin: 16px auto 0;
  color: var(--manera-color-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
}

body.page-id-95 .manera-contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}

body.page-id-95 .manera-contact-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: var(--manera-radius-sm);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition:
    background-color var(--manera-transition),
    border-color var(--manera-transition),
    color var(--manera-transition),
    box-shadow var(--manera-transition),
    transform var(--manera-transition);
}

body.page-id-95 .manera-contact-button--primary {
  background: var(--manera-color-primary);
  border: 1px solid var(--manera-color-primary);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(96, 141, 177, 0.22);
}

body.page-id-95 .manera-contact-button--secondary {
  background: #ffffff;
  border: 1px solid var(--manera-color-border);
  color: var(--manera-color-primary);
}

body.page-id-95 .manera-contact-button:hover,
body.page-id-95 .manera-contact-button:focus {
  border-color: var(--manera-color-primary-hover);
  box-shadow: 0 14px 28px rgba(31, 41, 51, 0.12);
  outline: 0;
  transform: translateY(-1px);
}

body.page-id-95 .manera-contact-button--primary:hover,
body.page-id-95 .manera-contact-button--primary:focus {
  background: var(--manera-color-primary-hover);
  color: #ffffff;
}

body.page-id-95 .manera-contact-cards,
body.page-id-95 .manera-contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.page-id-95 .manera-contact-card,
body.page-id-95 .manera-contact-info-grid article,
body.page-id-95 .manera-contact-form-card {
  background: #ffffff;
  border: 1px solid var(--manera-color-border);
  border-radius: var(--manera-radius-md);
  box-shadow: var(--manera-shadow-soft);
}

body.page-id-95 .manera-contact-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 164px;
  padding: 24px;
  color: var(--manera-color-text);
  text-decoration: none;
  transition:
    border-color var(--manera-transition),
    box-shadow var(--manera-transition),
    transform var(--manera-transition);
}

body.page-id-95 .manera-contact-card:hover,
body.page-id-95 .manera-contact-card:focus {
  border-color: rgba(96, 141, 177, 0.32);
  box-shadow: 0 18px 38px rgba(31, 41, 51, 0.12);
  outline: 0;
  transform: translateY(-2px);
}

body.page-id-95 .manera-contact-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: rgba(96, 141, 177, 0.1);
  border: 1px solid rgba(96, 141, 177, 0.16);
  border-radius: var(--manera-radius-sm);
  color: var(--manera-color-primary);
}

body.page-id-95 .manera-contact-card__icon svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

body.page-id-95 .manera-contact-card--whatsapp .manera-contact-card__icon {
  color: #25d366;
  background: rgba(37, 211, 102, 0.1);
  border-color: rgba(37, 211, 102, 0.2);
}

body.page-id-95 .manera-contact-card__body {
  display: grid;
  gap: 6px;
  min-width: 0;
}

body.page-id-95 .manera-contact-card__body strong,
body.page-id-95 .manera-contact-info-grid strong {
  color: var(--manera-color-text);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
}

body.page-id-95 .manera-contact-card__body span {
  overflow-wrap: anywhere;
  color: var(--manera-color-primary);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

body.page-id-95 .manera-contact-card__body small,
body.page-id-95 .manera-contact-info-grid p {
  margin: 0;
  color: var(--manera-color-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

body.page-id-95 .manera-contact-info-grid {
  margin-top: 18px;
}

body.page-id-95 .manera-contact-info-grid article {
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 22px;
}

body.page-id-95 .manera-contact-form-card {
  --width: min(900px, calc(100vw - 32px)) !important;

  width: min(900px, calc(100vw - 32px)) !important;
  max-width: 900px !important;
  align-self: center !important;
  flex: 0 1 auto !important;
  margin: 0 auto 72px !important;
  padding: 30px !important;
}

body.page-id-95 .manera-contact-form-intro {
  margin-bottom: 22px;
  text-align: center;
}

body.page-id-95 .manera-contact-form-intro h2 {
  font-size: clamp(28px, 3vw, 40px);
}

body.page-id-95 .manera-contact-form-intro p {
  font-size: 16px;
}

body.page-id-95 .manera-contact-form-card .elementor-form {
  display: grid;
  gap: 14px;
}

body.page-id-95 .manera-contact-form-card .elementor-field-label {
  margin-bottom: 6px;
  color: var(--manera-color-text);
  font-size: 13px;
  font-weight: 800;
}

body.page-id-95 .manera-contact-form-card .elementor-field {
  min-height: 48px;
  padding: 12px 14px;
  background: #ffffff;
  border: 1px solid var(--manera-color-border);
  border-radius: var(--manera-radius-sm);
  color: var(--manera-color-text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

body.page-id-95 .manera-contact-form-card textarea.elementor-field {
  min-height: 128px;
  resize: vertical;
}

body.page-id-95 .manera-contact-form-card .elementor-field:focus {
  border-color: var(--manera-color-primary);
  box-shadow: 0 0 0 3px rgba(96, 141, 177, 0.18);
  outline: 0;
}

body.page-id-95 .manera-contact-form-card .elementor-button {
  min-height: 50px;
  background: var(--manera-color-primary);
  border: 1px solid var(--manera-color-primary);
  border-radius: var(--manera-radius-sm);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  transition:
    background-color var(--manera-transition),
    border-color var(--manera-transition),
    box-shadow var(--manera-transition);
}

body.page-id-95 .manera-contact-form-card .elementor-button:hover,
body.page-id-95 .manera-contact-form-card .elementor-button:focus {
  background: var(--manera-color-primary-hover);
  border-color: var(--manera-color-primary-hover);
  box-shadow: 0 12px 24px rgba(31, 41, 51, 0.12);
}

@media (max-width: 1024px) {
  body .manera-footer > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .manera-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  body .manera-location-section {
    padding-block: 68px;
  }

  body .manera-location-hero,
  body .manera-location-itineraries {
    grid-template-columns: 1fr;
  }

  body .manera-location-grid,
  body .manera-location-itinerary-grid,
  body .manera-location-youth-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .manera-location-daytrip-grid {
    grid-auto-columns: calc((100% - 18px) / 2);
  }

  body .manera-location-map-card .manera-open-map {
    min-height: 330px;
    height: 330px;
  }

  body.home .manera-location-summary__inner {
    grid-template-columns: 1fr;
  }

  body.home .manera-home-contact__cards,
  body.home .manera-home-contact__cards.manera-home-contact__cards--four {
    grid-template-columns: 1fr;
  }

  body.page-id-95 .manera-contact-cards,
  body.page-id-95 .manera-contact-cards.manera-contact-cards--four,
  body.page-id-95 .manera-contact-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body .manera-footer {
    padding: 26px 10px 14px;
  }

  body .manera-footer > .e-con-inner {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  body .manera-footer-logo {
    width: 120px;
    margin-bottom: 8px;
  }

  body .manera-footer-brand h2 {
    font-size: 20px;
  }

  body .manera-footer-cta {
    width: 100%;
  }

  body .manera-footer-bottom nav {
    flex-direction: column;
    gap: 8px;
  }

  body .manera-location-section {
    padding: 52px 10px;
  }

  body .manera-location-copy,
  body .manera-location-card,
  body .manera-location-itineraries,
  body .manera-location-youth,
  body .manera-location-daytrips,
  body .manera-location-seo-copy,
  body .manera-location-faq {
    padding: 22px;
  }

  body .manera-location-copy h1,
  body .manera-location-copy h2 {
    font-size: 30px;
    line-height: 1.14;
  }

  body .manera-location-lead,
  body .manera-location-section-head p {
    font-size: 16px;
    line-height: 1.6;
  }

  body .manera-location-facts,
  body .manera-location-grid,
  body .manera-location-itinerary-grid,
  body .manera-location-youth-grid {
    grid-template-columns: 1fr;
  }

  body .manera-location-daytrip-grid {
    grid-auto-columns: min(88%, 340px);
    gap: 14px;
    padding-bottom: 8px;
  }

  body .manera-location-youth-card {
    padding: 0;
  }

  body .manera-location-youth-card__body {
    padding: 18px;
  }

  body .manera-location-daytrip-card__body {
    padding: 18px;
  }

  body .manera-location-actions,
  body .manera-location-button {
    width: 100%;
  }

  body .manera-location-map-card .manera-open-map {
    min-height: 300px;
    height: 300px;
  }

  body .manera-location-map-visual {
    min-height: 340px;
  }

  body .manera-location-map-marker {
    max-width: 160px;
    padding: 7px 9px;
    font-size: 12px;
  }

  body .manera-location-map-marker--alba {
    top: 34%;
    right: 16%;
  }

  body .manera-location-map-marker--tortoreto {
    top: 48%;
    right: 12%;
  }

  body .manera-location-map-marker--vibrata {
    top: 33%;
    left: 8%;
  }

  body .manera-location-map-marker--gran-sasso {
    bottom: 14%;
    left: 8%;
  }

  body .manera-location-map-caption {
    align-items: flex-start;
    flex-direction: column;
  }

  body .manera-location-section-head {
    margin-top: 42px;
  }

  body .manera-location-section-head h2,
  body .manera-location-section-head h3,
  body .manera-location-itineraries__intro h2,
  body .manera-location-itineraries__intro h3,
  body .manera-location-seo-copy h2,
  body .manera-location-seo-copy h3 {
    font-size: 27px;
    line-height: 1.18;
  }

  body.home .manera-location-summary {
    padding: 44px 10px;
  }

  body.home .manera-location-summary__content,
  body.home .manera-location-summary__panel {
    padding: 22px;
  }

  body.home .manera-location-summary h2 {
    font-size: 28px;
    line-height: 1.16;
  }

  body.home .manera-location-summary p {
    font-size: 16px;
    line-height: 1.6;
  }

  body.home .manera-location-summary .manera-location-button {
    width: 100%;
  }

  body.home .manera-location-summary__panel {
    min-height: 190px;
  }

  body.home .manera-home-contact {
    padding: 44px 16px;
    scroll-margin-top: calc(var(--manera-header-height-mobile) + 14px);
  }

  body.home .manera-home-contact h2 {
    font-size: 28px;
  }

  body.home .manera-home-contact__intro p {
    font-size: 15px;
  }

  body.home .manera-home-contact-card {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 132px;
    gap: 14px;
    padding: 20px;
  }

  body.home .manera-home-contact-card__icon {
    width: 48px;
    height: 48px;
  }

  body.home .manera-home-contact-card__icon svg {
    width: 24px;
    height: 24px;
  }

  body.home .manera-home-contact-card__body strong {
    font-size: 18px;
  }

  body.home .manera-home-contact-card__body span {
    font-size: 15px;
  }

  body.page-id-95 .manera-contact-page {
    padding: 48px 16px 38px;
  }

  body.page-id-95 .manera-contact-hero h1 {
    font-size: 34px;
    line-height: 1.12;
  }

  body.page-id-95 .manera-contact-hero p,
  body.page-id-95 .manera-contact-form-intro p {
    font-size: 15px;
  }

  body.page-id-95 .manera-contact-hero__actions,
  body.page-id-95 .manera-contact-button {
    width: 100%;
  }

  body.page-id-95 .manera-contact-card {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 132px;
    gap: 14px;
    padding: 20px;
  }

  body.page-id-95 .manera-contact-card__icon {
    width: 48px;
    height: 48px;
  }

  body.page-id-95 .manera-contact-card__icon svg {
    width: 24px;
    height: 24px;
  }

  body.page-id-95 .manera-contact-card__body strong,
  body.page-id-95 .manera-contact-info-grid strong {
    font-size: 18px;
  }

  body.page-id-95 .manera-contact-card__body span {
    font-size: 15px;
  }

  body.page-id-95 .manera-contact-info-grid article {
    min-height: 0;
    padding: 20px;
  }

  body.page-id-95 .manera-contact-form-card {
    width: calc(100vw - 32px) !important;
    margin-bottom: 48px !important;
    padding: 22px !important;
  }

  body.page-id-95 .manera-contact-form-intro h2 {
    font-size: 28px;
  }
}

/* Compact booking bar alignment correction:
 * vertically centred group, left-aligned text after the icon.
 */
body.home .manera-booking-widget .cb-label,
body.home.manera-mobile-hero-compact .manera-booking-widget .cb-label {
  right: 34px;
  left: 42px;
  max-width: calc(100% - 76px);
  text-align: left;
}

body.home .manera-booking-widget .cb-input-wrapper input,
body.home .manera-booking-widget .with-icons .cb-input-wrapper input {
  padding-right: 36px !important;
  padding-left: 42px !important;
  text-align: left !important;
}

body.home .manera-booking-widget .has-manera-stepper input[type="number"] {
  padding-right: 34px !important;
  padding-left: 42px !important;
  text-align: left !important;
}

@media (max-width: 767px) {
  body.home .manera-booking-widget .cb-label,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-label {
    right: 27px;
    left: 35px;
    max-width: calc(100% - 62px);
  }

  body.home .manera-booking-widget .cb-input-wrapper input,
  body.home .manera-booking-widget .with-icons .cb-input-wrapper input,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-input-wrapper input,
  body.home.manera-mobile-hero-compact .manera-booking-widget .with-icons .cb-input-wrapper input {
    padding-right: 28px !important;
    padding-left: 35px !important;
  }

  body.home .manera-booking-widget .has-manera-stepper input[type="number"] {
    padding-right: 27px !important;
    padding-left: 35px !important;
  }
}

/* Compact booking bar refinement: shorter fields, centred values, icon CTA. */
@media (min-width: 768px) {
  body.home .manera-booking-widget .native-ciaobooking-form,
  body.home .manera-booking-widget .native-ciaobooking-form:not(:has(.cb-native-children)) {
    grid-template-columns: 235px 235px 128px 128px 78px !important;
    justify-content: center;
  }
}

body.home .manera-booking-widget .cb-input-wrapper input,
body.home .manera-booking-widget .with-icons .cb-input-wrapper input {
  padding-right: 36px !important;
  padding-left: 36px !important;
  text-align: center !important;
  text-overflow: ellipsis;
}

body.home .manera-booking-widget .has-manera-stepper input[type="number"] {
  padding-right: 34px !important;
  padding-left: 34px !important;
  text-align: center !important;
}

body.home .manera-booking-widget .cb-label {
  right: 34px;
  left: 34px;
  max-width: none;
  text-align: center;
}

body.home .manera-booking-widget .cb-submit-button::after,
body.home #cm-booking-native .cb-submit-button::after {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  content: "Cerca" !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

body.home .manera-booking-widget .cb-submit-button::before,
body.home #cm-booking-native .cb-submit-button::before {
  position: absolute;
  width: 9px;
  height: 2px;
  margin-top: 15px;
  margin-left: 16px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transform: rotate(45deg);
  transform-origin: center;
}

body.home .manera-booking-widget .cb-submit-button,
body.home #cm-booking-native .cb-submit-button {
  position: relative;
  min-width: 0;
  color: #ffffff !important;
}

body.home .manera-booking-widget .cb-submit-button:disabled::before,
body.home #cm-booking-native .cb-submit-button:disabled::before {
  display: none;
}

body.home .manera-booking-widget .cb-submit-button:disabled::after,
body.home #cm-booking-native .cb-submit-button:disabled::after {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-top-color: #ffffff;
  animation: manera-booking-spin 700ms linear infinite;
}

@keyframes manera-booking-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  body.home .manera-booking-widget .cb-input-wrapper input,
  body.home .manera-booking-widget .with-icons .cb-input-wrapper input,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-input-wrapper input,
  body.home.manera-mobile-hero-compact .manera-booking-widget .with-icons .cb-input-wrapper input {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  body.home .manera-booking-widget .has-manera-stepper input[type="number"] {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }

  body.home .manera-booking-widget .cb-label,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-label {
    right: 28px;
    left: 28px;
    max-width: none;
  }
}

/* Icon/value inline alignment: final cascade after every legacy rule. */
body.home .manera-booking-widget .cb-label,
body.home.manera-mobile-hero-compact .manera-booking-widget .cb-label {
  right: 34px !important;
  left: 42px !important;
  max-width: calc(100% - 76px) !important;
  text-align: left !important;
}

body.home .manera-booking-widget .cb-input-wrapper input,
body.home .manera-booking-widget .with-icons .cb-input-wrapper input,
body.home .manera-booking-widget .has-manera-stepper input[type="number"] {
  padding-right: 34px !important;
  padding-left: 42px !important;
  text-align: left !important;
}

body.home .manera-booking-widget .cb-icon {
  top: 30px !important;
  left: 13px !important;
  transform: translateY(-50%) !important;
}

@media (max-width: 767px) {
  body.home .manera-booking-widget .cb-label,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-label {
    right: 27px !important;
    left: 35px !important;
    max-width: calc(100% - 62px) !important;
  }

  body.home .manera-booking-widget .cb-input-wrapper input,
  body.home .manera-booking-widget .with-icons .cb-input-wrapper input,
  body.home .manera-booking-widget .has-manera-stepper input[type="number"],
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-input-wrapper input,
  body.home.manera-mobile-hero-compact .manera-booking-widget .with-icons .cb-input-wrapper input {
    padding-right: 27px !important;
    padding-left: 35px !important;
    text-align: left !important;
  }

  body.home .manera-booking-widget .cb-icon,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-icon {
    top: 29px !important;
    left: 9px !important;
  }
}

/* Icon scale and baseline: 150% size, aligned with the primary value row. */
body.home .manera-booking-widget .cb-icon {
  top: 40px !important;
  left: 10px !important;
  width: 30px;
  height: 30px;
  font-size: 30px !important;
  line-height: 30px !important;
  transform: translateY(-50%) !important;
}

body.home .manera-booking-widget .cb-input-wrapper input,
body.home .manera-booking-widget .with-icons .cb-input-wrapper input,
body.home .manera-booking-widget .has-manera-stepper input[type="number"] {
  padding-left: 46px !important;
}

body.home .manera-booking-widget .cb-label,
body.home.manera-mobile-hero-compact .manera-booking-widget .cb-label {
  left: 46px !important;
  max-width: calc(100% - 80px) !important;
}

@media (max-width: 767px) {
  body.home .manera-booking-widget .cb-icon,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-icon {
    top: 39px !important;
    left: 6px !important;
    width: 27px;
    height: 27px;
    font-size: 27px !important;
    line-height: 27px !important;
  }

  body.home .manera-booking-widget .cb-input-wrapper input,
  body.home .manera-booking-widget .with-icons .cb-input-wrapper input,
  body.home .manera-booking-widget .has-manera-stepper input[type="number"],
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-input-wrapper input,
  body.home.manera-mobile-hero-compact .manera-booking-widget .with-icons .cb-input-wrapper input {
    padding-left: 37px !important;
  }

  body.home .manera-booking-widget .cb-label,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-label {
    left: 37px !important;
    max-width: calc(100% - 64px) !important;
  }
}

/* Icon and primary value share one visual line; micro-label stays above. */
body.home .manera-booking-widget .cb-label,
body.home.manera-mobile-hero-compact .manera-booking-widget .cb-label {
  right: 34px !important;
  left: 42px !important;
  max-width: calc(100% - 76px) !important;
  text-align: left !important;
}

body.home .manera-booking-widget .cb-input-wrapper input,
body.home .manera-booking-widget .with-icons .cb-input-wrapper input,
body.home .manera-booking-widget .has-manera-stepper input[type="number"] {
  padding-right: 34px !important;
  padding-left: 42px !important;
  text-align: left !important;
}

body.home .manera-booking-widget .cb-icon {
  top: 30px !important;
  left: 13px !important;
  transform: translateY(-50%) !important;
}

@media (max-width: 767px) {
  body.home .manera-booking-widget .cb-label,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-label {
    right: 27px !important;
    left: 35px !important;
    max-width: calc(100% - 62px) !important;
  }

  body.home .manera-booking-widget .cb-input-wrapper input,
  body.home .manera-booking-widget .with-icons .cb-input-wrapper input,
  body.home .manera-booking-widget .has-manera-stepper input[type="number"],
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-input-wrapper input,
  body.home.manera-mobile-hero-compact .manera-booking-widget .with-icons .cb-input-wrapper input {
    padding-right: 27px !important;
    padding-left: 35px !important;
    text-align: left !important;
  }

  body.home .manera-booking-widget .cb-icon,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-icon {
    top: 29px !important;
    left: 9px !important;
  }
}

/* Compact booking bar alignment correction: authoritative final override. */
body.home .manera-booking-widget .cb-label,
body.home.manera-mobile-hero-compact .manera-booking-widget .cb-label {
  right: 34px;
  left: 42px;
  max-width: calc(100% - 76px);
  text-align: left;
}

body.home .manera-booking-widget .cb-input-wrapper input,
body.home .manera-booking-widget .with-icons .cb-input-wrapper input {
  padding-right: 36px !important;
  padding-left: 42px !important;
  text-align: left !important;
}

body.home .manera-booking-widget .has-manera-stepper input[type="number"] {
  padding-right: 34px !important;
  padding-left: 42px !important;
  text-align: left !important;
}

@media (max-width: 767px) {
  body.home .manera-booking-widget .cb-label,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-label {
    right: 27px;
    left: 35px;
    max-width: calc(100% - 62px);
  }

  body.home .manera-booking-widget .cb-input-wrapper input,
  body.home .manera-booking-widget .with-icons .cb-input-wrapper input,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-input-wrapper input,
  body.home.manera-mobile-hero-compact .manera-booking-widget .with-icons .cb-input-wrapper input {
    padding-right: 28px !important;
    padding-left: 35px !important;
  }

  body.home .manera-booking-widget .has-manera-stepper input[type="number"] {
    padding-right: 27px !important;
    padding-left: 35px !important;
  }
}

button,
input,
select,
textarea {
  font-family: var(--manera-font-family);
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.elementor-button {
  border-radius: var(--manera-radius-sm);
  font-weight: 700;
  transition:
    background-color var(--manera-transition),
    border-color var(--manera-transition),
    color var(--manera-transition),
    box-shadow var(--manera-transition);
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  background: var(--manera-color-primary);
  border: 1px solid var(--manera-color-primary);
  color: #ffffff;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus {
  background: var(--manera-color-primary-hover);
  border-color: var(--manera-color-primary-hover);
  color: #ffffff;
}

.elementor-button,
.elementor-button:visited {
  background-color: var(--manera-color-primary) !important;
  border-color: var(--manera-color-primary) !important;
  color: #ffffff !important;
}

.elementor-button:hover,
.elementor-button:focus {
  background-color: var(--manera-color-primary-hover) !important;
  border-color: var(--manera-color-primary-hover) !important;
  color: #ffffff !important;
}

input:not([type="button"]):not([type="submit"]):not([type="reset"]),
select,
textarea {
  border: 1px solid var(--manera-color-border);
  border-radius: var(--manera-radius-sm);
  color: var(--manera-color-text);
}

input:not([type="button"]):not([type="submit"]):not([type="reset"]):focus,
select:focus,
textarea:focus {
  border-color: var(--manera-color-primary);
  box-shadow: 0 0 0 3px rgba(96, 141, 177, 0.18);
  outline: none;
}

::selection {
  background: var(--manera-color-primary);
  color: #ffffff;
}

/* Header */
body .elementor-location-header {
  position: fixed !important;
  inset: 0 0 auto !important;
  z-index: 1000;
  width: 100%;
}

body:not(.elementor-editor-active) {
  padding-top: var(--manera-header-height-desktop);
}

body.admin-bar .elementor-location-header {
  top: 32px !important;
}

body .elementor-location-header .elementor-element-3de049da.elementor-sticky:not(.elementor-sticky__spacer) {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  transform: none !important;
}

body .elementor-location-header .elementor-element-3de049da.elementor-sticky__spacer {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
}

@media (max-width: 782px) {
  body.admin-bar .elementor-location-header {
    top: 46px !important;
  }
}

@media (max-width: 1023px) {
  body:not(.elementor-editor-active) {
    padding-top: var(--manera-header-height-mobile);
  }
}

body .elementor-location-header .elementor-element-3de049da {
  --min-height: var(--manera-header-height-desktop) !important;

  height: var(--manera-header-height-desktop);
  min-height: var(--manera-header-height-desktop);
  max-height: var(--manera-header-height-desktop);
  padding-block: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-inline: 16px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-bottom: 1px solid rgba(217, 222, 227, 0.82);
  box-shadow: 0 8px 22px rgba(31, 41, 51, 0.08) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body .elementor-location-header .elementor-element-3de049da > .e-con-inner {
  height: 100% !important;
  min-height: 100% !important;
  padding-block: 0 !important;
  padding-block-start: 0 !important;
  padding-block-end: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-items: center !important;
}

body .elementor-location-header .elementor-element-3de049da .elementor-widget-theme-site-logo,
body .elementor-location-header .elementor-element-3de049da .elementor-widget-ekit-nav-menu,
body .elementor-location-header .elementor-element-3de049da .manera-wa-cta-widget {
  margin-bottom: 0 !important;
}

body .elementor-location-header .elementor-element-3de049da .elementor-widget-theme-site-logo .elementor-widget-container,
body .elementor-location-header .elementor-element-3de049da .elementor-widget-ekit-nav-menu .elementor-widget-container,
body .elementor-location-header .elementor-element-3de049da .elementor-widget-theme-site-logo a,
body .elementor-location-header .elementor-element-3de049da .manera-wa-cta-widget .elementor-widget-container {
  display: flex;
  align-items: center;
}

body .elementor-location-header .manera-wa-cta-widget {
  margin-left: auto !important;
}

body .elementor-location-header .manera-wa-cta {
  position: relative;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 180px;
  height: 58px;
  padding: 0 18px 0 22px;
  color: #25d366;
  background: rgba(37, 211, 102, 0.12);
  border: 1px solid rgba(37, 211, 102, 0.32);
  border-radius: var(--manera-radius-sm);
  box-shadow: 0 10px 22px rgba(31, 41, 51, 0.12);
  text-decoration: none;
  animation: none !important;
  transform: none;
  transition:
    top 220ms ease,
    background-color var(--manera-transition),
    border-color var(--manera-transition),
    box-shadow var(--manera-transition),
    color var(--manera-transition);
  will-change: top;
}

body .elementor-location-header .manera-wa-cta__label {
  color: currentColor;
  font-family: var(--manera-font-family);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

body .elementor-location-header .manera-wa-cta:hover,
body .elementor-location-header .manera-wa-cta:focus {
  top: -2px;
  color: #25d366;
  background: rgba(37, 211, 102, 0.12);
  border-color: rgba(37, 211, 102, 0.32);
  box-shadow: 0 12px 24px rgba(31, 41, 51, 0.14);
  outline: 0;
  transform: none;
}

body .elementor-location-header .manera-wa-cta:focus-visible {
  outline: 2px solid rgba(96, 141, 177, 0.32);
  outline-offset: 4px;
}

body .elementor-location-header .manera-wa-cta__icon {
  flex: 0 0 auto;
  display: block;
  width: 32px;
  height: 32px;
  animation: none;
  fill: currentColor;
  transform: none;
  transform-origin: 50% 50%;
  transition: none;
  will-change: auto;
}

body .elementor-location-header .manera-wa-cta *,
body .elementor-location-header .manera-wa-cta:hover *,
body .elementor-location-header .manera-wa-cta:focus * {
  animation: none !important;
  transform: none !important;
  transition-property: color, background-color, border-color, box-shadow !important;
  will-change: auto !important;
}

body .elementor-location-header .elementor-widget-theme-site-logo img {
  width: var(--manera-header-logo-width-desktop) !important;
  max-width: var(--manera-header-logo-width-desktop) !important;
  height: auto !important;
  max-height: 88px;
  filter: var(--manera-logo-blue-filter);
}

body .elementor-location-header .ekit-menu-nav-link,
body .elementor-location-header .elementskit-navbar-nav > li > a {
  display: inline-flex;
  align-items: center;
  height: var(--manera-menu-link-height) !important;
  min-height: var(--manera-menu-link-height);
  padding: var(--manera-menu-link-padding-y) var(--manera-menu-link-padding-x) !important;
  background: transparent !important;
  border-radius: 0;
  box-shadow: none;
  color: var(--manera-color-text) !important;
  font-family: var(--manera-font-family) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0px !important;
  text-rendering: optimizeLegibility;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transform: none;
  transition:
    background-color var(--manera-transition),
    color var(--manera-transition);
}

body .elementor-location-header .ekit-menu-nav-link:hover,
body .elementor-location-header .ekit-menu-nav-link:focus,
body .elementor-location-header .ekit-menu-nav-link.active,
body .elementor-location-header .elementskit-navbar-nav > li > a:hover,
body .elementor-location-header .elementskit-navbar-nav > li > a:focus,
body .elementor-location-header .elementskit-navbar-nav > li.current-menu-item > a {
  background: transparent !important;
  color: var(--manera-color-primary) !important;
  box-shadow: none;
  text-decoration: none !important;
  transform: none;
}

body.home .elementor-location-header .elementskit-navbar-nav > li.menu-item-469 > a,
body.home .elementor-location-header .elementskit-navbar-nav > li > a[href="https://www.maneravacanze.it/"] {
  background: transparent !important;
  color: var(--manera-color-primary) !important;
  box-shadow: none;
  text-decoration: none !important;
  transform: none;
}

body .elementor-location-header .ekit-menu-nav-link:hover,
body .elementor-location-header .elementskit-navbar-nav > li > a:hover {
  color: var(--manera-color-primary-hover) !important;
  text-decoration: none !important;
}

body .elementor-location-header .ekit-menu-nav-link:focus-visible,
body .elementor-location-header .elementskit-navbar-nav > li > a:focus-visible {
  outline: 2px solid rgba(96, 141, 177, 0.32);
  outline-offset: 4px;
}

body .elementor-location-header .elementskit-navbar-nav {
  gap: 6px;
}

body .elementor-location-header .elementskit-menu-hamburger {
  border-radius: var(--manera-radius-sm) !important;
  color: var(--manera-color-text) !important;
  transition:
    background-color var(--manera-transition),
    color var(--manera-transition),
    box-shadow var(--manera-transition);
}

body .elementor-location-header .elementskit-menu-hamburger:hover,
body .elementor-location-header .elementskit-menu-hamburger:focus {
  background: rgba(96, 141, 177, 0.1) !important;
  color: var(--manera-color-primary-hover) !important;
  box-shadow: 0 8px 18px rgba(31, 41, 51, 0.08);
}

body .elementor-widget-elementskit-accordion .ekit-accordion--toggler,
body .elementor-widget-elementskit-accordion .ekit-accordion-title,
body .elementor-widget-elementskit-accordion .ekit_accordion_icon_group,
body .elementor-widget-elementskit-accordion .ekit_accordion_icon_group i {
  color: var(--manera-color-text) !important;
}

@media (max-width: 767px) {
  :root {
    --manera-space-xl: 24px;
    --manera-space-2xl: 36px;
  }
}

/* Homepage CiaoBooking search widget */
body.home .elementor-element-ce6c2fd,
body.home .manera-booking-widget,
body.home #cm-booking-native {
  --cm-primary: var(--manera-color-primary) !important;
  --cm-primary-hover: var(--manera-color-primary-hover) !important;
  --primary-color: var(--manera-color-primary) !important;
  --text-color: var(--manera-color-text) !important;
}

body.home .elementor-element-ce6c2fd > .elementor-widget-container {
  box-shadow:
    0 20px 50px rgba(31, 41, 51, 0.12),
    0 4px 14px rgba(31, 41, 51, 0.06) !important;
}

body.home .manera-booking-widget > .elementor-widget-container {
  background: var(--manera-color-surface);
  background-clip: padding-box;
  border-radius: var(--manera-radius-md);
}

body.home .manera-booking-widget .native-ciaobooking-widget {
  --primary-color: var(--manera-color-primary);
  --border-radius: var(--manera-radius-md) !important;
  --text-color: var(--manera-color-text);
  --background-color: var(--manera-color-surface);
  --input-background: var(--manera-color-surface);
  --input-border-color: var(--manera-color-border);

  position: relative;
  isolation: isolate;
  width: 100%;
  padding: var(--manera-space-md);
  background: var(--manera-color-surface) !important;
  background-clip: padding-box;
  border: 1px solid var(--manera-color-border);
  border-radius: var(--manera-radius-md) !important;
  box-shadow: none;
  color: var(--manera-color-text);
  font-family: var(--manera-font-family);
}

body.home .manera-booking-widget .native-ciaobooking-widget,
body.home .manera-booking-widget .native-ciaobooking-widget * {
  box-sizing: border-box;
}

body.home .manera-booking-widget .native-ciaobooking-form {
  display: grid !important;
  grid-template-columns:
    minmax(0, 1.25fr)
    minmax(0, 1.25fr)
    minmax(110px, 0.75fr)
    minmax(110px, 0.75fr)
    minmax(190px, 0.9fr);
  gap: var(--manera-space-sm);
  align-items: end;
  width: 100%;
  margin: 0;
}

body.home .manera-booking-widget .native-ciaobooking-form:not(:has(.cb-native-children)) {
  grid-template-columns:
    minmax(0, 1.4fr)
    minmax(0, 1.4fr)
    minmax(110px, 0.85fr)
    minmax(190px, 0.95fr);
}

body.home .manera-booking-widget .native-ciaobooking-form > input[type="hidden"] {
  display: none;
}

body.home .manera-booking-widget .cb-form-row {
  min-width: 0;
  width: 100% !important;
  max-width: 100%;
  margin: 0 !important;
}

body.home .manera-booking-widget .cb-label {
  display: block;
  margin: 0 0 6px;
  color: var(--manera-color-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

body.home .manera-booking-widget .cb-input-wrapper {
  position: relative;
  width: 100%;
}

body.home .manera-booking-widget .cb-input-wrapper input {
  width: 100% !important;
  min-width: 0;
  min-height: 52px;
  padding: 12px 14px !important;
  background: var(--manera-color-surface) !important;
  background-clip: padding-box;
  border: 1px solid var(--manera-color-border);
  border-radius: var(--manera-radius-sm);
  color: var(--manera-color-text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

body.home .manera-booking-widget .cb-native-guests input[type="number"],
body.home .manera-booking-widget .cb-native-children input[type="number"] {
  min-height: 54px;
  padding-right: 48px !important;
  color-scheme: light;
}

body.home .manera-booking-widget .has-manera-stepper input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

body.home .manera-booking-widget .has-manera-stepper input[type="number"]::-webkit-inner-spin-button,
body.home .manera-booking-widget .has-manera-stepper input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  opacity: 0;
}

body.home .manera-booking-widget .manera-number-stepper {
  position: absolute;
  right: 12px;
  top: 50%;
  z-index: 2;
  display: flex;
  width: 24px;
  height: 36px;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(-50%);
}

body.home .manera-booking-widget .manera-number-stepper__button {
  display: flex;
  width: 24px;
  height: 15px;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 4px;
  box-shadow: none !important;
  cursor: pointer;
}

body.home .manera-booking-widget .manera-number-stepper__button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transition: border-color var(--manera-transition);
}

body.home .manera-booking-widget .manera-number-stepper__button--up::before {
  border-bottom: 8px solid var(--manera-color-text);
}

body.home .manera-booking-widget .manera-number-stepper__button--down::before {
  border-top: 8px solid var(--manera-color-text);
}

body.home .manera-booking-widget .manera-number-stepper__button:hover::before,
body.home .manera-booking-widget .manera-number-stepper__button:focus::before {
  border-top-color: var(--manera-color-primary-hover);
  border-bottom-color: var(--manera-color-primary-hover);
}

body.home .manera-booking-widget .manera-number-stepper__button:focus-visible {
  outline: 2px solid rgba(96, 141, 177, 0.32);
  outline-offset: 1px;
}

body.home .manera-booking-widget .with-icons .cb-input-wrapper input {
  padding-left: 42px !important;
}

body.home .manera-booking-widget .cb-input-wrapper input::placeholder {
  color: var(--manera-color-muted);
  font-weight: 500;
  opacity: 0.85;
}

body.home .manera-booking-widget .cb-input-wrapper input:focus {
  border-color: var(--manera-color-primary) !important;
  box-shadow: 0 0 0 3px rgba(96, 141, 177, 0.18) !important;
  outline: none;
}

body.home .manera-booking-widget .cb-icon {
  left: 14px;
  color: var(--manera-color-primary);
  font-size: 20px;
}

body.home .manera-booking-widget .cb-submit-button,
body.home #cm-booking-native .cb-submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 52px;
  padding: 12px 18px;
  background-color: var(--manera-color-primary) !important;
  border: 1px solid var(--manera-color-primary) !important;
  border-radius: var(--manera-radius-sm);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: none;
  transition:
    background-color var(--manera-transition),
    border-color var(--manera-transition),
    box-shadow var(--manera-transition),
    transform var(--manera-transition);
}

body.home .manera-booking-widget .cb-submit-button:hover,
body.home .manera-booking-widget .cb-submit-button:focus,
body.home #cm-booking-native .cb-submit-button:hover,
body.home #cm-booking-native .cb-submit-button:focus {
  background-color: var(--manera-color-primary-hover) !important;
  border-color: var(--manera-color-primary-hover) !important;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(31, 41, 51, 0.14);
  transform: translateY(-1px);
}

body.home .manera-booking-widget .cb-submit-button:focus-visible,
body.home #cm-booking-native .cb-submit-button:focus-visible {
  outline: 3px solid rgba(96, 141, 177, 0.22);
  outline-offset: 2px;
}

@media (max-width: 1024px) {
  body.home .manera-booking-widget .native-ciaobooking-form,
  body.home .manera-booking-widget .native-ciaobooking-form:not(:has(.cb-native-children)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .manera-booking-widget .cb-native-submit {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  body.home .manera-booking-widget .native-ciaobooking-widget {
    padding: var(--manera-space-md);
  }

  body.home .manera-booking-widget .native-ciaobooking-form,
  body.home .manera-booking-widget .native-ciaobooking-form:not(:has(.cb-native-children)) {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.home .manera-booking-widget .cb-native-submit {
    grid-column: auto;
  }

  body.home .manera-booking-widget .cb-submit-button {
    min-height: 54px;
  }
}

/* Mobile first-screen booking layout. Disable MANERA_MOBILE_HERO_COMPACT_MODE
 * in functions.php to restore the previous stacked hero form. */
@media (max-width: 767px) {
  body.home.manera-mobile-hero-compact .elementor-element-21bba38b {
    padding-block: 28px 34px !important;
  }

  body.home.manera-mobile-hero-compact .elementor-element-3ec3ad20 {
    max-width: 360px;
    margin-inline: auto;
  }

  body.home.manera-mobile-hero-compact .elementor-element-3ec3ad20 h1 {
    margin: 0;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0;
  }

  body.home.manera-mobile-hero-compact .elementor-element-3ec3ad20 h1::after {
    display: block;
    color: var(--manera-color-text);
    content: "Case vacanze ad Alba Adriatica e Tortoreto";
    font-size: clamp(30px, 8.3vw, 34px);
    font-weight: 800;
    line-height: 1.13;
  }

  body.home.manera-mobile-hero-compact .elementor-element-3ec3ad20 .ekit_heading_separetor_wraper {
    margin-block: 10px !important;
  }

  body.home.manera-mobile-hero-compact .elementor-element-3ec3ad20 h2 {
    margin: 0;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0;
  }

  body.home.manera-mobile-hero-compact .elementor-element-3ec3ad20 h2::after {
    display: block;
    color: var(--manera-color-text);
    content: "Mare, comfort e prenotazione diretta.";
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .native-ciaobooking-widget {
    padding: 12px;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .native-ciaobooking-form,
  body.home.manera-mobile-hero-compact .manera-booking-widget .native-ciaobooking-form:not(:has(.cb-native-children)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-submit {
    grid-column: 1 / -1;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-label {
    min-height: 14px;
    margin-bottom: 4px;
    font-size: 10px;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-input-wrapper input,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-guests input[type="number"],
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-children input[type="number"] {
    min-height: 50px;
    padding-block: 10px !important;
    font-size: 14px;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-icon {
    left: 12px;
    font-size: 18px;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .with-icons .cb-input-wrapper input {
    padding-left: 38px !important;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .manera-number-stepper {
    right: 8px;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-submit-button {
    min-height: 52px;
  }
}

/* jQuery UI datepicker used by the CiaoBooking widget */
body #ui-datepicker-div.ui-datepicker {
  padding: var(--manera-space-sm);
  background: var(--manera-color-surface);
  border: 1px solid var(--manera-color-border);
  border-radius: var(--manera-radius-md);
  box-shadow: var(--manera-shadow-soft);
  color: var(--manera-color-text);
  font-family: var(--manera-font-family);
  z-index: 9999;
}

body #ui-datepicker-div .ui-datepicker-header {
  margin: 0 0 var(--manera-space-sm);
  padding: 10px 40px;
  background: var(--manera-color-primary);
  border: 0;
  border-radius: var(--manera-radius-sm);
  color: #ffffff;
}

body #ui-datepicker-div .ui-datepicker-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
}

body #ui-datepicker-div .ui-datepicker-prev,
body #ui-datepicker-div .ui-datepicker-next {
  top: 8px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  cursor: pointer;
}

body #ui-datepicker-div .ui-datepicker-prev {
  left: 8px;
}

body #ui-datepicker-div .ui-datepicker-next {
  right: 8px;
}

body #ui-datepicker-div .ui-datepicker-prev:hover,
body #ui-datepicker-div .ui-datepicker-next:hover {
  background: rgba(255, 255, 255, 0.14);
  border: 0;
}

body #ui-datepicker-div .ui-datepicker-prev span,
body #ui-datepicker-div .ui-datepicker-next span {
  filter: brightness(0) invert(1);
}

body #ui-datepicker-div table {
  margin: 0;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 14px;
}

body #ui-datepicker-div th {
  padding: 6px 4px;
  color: var(--manera-color-muted);
  font-size: 12px;
  font-weight: 800;
}

body #ui-datepicker-div td {
  padding: 0;
}

body #ui-datepicker-div .ui-state-default {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  padding: 0;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: var(--manera-radius-sm);
  color: var(--manera-color-text);
  font-weight: 700;
  text-align: center;
}

body #ui-datepicker-div .ui-state-default:hover {
  background: var(--manera-color-soft);
  border-color: var(--manera-color-border);
  color: var(--manera-color-primary);
}

body #ui-datepicker-div .ui-state-highlight {
  background: rgba(223, 174, 91, 0.18);
  border-color: rgba(223, 174, 91, 0.45);
  color: var(--manera-color-text);
}

body #ui-datepicker-div .ui-state-active {
  background: var(--manera-color-primary);
  border-color: var(--manera-color-primary);
  color: #ffffff;
}

body #ui-datepicker-div .ui-datepicker-unselectable .ui-state-default {
  background: #f8fafc;
  color: #a0a7b2;
  font-weight: 600;
}

@media (max-width: 767px) {
  body #ui-datepicker-div.ui-datepicker {
    width: min(92vw, 340px);
  }

  body #ui-datepicker-div .ui-state-default {
    min-width: 36px;
    min-height: 36px;
  }
}

/* Funnel alignment: WordPress showcase mirrors CiaoBooking cards */
body.home .elementor-element-4318901 > a.e-con {
  overflow: hidden;
  background: var(--manera-color-surface) !important;
  border: 1px solid var(--manera-color-border);
  border-radius: var(--manera-radius-lg) !important;
  box-shadow: var(--manera-shadow-soft) !important;
  color: var(--manera-color-text);
  text-decoration: none;
  transition:
    box-shadow var(--manera-transition),
    transform var(--manera-transition),
    border-color var(--manera-transition);
}

body.home .elementor-element-4318901 > a.e-con:hover,
body.home .elementor-element-4318901 > a.e-con:focus-within {
  border-color: rgba(96, 141, 177, 0.24);
  box-shadow: 0 16px 40px rgba(31, 41, 51, 0.12) !important;
  transform: translateY(-2px);
}

body.home .elementor-element-4318901 > a.e-con .elementor-widget-image img {
  display: block;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0 !important;
}

body.home .elementor-element-4318901 > a.e-con .elementor-widget-heading,
body.home .elementor-element-4318901 > a.e-con .elementor-widget-text-editor {
  padding-inline: 22px;
}

body.home .elementor-element-4318901 > a.e-con .elementor-widget-heading {
  padding-top: 18px;
}

body.home .elementor-element-4318901 > a.e-con .elementor-widget-text-editor {
  padding-bottom: 22px;
}

body.home .elementor-element-4318901 > a.e-con h3 {
  color: var(--manera-color-text);
  font-family: var(--manera-font-family);
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

body.home .elementor-element-4318901 > a.e-con p {
  color: var(--manera-color-muted);
  font-size: 14px;
  font-weight: 600;
}

body.home .elementor-element-4318901 > a.e-con::after {
  content: "Verifica disponibilita";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 0 22px 22px;
  padding: 12px 18px;
  background: var(--manera-color-primary);
  border-radius: var(--manera-radius-sm);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

/* Temporary stay-card preview. Disable MANERA_SHOWCASE_PREVIEW_MODE in
 * functions.php to restore the untouched Elementor cards and their links. */
body.home .elementor-element-4318901 > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

body.home .elementor-element-4318901 .manera-stay-card {
  display: flex !important;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: var(--manera-color-surface) !important;
  border: 1px solid var(--manera-color-border);
  border-radius: var(--manera-radius-lg) !important;
  box-shadow: var(--manera-shadow-soft) !important;
  color: var(--manera-color-text);
}

body.home .elementor-element-4318901 .manera-stay-card .elementor-widget-image {
  position: relative;
  overflow: hidden;
  margin: 0 !important;
}

body.home .elementor-element-4318901 .manera-stay-card .elementor-widget-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 41, 51, 0.05) 25%, rgba(31, 41, 51, 0.34) 100%);
  content: "";
  pointer-events: none;
}

body.home .elementor-element-4318901 .manera-stay-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0 !important;
}

body.home .elementor-element-4318901 .manera-stay-card--fronte-mare img {
  object-position: 76% 46%;
}

body.home .elementor-element-4318901 .manera-stay-card--tortoreto-lido img {
  object-position: 58% 52%;
}

body.home .elementor-element-4318901 .manera-stay-card--famiglie img {
  object-position: 32% 56%;
}

body.home .elementor-element-4318901 .manera-stay-card--piscina img {
  object-position: 18% 40%;
}

body.home .elementor-element-4318901 .manera-stay-card__eyebrow {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  color: var(--manera-color-primary);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.home .elementor-element-4318901 .manera-stay-card .elementor-widget-heading,
body.home .elementor-element-4318901 .manera-stay-card .elementor-widget-text-editor {
  padding-inline: 20px;
}

body.home .elementor-element-4318901 .manera-stay-card .elementor-widget-heading {
  padding-top: 20px;
}

body.home .elementor-element-4318901 .manera-stay-card .elementor-widget-text-editor {
  padding-bottom: 14px;
}

body.home .elementor-element-4318901 .manera-stay-card h3 {
  margin: 0;
  color: var(--manera-color-text) !important;
  font-family: var(--manera-font-family);
  font-size: clamp(19px, 1.55vw, 23px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

body.home .elementor-element-4318901 .manera-stay-card p {
  margin: 0;
  color: var(--manera-color-muted) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

body.home .elementor-element-4318901 .manera-stay-card__details {
  display: grid;
  gap: 16px;
  margin-top: auto;
  padding: 0 20px 20px;
}

body.home .elementor-element-4318901 .manera-stay-card__details ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.home .elementor-element-4318901 .manera-stay-card__details li {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 9px;
  background: #f2f6f8;
  border: 1px solid rgba(96, 141, 177, 0.14);
  border-radius: 999px;
  color: var(--manera-color-primary);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

body.home .elementor-element-4318901 .manera-stay-card__status {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  color: var(--manera-color-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 1024px) {
  body.home .elementor-element-4318901 > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.home .elementor-element-4318901 > .e-con-inner {
    display: grid !important;
    grid-auto-columns: minmax(280px, 84vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 16px;
    width: 100vw;
    max-width: none;
    margin-inline: calc(50% - 50vw);
    padding: 0 16px 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(96, 141, 177, 0.52) transparent;
  }

  body.home .elementor-element-4318901 .manera-stay-card {
    scroll-snap-align: start;
  }
}

/* MANERA-P4-REVIEWS-BAND START
 * Same white-to-cool-grey transition used before the contact section. It blends
 * the review carousel into the #f7f9fb "Dove siamo" background without a divider.
 * Remove this block to roll it back.
 */
body.home .elementor-element.elementor-element-54998bab.e-con.e-parent {
  background-color: #f7f9fb !important;
  background-image: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%) !important;
  background-repeat: no-repeat !important;
}

body.home .elementor-element-54998bab > .e-con-inner {
  gap: 24px !important;
  padding-block: 64px !important;
}

body.home .elementor-element-54998bab > .e-con-inner > .elementor-element-56953881 {
  margin-bottom: 0 !important;
}

body.home .elementor-element-54998bab > .e-con-inner > .elementor-element-2e3e1d87 {
  padding-block: 0 !important;
}

@media (max-width: 767px) {
  body.home .elementor-element-54998bab > .e-con-inner {
    gap: 20px !important;
    padding-block: 40px !important;
  }
}
/* MANERA-P4-REVIEWS-BAND END */

/* MANERA-P4-SHARED-SECTION-SUBTITLES START
 * Matching hierarchy for the stay showcase and guest-experience headings.
 * Remove this block to restore Elementor's native subtitle styling.
 */
body.home .elementor-element-25ddc35 .ekit-heading--title,
body.home .elementor-element-56953881 .ekit-heading--title {
  margin-bottom: 0 !important;
}

body.home .elementor-element-25ddc35 .ekit-heading__description,
body.home #xs_testi_10 .elementor-element-56953881 .ekit-heading__description {
  max-width: 760px !important;
  margin: 0 auto !important;
  text-align: center;
}

body.home .elementor-element-25ddc35 .ekit-heading__description p,
body.home #xs_testi_10 .elementor-element-56953881 .ekit-heading__description p {
  max-width: 700px;
  margin: 14px auto 0 !important;
  color: var(--manera-color-text) !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.65 !important;
}

@media (max-width: 767px) {
  body.home .elementor-element-25ddc35 .ekit-heading__description p,
  body.home #xs_testi_10 .elementor-element-56953881 .ekit-heading__description p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }
}
/* MANERA-P4-SHARED-SECTION-SUBTITLES END */

/* Guest experience carousel: editorial stay themes, not third-party testimonials. */
body.home #xs_testi_10 .ekit-heading__description,
body.home #xs_testi_10 .ekit-heading__description p {
  max-width: 720px;
  margin-inline: auto;
  color: var(--manera-color-muted);
}

body.home #xs_testi_10 .ekit-main-swiper {
  margin-inline: 0;
  padding: 0 0 44px;
}

body.home #xs_testi_10 .swiper-slide-inner {
  padding: 0 6px 32px;
}

body.home #xs_testi_10 .elementskit-single-testimonial-slider {
  background: var(--manera-color-surface) !important;
  border: 1px solid rgba(96, 141, 177, 0.18);
  border-top: 4px solid var(--manera-color-primary);
  box-shadow: var(--manera-shadow-soft);
  min-height: 288px;
}

body.home #xs_testi_10 .elementskit-commentor-content p {
  color: var(--manera-color-text) !important;
  font-size: 17px;
  line-height: 1.55;
}

body.home #xs_testi_10 .elementskit-commentor-content {
  min-height: 126px;
}

body.home #xs_testi_10 .elementskit-author-name {
  color: var(--manera-color-primary) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.home #xs_testi_10 .elementskit-author-des {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  margin-top: 6px;
  padding: 4px 9px;
  border: 1px solid rgba(96, 141, 177, 0.16);
  border-radius: 999px;
  background: #f2f6f8;
  color: var(--manera-color-muted) !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

body.home #xs_testi_10 .elementskit-commentor-image {
  display: none;
}

body.home #xs_testi_10 .elementkit-commentor-details {
  align-items: flex-start;
}

body.home #xs_testi_10 .elementskit-stars {
  display: none !important;
}

body.home #xs_testi_10 .swiper-pagination-bullet {
  background: rgba(96, 141, 177, 0.28) !important;
}

body.home #xs_testi_10 .swiper-pagination-bullet-active {
  background: var(--manera-color-primary) !important;
}

@media (max-width: 767px) {
  body.home #xs_testi_10 .ekit-main-swiper {
    margin-inline: 0;
    padding: 0 0 38px;
  }

  body.home #xs_testi_10 .swiper-slide-inner {
    padding-inline: 6px;
  }

  body.home #xs_testi_10 .elementskit-single-testimonial-slider {
    min-height: 280px;
  }

  body.home #xs_testi_10 .elementskit-commentor-content {
    min-height: 112px;
  }

  body.home #xs_testi_10 .elementskit-commentor-content p {
    font-size: 16px;
  }
}

/* CTA band */
body.home .elementor-element-72f424b {
  background: var(--manera-color-primary) !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

body.home .elementor-element-72f424b h2,
body.home .elementor-element-72f424b p {
  color: #ffffff !important;
}

body.home .elementor-element-72f424b .elementor-button {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: var(--manera-color-primary) !important;
}

body.home .elementor-element-72f424b .elementor-button:hover,
body.home .elementor-element-72f424b .elementor-button:focus {
  background: var(--manera-color-soft) !important;
  border-color: var(--manera-color-soft) !important;
  color: var(--manera-color-primary-hover) !important;
}

/* Footer */
body .elementor-location-footer #xs_footer_13 {
  background: var(--manera-color-primary) !important;
  color: rgba(255, 255, 255, 0.82);
}

body .elementor-location-footer #xs_footer_13 h2,
body .elementor-location-footer #xs_footer_13 h3,
body .elementor-location-footer #xs_footer_13 strong,
body .elementor-location-footer #xs_footer_13 .elementskit-section-title,
body .elementor-location-footer #xs_footer_13 .ekit-heading--title {
  color: #ffffff !important;
}

body .elementor-location-footer #xs_footer_13 a,
body .elementor-location-footer #xs_footer_13 p,
body .elementor-location-footer #xs_footer_13 label,
body .elementor-location-footer #xs_footer_13 .elementor-widget-text-editor,
body .elementor-location-footer #xs_footer_13 .elementor-widget-text-editor p,
body .elementor-location-footer #xs_footer_13 .elementor-icon-list-text {
  color: rgba(255, 255, 255, 0.82) !important;
}

body .elementor-location-footer #xs_footer_13 a:hover,
body .elementor-location-footer #xs_footer_13 a:focus {
  color: #ffffff !important;
}

body .elementor-location-footer #xs_footer_13 img {
  max-width: 180px;
  height: auto;
}

body .elementor-location-footer #xs_footer_13 .elementor-element-533c45c5 img {
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

body footer.elementor-location-footer .elementskit-section-title,
body footer.elementor-location-footer .ekit-heading--title,
body footer.elementor-location-footer .elementor-icon-list-text {
  color: rgba(255, 255, 255, 0.82) !important;
}

/* Layout guardrails */
html,
body {
  overflow-x: hidden;
}

.elementor-section.elementor-section-boxed > .elementor-container,
.e-con.e-con-boxed > .e-con-inner {
  max-width: min(1200px, calc(100vw - 32px));
}

@media (max-width: 1024px) {
  body .elementor-location-header .elementor-element-3de049da {
    --min-height: var(--manera-header-height-desktop) !important;

    height: var(--manera-header-height-desktop);
    min-height: var(--manera-header-height-desktop);
    max-height: var(--manera-header-height-desktop);
    padding-inline: 16px !important;
  }

  body .elementor-location-header .elementor-widget-theme-site-logo img {
    width: var(--manera-header-logo-width-desktop) !important;
    max-width: var(--manera-header-logo-width-desktop) !important;
    max-height: 88px;
  }

  body .elementor-location-header .ekit-menu-nav-link,
  body .elementor-location-header .elementskit-navbar-nav > li > a {
    width: 100%;
    height: var(--manera-menu-link-mobile-height) !important;
    min-height: var(--manera-menu-link-mobile-height);
    justify-content: flex-start;
    transform: none;
  }
}

@media (max-width: 1023px) {
  body .elementor-location-header .elementor-element-3de049da {
    --min-height: var(--manera-header-height-mobile) !important;

    position: relative;
    height: var(--manera-header-height-mobile);
    min-height: var(--manera-header-height-mobile);
    max-height: var(--manera-header-height-mobile);
    padding-inline: 8px !important;
  }

  body .elementor-location-header .elementor-widget-theme-site-logo img {
    width: var(--manera-header-logo-width-mobile) !important;
    max-width: var(--manera-header-logo-width-mobile) !important;
    max-height: 68px;
  }

  body .elementor-location-header .elementor-widget-theme-site-logo {
    margin-left: 8px !important;
  }

  body .elementor-location-header .manera-wa-cta-widget {
    position: fixed !important;
    top: 12px !important;
    right: 68px !important;
    z-index: 1002 !important;
    margin-left: 0 !important;
  }

  body .elementor-location-header .manera-wa-cta {
    width: 52px;
    min-width: 52px;
    max-width: 52px;
    height: 52px;
    min-height: 52px;
    padding: 0;
    gap: 0;
    background: transparent;
    border-color: transparent;
    border-radius: 50%;
    box-shadow: none;
  }

  body .elementor-location-header .manera-wa-cta:hover,
  body .elementor-location-header .manera-wa-cta:focus {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
  }

  body .elementor-location-header .manera-wa-cta__icon {
    width: 38px;
    height: 38px;
  }

  body .elementor-location-header .manera-wa-cta__label {
    display: none;
  }

  body .elementor-location-header .elementskit-menu-hamburger {
    position: fixed !important;
    top: 12px !important;
    right: 8px !important;
    z-index: 1002 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body .elementor-location-header .elementskit-menu-hamburger .elementskit-menu-hamburger-icon,
  body .elementor-location-header .elementskit-menu-hamburger > span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--manera-color-text) !important;
    border-radius: 999px;
    transition:
      opacity var(--manera-transition),
      transform var(--manera-transition),
      background-color var(--manera-transition);
  }

  body .elementor-location-header:has(.elementskit-menu-container.active) .elementskit-menu-hamburger .elementskit-menu-hamburger-icon:nth-child(1),
  body .elementor-location-header:has(.elementskit-menu-container.active) .elementskit-menu-hamburger > span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  body .elementor-location-header:has(.elementskit-menu-container.active) .elementskit-menu-hamburger .elementskit-menu-hamburger-icon:nth-child(2),
  body .elementor-location-header:has(.elementskit-menu-container.active) .elementskit-menu-hamburger > span:nth-child(2) {
    opacity: 0;
  }

  body .elementor-location-header:has(.elementskit-menu-container.active) .elementskit-menu-hamburger .elementskit-menu-hamburger-icon:nth-child(3),
  body .elementor-location-header:has(.elementskit-menu-container.active) .elementskit-menu-hamburger > span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  body .elementor-location-header .elementskit-menu-hamburger .ekit-menu-icon {
    position: relative;
    display: block !important;
    width: 18px;
    height: 2px;
    background: var(--manera-color-text) !important;
    border-radius: 999px;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;
    transition:
      background-color var(--manera-transition),
      transform var(--manera-transition);
  }

  body .elementor-location-header .elementskit-menu-hamburger .ekit-menu-icon::before,
  body .elementor-location-header .elementskit-menu-hamburger .ekit-menu-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 2px;
    background: var(--manera-color-text);
    border-radius: 999px;
    transition:
      top var(--manera-transition),
      transform var(--manera-transition),
      background-color var(--manera-transition);
  }

  body .elementor-location-header .elementskit-menu-hamburger .ekit-menu-icon::before {
    top: -6px;
  }

  body .elementor-location-header .elementskit-menu-hamburger .ekit-menu-icon::after {
    top: 6px;
  }

  body .elementor-location-header:has(.elementskit-menu-container.active) .elementskit-menu-hamburger .ekit-menu-icon {
    background: transparent !important;
  }

  body .elementor-location-header:has(.elementskit-menu-container.active) .elementskit-menu-hamburger .ekit-menu-icon::before {
    top: 0;
    background: var(--manera-color-text);
    transform: rotate(45deg);
  }

  body .elementor-location-header:has(.elementskit-menu-container.active) .elementskit-menu-hamburger .ekit-menu-icon::after {
    top: 0;
    background: var(--manera-color-text);
    transform: rotate(-45deg);
  }

  body .elementor-location-header .elementskit-menu-overlay,
  body .elementor-location-header .elementskit-menu-close {
    display: none !important;
  }

  body .elementor-location-header .elementskit-menu-container {
    position: fixed !important;
    top: var(--manera-header-height-mobile) !important;
    right: 8px !important;
    left: 8px !important;
    z-index: 1001 !important;
    display: none !important;
    width: calc(100vw - 16px) !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 8px 0 !important;
    overflow: visible !important;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 0 0 var(--manera-radius-md) var(--manera-radius-md);
    box-shadow: var(--manera-shadow-soft) !important;
    transform: none !important;
    transition: none !important;
  }

  body .elementor-location-header .elementskit-menu-container.active {
    display: block !important;
  }

  body .elementor-location-header .elementskit-menu-container .elementskit-navbar-nav {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .elementor-location-header .elementskit-menu-container .elementskit-navbar-nav > li {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .elementor-location-header .elementskit-menu-container .elementskit-navbar-nav > li > a {
    display: flex !important;
    width: 100% !important;
    height: var(--manera-menu-link-mobile-height) !important;
    min-height: var(--manera-menu-link-mobile-height) !important;
    padding: var(--manera-menu-link-padding-y) var(--manera-menu-link-padding-x) !important;
    align-items: center;
    justify-content: flex-start;
    background: transparent !important;
    color: var(--manera-color-text) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
  }

  body .elementor-location-header .elementskit-menu-container .elementskit-navbar-nav > li > a:hover,
  body .elementor-location-header .elementskit-menu-container .elementskit-navbar-nav > li > a:focus {
    background: transparent !important;
    color: var(--manera-color-primary-hover) !important;
  }

  body .elementor-location-header .elementskit-menu-container .elementskit-navbar-nav > li.current-menu-item > a,
  body .elementor-location-header .elementskit-menu-container .elementskit-navbar-nav > li.current_page_item > a,
  body .elementor-location-header .elementskit-menu-container .elementskit-navbar-nav > li > a[aria-current="page"],
  body.home .elementor-location-header .elementskit-menu-container .elementskit-navbar-nav > li.menu-item-469 > a,
  body.home .elementor-location-header .elementskit-menu-container .elementskit-navbar-nav > li > a[href="https://www.maneravacanze.it/"],
  body.page-id-478 .elementor-location-header .elementskit-menu-container .elementskit-navbar-nav > li.menu-item-471 > a,
  body.page-id-478 .elementor-location-header .elementskit-menu-container .elementskit-navbar-nav > li > a[href$="/dove-siamo/"],
  body.page-id-95 .elementor-location-header .elementskit-menu-container .elementskit-navbar-nav > li.menu-item-472 > a,
  body.page-id-95 .elementor-location-header .elementskit-menu-container .elementskit-navbar-nav > li > a[href$="/contatti/"] {
    background: rgba(96, 141, 177, 0.12) !important;
    box-shadow: inset 4px 0 0 var(--manera-color-primary) !important;
    color: var(--manera-color-primary) !important;
    text-decoration: none !important;
  }

  body .elementor-location-header .elementskit-menu-container .elementskit-navbar-nav > li.current-menu-item > a:hover,
  body .elementor-location-header .elementskit-menu-container .elementskit-navbar-nav > li.current_page_item > a:hover,
  body .elementor-location-header .elementskit-menu-container .elementskit-navbar-nav > li > a[aria-current="page"]:hover,
  body.home .elementor-location-header .elementskit-menu-container .elementskit-navbar-nav > li.menu-item-469 > a:hover,
  body.page-id-478 .elementor-location-header .elementskit-menu-container .elementskit-navbar-nav > li.menu-item-471 > a:hover,
  body.page-id-95 .elementor-location-header .elementskit-menu-container .elementskit-navbar-nav > li.menu-item-472 > a:hover {
    background: rgba(96, 141, 177, 0.16) !important;
    color: var(--manera-color-primary-hover) !important;
  }

}

@media (max-width: 768px) {

  body.home .elementor-element-4318901 > a.e-con .elementor-widget-heading,
  body.home .elementor-element-4318901 > a.e-con .elementor-widget-text-editor {
    padding-inline: 18px;
  }

  body.home .elementor-element-4318901 > a.e-con::after {
    width: calc(100% - 36px);
    margin-inline: 18px;
  }

  body .elementor-location-footer #xs_footer_13 {
    text-align: left;
  }
}

/* Editorial property showcase: SEO-friendly bento on desktop, manual rail on mobile. */
body.home .manera-showcase {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 8px 0 64px;
}

body.home .manera-showcase__rail {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 210px;
  gap: 16px;
}

body.home .manera-showcase-card {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 24px;
  background: #314756;
  box-shadow: 0 18px 46px rgba(31, 53, 69, 0.15);
  color: #ffffff;
  isolation: isolate;
  text-decoration: none;
  transform: translateZ(0);
  transition: box-shadow 240ms ease, transform 240ms ease;
}

body.home .manera-showcase-card--featured-wide {
  grid-column: span 7;
  grid-row: span 2;
}

body.home .manera-showcase-card--featured-tall {
  grid-column: span 5;
  grid-row: span 2;
}

body.home .manera-showcase-card--compact {
  grid-column: span 3;
}

body.home .manera-showcase-card__media,
body.home .manera-showcase-card__media::after {
  position: absolute;
  inset: 0;
  display: block;
}

body.home .manera-showcase-card__media::after {
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(21, 40, 54, 0.08) 8%, rgba(21, 40, 54, 0.18) 44%, rgba(21, 40, 54, 0.94) 100%),
    linear-gradient(90deg, rgba(21, 40, 54, 0.14), transparent 58%);
}

body.home .manera-showcase-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.home .manera-showcase-card--straordinaria-vista-mare .manera-showcase-card__image {
  object-position: center 56%;
}

body.home .manera-showcase-card--appartamento-design .manera-showcase-card__image {
  object-position: center 43%;
}

body.home .manera-showcase-card__topline {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.home .manera-showcase-card__label {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 24px rgba(24, 49, 66, 0.12);
  color: #365f80;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.02em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

body.home .manera-showcase-card__number {
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-shadow: 0 2px 12px rgba(21, 40, 54, 0.42);
}

body.home .manera-showcase-card__content {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  gap: 5px;
  color: #ffffff;
}

body.home .manera-showcase-card__location {
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.home .manera-showcase-card__title {
  max-width: 720px;
  color: #ffffff;
  font-family: var(--manera-font-family);
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

body.home .manera-showcase-card--compact .manera-showcase-card__content {
  right: 14px;
  bottom: 14px;
  left: 14px;
  gap: 3px;
}

body.home .manera-showcase-card--compact .manera-showcase-card__title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 19px;
  line-height: 1.12;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.home .manera-showcase-card__meta {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

body.home .manera-showcase-card__cta {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  gap: 7px;
  margin-top: 4px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

body.home .manera-showcase-card__cta svg,
body.home .manera-showcase__all svg,
body.home .manera-showcase__mobile-hint svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

body.home .manera-showcase-card--compact .manera-showcase-card__cta {
  display: none;
}

body.home .manera-showcase-card:hover,
body.home .manera-showcase-card:focus-visible {
  box-shadow: 0 24px 58px rgba(31, 53, 69, 0.22);
  color: #ffffff;
  transform: translateY(-4px);
}

body.home .manera-showcase-card:hover .manera-showcase-card__image,
body.home .manera-showcase-card:focus-visible .manera-showcase-card__image {
  transform: scale(1.045);
}

body.home .manera-showcase-card:focus-visible,
body.home .manera-showcase__all:focus-visible {
  outline: 3px solid var(--manera-color-primary);
  outline-offset: 4px;
}

body.home .manera-showcase__all {
  display: flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  margin: 22px auto 0;
  padding: 10px 16px;
  border: 1px solid rgba(96, 141, 177, 0.32);
  border-radius: 999px;
  background: rgba(96, 141, 177, 0.08);
  color: #456f91;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.home .manera-showcase__all:hover {
  background: var(--manera-color-primary);
  color: #ffffff;
  transform: translateY(-2px);
}

body.home .manera-showcase__mobile-hint {
  display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.home .manera-showcase__rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 300px;
  }

  body.home .manera-showcase-card,
  body.home .manera-showcase-card--featured-wide,
  body.home .manera-showcase-card--featured-tall,
  body.home .manera-showcase-card--compact {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  body.home .manera-showcase {
    width: 100%;
    padding: 4px 0 48px;
  }

  body.home .manera-showcase__rail {
    display: grid;
    grid-template-columns: none;
    grid-template-rows: 348px;
    grid-auto-flow: column;
    grid-auto-columns: min(86vw, 344px);
    gap: 12px;
    overflow-x: auto;
    padding: 4px 18px 16px;
    scroll-padding-inline: 18px;
    scroll-snap-type: x mandatory;
    scrollbar-color: rgba(96, 141, 177, 0.48) transparent;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  body.home .manera-showcase-card,
  body.home .manera-showcase-card--featured-wide,
  body.home .manera-showcase-card--featured-tall,
  body.home .manera-showcase-card--compact {
    grid-column: auto;
    grid-row: auto;
    min-height: 348px;
    border-radius: 20px;
    scroll-snap-align: center;
  }

  body.home .manera-showcase-card__topline {
    top: 14px;
    right: 14px;
    left: 14px;
  }

  body.home .manera-showcase-card__content,
  body.home .manera-showcase-card--compact .manera-showcase-card__content {
    right: 16px;
    bottom: 16px;
    left: 16px;
    gap: 4px;
  }

  body.home .manera-showcase-card__title,
  body.home .manera-showcase-card--compact .manera-showcase-card__title {
    display: block;
    overflow: visible;
    font-size: 23px;
    line-height: 1.1;
  }

  body.home .manera-showcase-card__cta,
  body.home .manera-showcase-card--compact .manera-showcase-card__cta {
    display: inline-flex;
    min-height: 32px;
  }

  body.home .manera-showcase__mobile-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 3px;
    color: var(--manera-color-muted);
    font-size: 11px;
    font-weight: 700;
  }

  body.home .manera-showcase__all {
    margin-top: 14px;
  }
}

@media (max-width: 374px) {
  body.home .manera-showcase__rail {
    grid-auto-columns: calc(100vw - 44px);
    grid-template-rows: 330px;
  }

  body.home .manera-showcase-card,
  body.home .manera-showcase-card--featured-wide,
  body.home .manera-showcase-card--featured-tall,
  body.home .manera-showcase-card--compact {
    min-height: 330px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .manera-showcase-card,
  body.home .manera-showcase-card__image,
  body.home .manera-showcase__all {
    transition: none;
  }
}

/* Compact booking bar: final cascade after the 2026-08-01 audit rules. */
body.home .manera-booking-widget .has-manera-stepper input[type="number"] {
  padding-right: 38px !important;
}

body.home .manera-booking-widget .manera-number-stepper,
body.home.manera-mobile-hero-compact .manera-booking-widget .manera-number-stepper {
  top: 50%;
  right: 4px;
  width: 30px;
  height: 50px;
  flex-direction: column !important;
  gap: 2px;
  transform: translateY(-50%);
}

body.home .manera-booking-widget .manera-number-stepper__button {
  width: 30px !important;
  height: 24px !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 4px;
  background: transparent !important;
  color: #5a6570 !important;
  font-size: 0;
}

body.home .manera-booking-widget .manera-number-stepper__button::before {
  width: 7px;
  height: 7px;
  border: 0;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  content: "" !important;
}

body.home .manera-booking-widget .manera-number-stepper__button--up::before {
  transform: translateY(2px) rotate(45deg);
}

body.home .manera-booking-widget .manera-number-stepper__button--down::before {
  transform: translateY(-2px) rotate(225deg);
}

@media (max-width: 1024px) and (min-width: 768px) {
  body.home .manera-booking-widget .cb-native-submit {
    grid-column: auto !important;
  }
}

@media (max-width: 767px) {
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-start-date,
  body.home .manera-booking-widget .cb-native-start-date {
    grid-column: 1 / 4 !important;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-end-date,
  body.home .manera-booking-widget .cb-native-end-date {
    grid-column: 4 / 7 !important;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-guests,
  body.home .manera-booking-widget .cb-native-guests {
    grid-column: 1 / 3 !important;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-children,
  body.home .manera-booking-widget .cb-native-children {
    grid-column: 3 / 5 !important;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-submit,
  body.home .manera-booking-widget .cb-native-submit {
    grid-column: 5 / 7 !important;
  }

  body.home .manera-booking-widget .has-manera-stepper input[type="number"] {
    padding-right: 30px !important;
  }

  body.home .manera-booking-widget .manera-number-stepper,
  body.home.manera-mobile-hero-compact .manera-booking-widget .manera-number-stepper {
    right: 2px;
    width: 27px;
    height: 50px;
  }

  body.home .manera-booking-widget .manera-number-stepper__button {
    width: 27px !important;
    height: 24px !important;
  }
}

/* Compact booking bar refinement: final cascade. */
@media (min-width: 768px) {
  body.home .manera-booking-widget .native-ciaobooking-form,
  body.home .manera-booking-widget .native-ciaobooking-form:not(:has(.cb-native-children)) {
    grid-template-columns: 242px 242px 128px 128px 62px !important;
    justify-content: center;
  }
}

body.home .manera-booking-widget .cb-input-wrapper input,
body.home .manera-booking-widget .with-icons .cb-input-wrapper input {
  padding-right: 36px !important;
  padding-left: 36px !important;
  text-align: center !important;
  text-overflow: ellipsis;
}

body.home .manera-booking-widget .has-manera-stepper input[type="number"] {
  padding-right: 34px !important;
  padding-left: 34px !important;
  text-align: center !important;
}

body.home .manera-booking-widget .cb-label {
  right: 34px;
  left: 34px;
  max-width: none;
  text-align: center;
}

body.home .manera-booking-widget .cb-submit-button,
body.home #cm-booking-native .cb-submit-button {
  position: relative;
  min-width: 0;
  color: #ffffff !important;
}

body.home .manera-booking-widget .cb-submit-button::after,
body.home #cm-booking-native .cb-submit-button::after {
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "" !important;
}

body.home .manera-booking-widget .cb-submit-button::before,
body.home #cm-booking-native .cb-submit-button::before {
  position: absolute;
  width: 9px;
  height: 2px;
  margin-top: 15px;
  margin-left: 16px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transform: rotate(45deg);
}

body.home .manera-booking-widget .cb-submit-button:disabled::before,
body.home #cm-booking-native .cb-submit-button:disabled::before {
  display: none;
}

body.home .manera-booking-widget .cb-submit-button:disabled::after,
body.home #cm-booking-native .cb-submit-button:disabled::after {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-top-color: #ffffff;
  animation: manera-booking-spin 700ms linear infinite;
}

@keyframes manera-booking-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  body.home .manera-booking-widget .cb-input-wrapper input,
  body.home .manera-booking-widget .with-icons .cb-input-wrapper input,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-input-wrapper input,
  body.home.manera-mobile-hero-compact .manera-booking-widget .with-icons .cb-input-wrapper input {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  body.home .manera-booking-widget .has-manera-stepper input[type="number"] {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }

  body.home .manera-booking-widget .cb-label,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-label {
    right: 28px;
    left: 28px;
    max-width: none;
  }
}

/* MANERA COMPACT BOOKING BAR 2026-08-12
 * Booking.com-inspired density, using Manera branding.
 * CSS-only: keeps the native CiaoBooking form and submission logic intact.
 */
body.home .elementor-element-ce6c2fd > .elementor-widget-container {
  border-radius: 12px !important;
  box-shadow:
    0 12px 30px rgba(31, 41, 51, 0.12),
    0 2px 7px rgba(31, 41, 51, 0.07) !important;
}

body.home .manera-booking-widget > .elementor-widget-container,
body.home .manera-booking-widget .native-ciaobooking-widget {
  border-radius: 12px !important;
}

body.home .manera-booking-widget .native-ciaobooking-widget {
  padding: 3px !important;
  overflow: hidden;
  border: 2px solid var(--manera-color-primary) !important;
  background: var(--manera-color-primary) !important;
}

body.home .manera-booking-widget .native-ciaobooking-form,
body.home .manera-booking-widget .native-ciaobooking-form:not(:has(.cb-native-children)) {
  display: grid !important;
  grid-template-columns:
    minmax(180px, 1.35fr)
    minmax(180px, 1.35fr)
    minmax(138px, 0.78fr)
    minmax(138px, 0.78fr)
    minmax(120px, 0.62fr) !important;
  gap: 2px !important;
  align-items: stretch !important;
  overflow: hidden;
  border-radius: 8px;
  background: var(--manera-color-primary);
}

body.home .manera-booking-widget .cb-form-row {
  position: relative;
  min-height: 58px;
  overflow: hidden;
  background: #ffffff;
}

body.home .manera-booking-widget .cb-label {
  position: absolute;
  top: 7px;
  left: 42px;
  z-index: 2;
  max-width: calc(100% - 52px);
  margin: 0 !important;
  overflow: hidden;
  color: #66717c !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  text-overflow: ellipsis;
  text-transform: none !important;
  white-space: nowrap;
  pointer-events: none;
}

body.home .manera-booking-widget .cb-native-guests .cb-label,
body.home .manera-booking-widget .cb-native-children .cb-label {
  font-size: 0 !important;
}

body.home .manera-booking-widget .cb-native-guests .cb-label::after,
body.home .manera-booking-widget .cb-native-children .cb-label::after {
  font-size: 10px;
  line-height: 1.1;
}

body.home .manera-booking-widget .cb-native-guests .cb-label::after {
  content: "Adulti";
}

body.home .manera-booking-widget .cb-native-children .cb-label::after {
  content: "Bambini";
}

body.home .manera-booking-widget .cb-input-wrapper,
body.home .manera-booking-widget .cb-input-wrapper input,
body.home .manera-booking-widget .cb-native-guests input[type="number"],
body.home .manera-booking-widget .cb-native-children input[type="number"] {
  height: 58px;
  min-height: 58px !important;
}

body.home .manera-booking-widget .cb-input-wrapper input,
body.home .manera-booking-widget .with-icons .cb-input-wrapper input,
body.home .manera-booking-widget .has-manera-stepper input[type="number"] {
  padding: 22px 38px 5px 42px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  color: var(--manera-color-text) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
}

body.home .manera-booking-widget .cb-input-wrapper input:focus {
  box-shadow: inset 0 0 0 2px rgba(96, 141, 177, 0.42) !important;
}

body.home .manera-booking-widget .cb-icon {
  top: 50% !important;
  left: 13px !important;
  z-index: 3;
  color: var(--manera-color-text) !important;
  font-size: 20px !important;
  transform: translateY(-50%);
  pointer-events: none;
}

body.home .manera-booking-widget .manera-number-stepper,
body.home.manera-mobile-hero-compact .manera-booking-widget .manera-number-stepper {
  top: 50%;
  right: 4px;
  width: 30px;
  height: 50px;
  flex-direction: column !important;
  gap: 2px;
  transform: translateY(-50%);
}

body.home .manera-booking-widget .manera-number-stepper__button {
  width: 30px !important;
  height: 24px !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 4px;
  background: transparent !important;
  color: #5a6570 !important;
}

body.home .manera-booking-widget .manera-number-stepper__button::before {
  width: 7px;
  height: 7px;
  border: 0;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  content: "" !important;
}

body.home .manera-booking-widget .manera-number-stepper__button--up::before {
  transform: translateY(2px) rotate(45deg);
}

body.home .manera-booking-widget .manera-number-stepper__button--down::before {
  transform: translateY(-2px) rotate(225deg);
}

body.home .manera-booking-widget .manera-number-stepper__button:hover,
body.home .manera-booking-widget .manera-number-stepper__button:focus-visible {
  background: #eef4f8 !important;
  color: var(--manera-color-primary-hover) !important;
}

body.home .manera-booking-widget .cb-native-submit {
  display: flex;
  align-items: stretch;
  background: var(--manera-color-primary);
}

body.home .manera-booking-widget .cb-submit-button,
body.home #cm-booking-native .cb-submit-button {
  min-height: 58px !important;
  padding: 8px 14px !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 0 !important;
}

body.home .manera-booking-widget .cb-submit-button::after,
body.home #cm-booking-native .cb-submit-button::after {
  content: "Cerca";
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

body.home .manera-booking-widget .cb-submit-button:disabled::after,
body.home #cm-booking-native .cb-submit-button:disabled::after {
  content: "Ricerca…";
}

@media (max-width: 1024px) and (min-width: 768px) {
  body.home .manera-booking-widget .native-ciaobooking-form,
  body.home .manera-booking-widget .native-ciaobooking-form:not(:has(.cb-native-children)) {
    grid-template-columns:
      minmax(150px, 1.2fr)
      minmax(150px, 1.2fr)
      minmax(120px, 0.75fr)
      minmax(120px, 0.75fr)
      minmax(104px, 0.58fr) !important;
  }
}

@media (max-width: 767px) {
  body.home .elementor-element-ce6c2fd > .elementor-widget-container {
    border-radius: 11px !important;
  }

  body.home .manera-booking-widget .native-ciaobooking-widget {
    padding: 3px !important;
    border-radius: 11px !important;
  }

  body.home .manera-booking-widget .native-ciaobooking-form,
  body.home .manera-booking-widget .native-ciaobooking-form:not(:has(.cb-native-children)) {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 2px !important;
    border-radius: 7px;
  }

  body.home .manera-booking-widget .cb-native-start-date {
    grid-column: 1 / 4;
  }

  body.home .manera-booking-widget .cb-native-end-date {
    grid-column: 4 / 7;
  }

  body.home .manera-booking-widget .cb-native-guests {
    grid-column: 1 / 3;
  }

  body.home .manera-booking-widget .cb-native-children {
    grid-column: 3 / 5;
  }

  body.home .manera-booking-widget .cb-native-submit {
    grid-column: 5 / 7;
  }

  body.home .manera-booking-widget .cb-form-row,
  body.home .manera-booking-widget .cb-input-wrapper,
  body.home .manera-booking-widget .cb-input-wrapper input,
  body.home .manera-booking-widget .cb-native-guests input[type="number"],
  body.home .manera-booking-widget .cb-native-children input[type="number"],
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-input-wrapper input,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-guests input[type="number"],
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-children input[type="number"] {
    height: 56px;
    min-height: 56px !important;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-label,
  body.home .manera-booking-widget .cb-label {
    top: 7px;
    left: 35px;
    max-width: calc(100% - 42px);
    min-height: 0;
    margin: 0 !important;
    font-size: 9px !important;
  }

  body.home .manera-booking-widget .cb-native-guests .cb-label,
  body.home .manera-booking-widget .cb-native-children .cb-label {
    font-size: 0 !important;
  }

  body.home .manera-booking-widget .cb-native-guests .cb-label::after,
  body.home .manera-booking-widget .cb-native-children .cb-label::after {
    font-size: 9px;
  }

  body.home .manera-booking-widget .cb-input-wrapper input,
  body.home .manera-booking-widget .with-icons .cb-input-wrapper input,
  body.home .manera-booking-widget .has-manera-stepper input[type="number"],
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-input-wrapper input,
  body.home.manera-mobile-hero-compact .manera-booking-widget .with-icons .cb-input-wrapper input {
    padding: 21px 30px 5px 35px !important;
    font-size: 12px !important;
  }

  body.home .manera-booking-widget .cb-icon,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-icon {
    left: 9px !important;
    font-size: 18px !important;
  }

  body.home .manera-booking-widget .manera-number-stepper,
  body.home.manera-mobile-hero-compact .manera-booking-widget .manera-number-stepper {
    right: 2px;
    width: 27px;
    height: 50px;
  }

  body.home .manera-booking-widget .manera-number-stepper__button {
    width: 27px !important;
    height: 24px !important;
  }

  body.home .manera-booking-widget .cb-submit-button,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-submit-button {
    min-height: 56px !important;
    padding-inline: 6px !important;
  }

  body.home .manera-booking-widget .cb-submit-button::after,
  body.home #cm-booking-native .cb-submit-button::after {
    font-size: 12px;
  }
}

@media (max-width: 359px) {
  body.home .manera-booking-widget .cb-label {
    left: 31px;
  }

  body.home .manera-booking-widget .cb-input-wrapper input,
  body.home .manera-booking-widget .with-icons .cb-input-wrapper input,
  body.home .manera-booking-widget .has-manera-stepper input[type="number"] {
    padding-left: 31px !important;
    font-size: 11px !important;
  }

  body.home .manera-booking-widget .cb-icon {
    left: 7px !important;
    font-size: 17px !important;
  }
}

/* MANERA UI/UX AUDIT 2026-08-01
 * Shared hierarchy, accessible controls and compact mobile footer.
 */
body.home .elementor-element-cc89bf3 .elementor-heading-title,
body.home .elementor-element-25ddc35 .ekit-heading--title,
body.home .elementor-element-56953881 .ekit-heading--title,
body.home .manera-location-summary h2,
body.home .elementor-element-89b2bec .elementor-heading-title,
body.home .manera-home-contact h2 {
  margin-block: 0 14px !important;
  color: var(--manera-color-text) !important;
  font-family: var(--manera-font-family) !important;
  font-size: clamp(32px, 3.15vw, 40px) !important;
  font-weight: 800 !important;
  line-height: 1.14 !important;
  letter-spacing: -0.025em !important;
  text-wrap: balance;
}

body.home .manera-booking-widget .cb-label {
  cursor: pointer;
}

body.home .manera-booking-widget .has-manera-stepper input[type="number"] {
  padding-right: 98px !important;
}

body.home .manera-booking-widget .manera-number-stepper {
  right: 5px;
  width: 84px;
  height: 44px;
  flex-direction: row-reverse;
  gap: 4px;
}

body.home .manera-booking-widget .manera-number-stepper__button {
  width: 40px;
  height: 44px;
  border: 1px solid var(--manera-color-border) !important;
  border-radius: 7px;
  background: #f6f8fa !important;
  color: var(--manera-color-text) !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  transition: background-color var(--manera-transition), border-color var(--manera-transition), color var(--manera-transition);
}

body.home .manera-booking-widget .manera-number-stepper__button::before {
  width: auto;
  height: auto;
  border: 0;
}

body.home .manera-booking-widget .manera-number-stepper__button--up::before {
  content: "+";
}

body.home .manera-booking-widget .manera-number-stepper__button--down::before {
  content: "−";
}

body.home .manera-booking-widget .manera-number-stepper__button:hover,
body.home .manera-booking-widget .manera-number-stepper__button:focus-visible {
  border-color: var(--manera-color-primary) !important;
  background: #eef4f8 !important;
  color: var(--manera-color-primary-hover) !important;
}

body.home #xs_testi_10 .swiper-pagination-bullet {
  position: relative;
  width: 44px !important;
  height: 44px !important;
  margin-inline: 1px !important;
  background: transparent !important;
  opacity: 1 !important;
}

body.home #xs_testi_10 .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(96, 141, 177, 0.38);
  content: "";
  transform: translate(-50%, -50%);
}

body.home #xs_testi_10 .swiper-pagination-bullet-active::after {
  width: 12px;
  height: 12px;
  background: var(--manera-color-primary);
}

body .manera-footer-cta {
  min-height: 44px;
}

@media (max-width: 767px) {
  body.home .elementor-element-cc89bf3 .elementor-heading-title,
  body.home .elementor-element-25ddc35 .ekit-heading--title,
  body.home .elementor-element-56953881 .ekit-heading--title,
  body.home .manera-location-summary h2,
  body.home .elementor-element-89b2bec .elementor-heading-title,
  body.home .manera-home-contact h2 {
    margin-bottom: 12px !important;
    font-size: 28px !important;
    line-height: 1.16 !important;
  }

  body.home .manera-booking-widget .has-manera-stepper input[type="number"] {
    padding-right: 86px !important;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .manera-number-stepper {
    right: 4px;
    width: 76px;
    height: 42px;
  }

  body.home .manera-booking-widget .manera-number-stepper__button {
    width: 36px;
    height: 42px;
  }

  body .manera-footer {
    padding: 24px 16px 14px;
  }

  body .manera-footer > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }

  body .manera-footer .elementor-element-mvbrand,
  body .manera-footer .elementor-element-mvcont1,
  body .manera-footer .elementor-element-mvbot01 {
    grid-column: 1 / -1;
  }

  body .manera-footer-list a,
  body .manera-footer-contact-list a,
  body .manera-footer-bottom a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
  }

  body .manera-footer-bottom nav {
    flex-direction: row;
    gap: 4px 16px;
  }
}

@media (max-width: 359px) {
  body .manera-footer > .e-con-inner {
    grid-template-columns: 1fr;
  }

  body .manera-footer .elementor-element-mvnav01,
  body .manera-footer .elementor-element-mvlocal {
    grid-column: 1;
  }
}

/* Inner-page hierarchy and touch controls. */
body .manera-location-copy h1,
body .manera-contact-hero h1 {
  font-family: var(--manera-font-family);
  font-size: clamp(38px, 4.4vw, 56px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

body .manera-location-daytrip-dot {
  position: relative;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body .manera-location-daytrip-dot::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(96, 141, 177, 0.38);
  content: "";
  transform: translate(-50%, -50%);
}

body .manera-location-daytrip-dot.is-active::after {
  width: 14px;
  height: 14px;
  background: var(--manera-color-primary);
}

@media (max-width: 767px) {
  body .manera-location-copy h1,
  body .manera-contact-hero h1 {
    font-size: 34px;
    line-height: 1.12;
  }
}

/* Home property showcase: light colour grading matched to the hero image.
 * Isolated override: remove this block to restore the previous rendering.
 */
body.home .manera-showcase-card__image {
  filter: none;
  opacity: 1;
}

body.home .manera-showcase-card__media::after {
  background:
    linear-gradient(
      180deg,
      rgba(82, 122, 154, 0.06) 24%,
      rgba(82, 122, 154, 0.29) 42%,
      rgba(82, 122, 154, 0.51) 58%,
      rgba(82, 122, 154, 0.6) 76%,
      rgba(82, 122, 154, 0.66) 100%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.4) 44%,
      rgba(184, 184, 184, 0.32) 67%
    );
}

body.home .manera-showcase-card__number {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #314756;
  text-shadow: none;
}

body.home .manera-showcase-card__content {
  text-shadow: 0 2px 14px rgba(21, 40, 54, 0.48);
}

body.home .manera-showcase-card__location,
body.home .manera-showcase-card__meta {
  color: #ffffff;
}

/* Privacy and cookie compliance layer. */
body.page-id-97 .manera-legal-shell,
body.page-id-100 .manera-legal-shell {
  width: min(1080px, calc(100% - 32px));
  min-height: 420px;
  margin: 36px auto 64px;
  padding: clamp(22px, 3vw, 40px);
  border: 1px solid rgba(96, 141, 177, 0.18);
  border-radius: var(--manera-radius-lg);
  background: var(--manera-color-surface);
  box-shadow: var(--manera-shadow-soft);
}

body .manera-legal-intro {
  max-width: 820px;
  margin: 0 auto 24px;
  color: var(--manera-color-muted);
  font-size: 16px;
  line-height: 1.65;
  text-align: center;
}

body .manera-iubenda-document {
  min-height: 320px;
}

body .manera-iubenda-document .iubenda_legal_document {
  max-width: none !important;
}

body .manera-legal-fallback {
  margin-top: 20px;
  text-align: center;
}

body .manera-form-privacy-note {
  width: 100%;
  margin-top: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(96, 141, 177, 0.2);
  border-radius: var(--manera-radius-sm);
  background: rgba(96, 141, 177, 0.07);
}

body .manera-form-privacy-note p {
  margin: 0;
  color: var(--manera-color-muted);
  font-size: 12.5px;
  line-height: 1.55;
}

body .manera-form-privacy-note a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body .manera-footer-bottom .iubenda-cs-preferences-link {
  white-space: nowrap;
}

@media (max-width: 767px) {
  body.page-id-97 .manera-legal-shell,
  body.page-id-100 .manera-legal-shell {
    width: min(100% - 20px, 1080px);
    margin: 20px auto 40px;
    padding: 18px 14px;
    border-radius: var(--manera-radius-md);
  }

  body .manera-legal-intro {
    margin-bottom: 18px;
    font-size: 14px;
    text-align: left;
  }
}

/* Local preview: native Elementor hero slideshow inspired by De Sterlich. */
body.home .elementor-element-21bba38b.manera-hero-carousel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

body.home .elementor-element-21bba38b.manera-hero-carousel > .elementor-background-slideshow {
  z-index: 0;
}

body.home .elementor-element-21bba38b.manera-hero-carousel::before {
  z-index: 1;
  pointer-events: none;
}

body.home .elementor-element-21bba38b.manera-hero-carousel > .e-con-inner {
  position: relative;
  z-index: 2;
}

body.home .manera-hero-carousel .elementor-background-slideshow__slide__image {
  filter: saturate(0.9) contrast(0.97) brightness(1);
  will-change: opacity, transform;
}

body.home .manera-hero-carousel-controls {
  position: absolute;
  bottom: clamp(18px, 2.4vw, 28px);
  left: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 220ms ease, transform 220ms ease;
}

body.home .manera-hero-carousel-controls.is-ready {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

body.home .manera-hero-control {
  position: relative;
  display: inline-flex;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0 2px 3px rgba(31, 41, 51, 0.48));
  box-shadow: none;
  cursor: pointer;
  transition: background-color var(--manera-transition), color var(--manera-transition), transform var(--manera-transition);
}

body.home .manera-hero-control:hover,
body.home .manera-hero-control:focus-visible {
  background: transparent;
  color: #ffffff;
  transform: scale(1.06);
}

body.home .manera-hero-control:active {
  transform: scale(0.94);
}

body.home .manera-hero-control:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.86);
  outline-offset: -3px;
}

body.home .manera-hero-control--prev span,
body.home .manera-hero-control--next span {
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

body.home .manera-hero-control--prev span {
  margin-left: 4px;
  transform: rotate(-135deg);
}

body.home .manera-hero-control--next span {
  margin-right: 4px;
  transform: rotate(45deg);
}

body.home .manera-hero-control--toggle span {
  position: relative;
  width: 13px;
  height: 16px;
}

body.home .manera-hero-control--toggle span::before,
body.home .manera-hero-control--toggle span::after {
  position: absolute;
  top: 1px;
  width: 4px;
  height: 14px;
  border-radius: 2px;
  background: currentColor;
  content: "";
}

body.home .manera-hero-control--toggle span::before {
  left: 1px;
}

body.home .manera-hero-control--toggle span::after {
  right: 1px;
}

body.home .manera-hero-control--toggle.is-paused span::before {
  top: 1px;
  left: 2px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid currentColor;
  border-radius: 0;
  background: transparent;
}

body.home .manera-hero-control--toggle.is-paused span::after {
  display: none;
}

@media (max-width: 767px) {
  body.home.manera-mobile-hero-compact .elementor-element-21bba38b.manera-hero-carousel {
    min-height: 600px;
    padding-block: 28px 104px !important;
  }

  body.home.manera-mobile-hero-compact .elementor-element-21bba38b.manera-hero-carousel > .e-con-inner {
    --manera-hero-mobile-lift: clamp(36px, 6vh, 48px);
    padding-top: calc(80px - var(--manera-hero-mobile-lift)) !important;
    padding-bottom: calc(80px + var(--manera-hero-mobile-lift)) !important;
  }

  body.home .manera-hero-carousel-controls {
    bottom: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .manera-hero-carousel .elementor-background-slideshow__slide__image,
  body.home .manera-hero-carousel .elementor-ken-burns--active {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  body.home .manera-hero-carousel-controls,
  body.home .manera-hero-control {
    transition: none;
  }
}

/* Compact booking bar: final cascade after all legacy widget rules. */
body.home .manera-booking-widget .has-manera-stepper input[type="number"] {
  padding-right: 38px !important;
}

body.home .manera-booking-widget .manera-number-stepper,
body.home.manera-mobile-hero-compact .manera-booking-widget .manera-number-stepper {
  top: 50%;
  right: 4px;
  width: 30px;
  height: 50px;
  flex-direction: column !important;
  gap: 2px;
  transform: translateY(-50%);
}

body.home .manera-booking-widget .manera-number-stepper__button {
  width: 30px !important;
  height: 24px !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 4px;
  background: transparent !important;
  color: #5a6570 !important;
  font-size: 0;
}

body.home .manera-booking-widget .manera-number-stepper__button::before {
  width: 7px;
  height: 7px;
  border: 0;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  content: "" !important;
}

body.home .manera-booking-widget .manera-number-stepper__button--up::before {
  transform: translateY(2px) rotate(45deg);
}

body.home .manera-booking-widget .manera-number-stepper__button--down::before {
  transform: translateY(-2px) rotate(225deg);
}

@media (max-width: 767px) {
  body.home .manera-booking-widget .has-manera-stepper input[type="number"] {
    padding-right: 30px !important;
  }

  body.home .manera-booking-widget .manera-number-stepper,
  body.home.manera-mobile-hero-compact .manera-booking-widget .manera-number-stepper {
    right: 2px;
    width: 27px;
    height: 50px;
  }

  body.home .manera-booking-widget .manera-number-stepper__button {
    width: 27px !important;
    height: 24px !important;
  }
}

/* Compact booking bar refinement: authoritative final overrides. */
@media (min-width: 768px) {
  body.home .elementor-element-ce6c2fd,
  body.home .manera-booking-widget,
  body.home #cm-booking-native {
    width: min(100%, 820px) !important;
    max-width: 820px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.home .manera-booking-widget .native-ciaobooking-form,
  body.home .manera-booking-widget .native-ciaobooking-form:not(:has(.cb-native-children)) {
    grid-template-columns: 235px 235px 128px 128px 78px !important;
    justify-content: center;
  }
}

body.home .manera-booking-widget .cb-input-wrapper input,
body.home .manera-booking-widget .with-icons .cb-input-wrapper input {
  padding-top: 19px !important;
  padding-right: 34px !important;
  padding-bottom: 8px !important;
  padding-left: 46px !important;
  text-align: left !important;
  text-overflow: ellipsis;
}

body.home .manera-booking-widget .has-manera-stepper input[type="number"] {
  padding-top: 19px !important;
  padding-right: 34px !important;
  padding-bottom: 8px !important;
  padding-left: 46px !important;
  text-align: left !important;
}

body.home .manera-booking-widget .cb-label {
  right: 34px;
  left: 46px;
  max-width: calc(100% - 80px);
  text-align: left;
}

body.home .manera-booking-widget .cb-icon {
  top: 36px !important;
  left: 10px !important;
  width: 25.65px;
  height: 25.65px;
  font-size: 25.65px !important;
  line-height: 25.65px !important;
  transform: translateY(-50%) !important;
}

body.home .manera-booking-widget .cb-submit-button,
body.home #cm-booking-native .cb-submit-button {
  position: relative;
  min-width: 0;
  color: #ffffff !important;
}

@media (min-width: 768px) {
  body.home .manera-booking-widget .cb-submit-button::after,
  body.home #cm-booking-native .cb-submit-button::after {
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    content: "Cerca" !important;
    font-size: 14px !important;
    font-weight: 800;
    line-height: 1;
    animation: none !important;
  }

  body.home .manera-booking-widget .cb-submit-button::before,
  body.home #cm-booking-native .cb-submit-button::before,
  body.home .manera-booking-widget .cb-submit-button:disabled::before,
  body.home #cm-booking-native .cb-submit-button:disabled::before {
    display: none !important;
  }

  body.home .manera-booking-widget .cb-submit-button:disabled::after,
  body.home #cm-booking-native .cb-submit-button:disabled::after {
    content: "Attendi…" !important;
  }
}

@media (max-width: 767px) {
  body.home .manera-booking-widget .cb-submit-button::after,
  body.home #cm-booking-native .cb-submit-button::after {
    width: 20px;
    height: 20px;
    border: 2px solid currentColor;
    border-radius: 50%;
    content: "" !important;
    font-size: 0;
  }

  body.home .manera-booking-widget .cb-submit-button::before,
  body.home #cm-booking-native .cb-submit-button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 9px;
    height: 2px;
    margin: 8px 0 0 7px;
    border-radius: 2px;
    background: currentColor;
    content: "";
    transform: rotate(45deg);
  }

  body.home .manera-booking-widget .cb-submit-button:disabled::before,
  body.home #cm-booking-native .cb-submit-button:disabled::before {
    display: none;
  }

  body.home .manera-booking-widget .cb-submit-button:disabled::after,
  body.home #cm-booking-native .cb-submit-button:disabled::after {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.42);
    border-top-color: #ffffff;
    content: "" !important;
    animation: manera-booking-spin 700ms linear infinite;
  }

  body.home .manera-booking-widget .cb-input-wrapper input,
  body.home .manera-booking-widget .with-icons .cb-input-wrapper input,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-input-wrapper input,
  body.home.manera-mobile-hero-compact .manera-booking-widget .with-icons .cb-input-wrapper input {
    padding-top: 18px !important;
    padding-right: 27px !important;
    padding-bottom: 8px !important;
    padding-left: 37px !important;
    text-align: left !important;
  }

  body.home .manera-booking-widget .has-manera-stepper input[type="number"] {
    padding-top: 18px !important;
    padding-right: 27px !important;
    padding-bottom: 8px !important;
    padding-left: 37px !important;
    text-align: left !important;
  }

  body.home .manera-booking-widget .cb-label,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-label {
    right: 27px;
    left: 37px;
    max-width: calc(100% - 64px);
  }

  body.home .manera-booking-widget .cb-icon,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-icon {
    top: 35px !important;
    left: 6px !important;
    width: 23.085px;
    height: 23.085px;
    font-size: 23.085px !important;
    line-height: 23.085px !important;
  }
}

/* Date controls behave as calendar buttons on touch devices and desktop. */
body.home .manera-booking-widget .with-icons .cb-input-wrapper input[data-manera-calendar-button="1"] {
  caret-color: transparent;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
  user-select: none;
}

@media (max-width: 767px) {
  body.home .manera-booking-widget .with-icons .cb-input-wrapper input[data-manera-calendar-button="1"] {
    font-size: 16px !important;
  }
}

/* Homepage polish 2026-08-17: compact, touch-friendly search and reviews. */
body.home #xs_testi_10 .ekit-main-swiper {
  padding-bottom: 26px !important;
  cursor: grab;
  touch-action: pan-y;
}

body.home #xs_testi_10 .ekit-main-swiper:active {
  cursor: grabbing;
}

body.home #xs_testi_10 .swiper-wrapper {
  padding-bottom: 18px !important;
}

body.home #xs_testi_10 .swiper-slide-inner,
body.home #xs_testi_10 .swiper-slide-inner * {
  -webkit-user-select: none;
  user-select: none;
}

@media (max-width: 1023px) and (min-width: 768px) {
  body.home.manera-mobile-hero-compact .elementor-element-ce6c2fd,
  body.home.manera-mobile-hero-compact .manera-booking-widget,
  body.home.manera-mobile-hero-compact #cm-booking-native {
    width: 100% !important;
    max-width: 760px !important;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .native-ciaobooking-form,
  body.home.manera-mobile-hero-compact .manera-booking-widget .native-ciaobooking-form:not(:has(.cb-native-children)) {
    grid-template-columns:
      minmax(0, 1.35fr)
      minmax(0, 1.35fr)
      minmax(96px, 0.8fr)
      minmax(96px, 0.8fr)
      minmax(72px, 0.52fr) !important;
    justify-content: stretch;
  }
}

@media (max-width: 767px) and (orientation: landscape) and (max-height: 540px) {
  body.home.manera-mobile-hero-compact .elementor-element-21bba38b.manera-hero-carousel {
    min-height: 520px;
  }

  body.home.manera-mobile-hero-compact .elementor-element-21bba38b.manera-hero-carousel > .e-con-inner {
    --manera-hero-mobile-lift: 78px !important;
    gap: 2px !important;
  }

  body.home.manera-mobile-hero-compact .elementor-element-3ec3ad20 h1::after {
    font-size: clamp(27px, 5.1vw, 31px);
  }

  body.home.manera-mobile-hero-compact .elementor-element-3ec3ad20 h1 {
    margin-bottom: 4px !important;
  }

  body.home.manera-mobile-hero-compact .elementor-element-3ec3ad20 .ekit_heading_separetor_wraper {
    margin-block: 0 !important;
  }

  body.home.manera-mobile-hero-compact .elementor-element-3ec3ad20 h2 {
    margin-bottom: 0 !important;
  }

  body.home .manera-booking-widget .native-ciaobooking-form,
  body.home .manera-booking-widget .native-ciaobooking-form:not(:has(.cb-native-children)) {
    grid-template-columns:
      minmax(0, 1.28fr)
      minmax(0, 1.28fr)
      minmax(72px, 0.62fr)
      minmax(72px, 0.62fr)
      54px !important;
    gap: 2px !important;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-start-date,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-end-date,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-guests,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-children,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-submit {
    grid-row: 1 !important;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-start-date { grid-column: 1 !important; }
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-end-date { grid-column: 2 !important; }
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-guests { grid-column: 3 !important; }
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-children { grid-column: 4 !important; }
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-submit { grid-column: 5 !important; }
}

@media (max-width: 767px) {
  body.home.manera-mobile-hero-compact .elementor-element-3ec3ad20 h2::after {
    content: "Mare, confort e prenotazione rapida";
  }

  body.home.manera-mobile-hero-compact .elementor-element-21bba38b.manera-hero-carousel > .e-con-inner {
    --manera-hero-mobile-lift: clamp(52px, 8vh, 70px);
  }
}

/* Keep the compact mobile search bar visually lighter, without shrinking tap targets. */
@media (max-width: 767px) {
  body.home.manera-mobile-hero-compact .manera-booking-widget {
    width: 80% !important;
    min-width: 270px;
    max-width: 320px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-form-row,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-input-wrapper,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-input-wrapper input,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-guests input[type="number"],
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-children input[type="number"],
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-submit-button {
    height: 44px;
    min-height: 44px !important;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-label {
    top: 4px;
    left: 32px;
    font-size: 8px !important;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-guests .cb-label,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-children .cb-label {
    font-size: 0 !important;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-guests .cb-label::after,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-children .cb-label::after {
    font-size: 8px !important;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-input-wrapper input,
  body.home.manera-mobile-hero-compact .manera-booking-widget .with-icons .cb-input-wrapper input,
  body.home.manera-mobile-hero-compact .manera-booking-widget .has-manera-stepper input[type="number"] {
    padding: 14px 25px 3px 32px !important;
    font-size: 13px !important;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-icon {
    top: 28px !important;
    left: 6px !important;
    width: 19px;
    height: 19px;
    font-size: 19px !important;
    line-height: 19px !important;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .manera-number-stepper {
    right: 1px;
    width: 24px;
    height: 40px;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .manera-number-stepper__button {
    width: 24px !important;
    height: 19px !important;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-submit .cb-submit-button,
  body.home.manera-mobile-hero-compact #cm-booking-native .cb-submit-button {
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px;
    padding: 0 !important;
  }
}

@media (max-width: 767px) and (orientation: landscape) and (max-height: 540px) {
  body.home.manera-mobile-hero-compact .manera-booking-widget {
    width: 80% !important;
    min-width: 0;
    max-width: none !important;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-guests .cb-label,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-children .cb-label {
    opacity: 0;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-guests input[type="number"],
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-children input[type="number"] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-guests .cb-icon,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-children .cb-icon {
    top: 22px !important;
  }
}

@media (max-width: 600px) and (orientation: landscape) and (max-height: 540px) {
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-start-date .cb-input-wrapper input,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-end-date .cb-input-wrapper input {
    padding-right: 8px !important;
    padding-left: 26px !important;
    font-size: 11px !important;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-start-date .cb-label,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-end-date .cb-label {
    left: 26px;
    font-size: 7px !important;
  }

  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-start-date .cb-icon,
  body.home.manera-mobile-hero-compact .manera-booking-widget .cb-native-end-date .cb-icon {
    top: 28px !important;
    left: 5px !important;
    width: 16px;
    height: 16px;
    font-size: 16px !important;
    line-height: 16px !important;
  }
}

/* A smaller mobile calendar footprint, without shrinking individual date targets. */
@media (max-width: 767px) {
  body #ui-datepicker-div.ui-datepicker {
    width: min(78vw, 290px);
    padding: 7px;
  }

  body #ui-datepicker-div .ui-datepicker-header {
    margin-bottom: 6px;
    padding: 8px 36px;
  }

  body #ui-datepicker-div .ui-datepicker-title {
    font-size: 14px;
  }

  body #ui-datepicker-div table {
    border-spacing: 1px;
    font-size: 13px;
  }

  body #ui-datepicker-div th {
    padding: 4px 2px;
    font-size: 11px;
  }
}
