:root{
  --ste-navy:#082944;
  --ste-blue:#0d456d;
  --ste-gold:#d4a448;
  --ste-gold-soft:#f4ead8;
  --ste-ink:#142033;
  --ste-muted:#667487;
  --ste-line:#dce4eb;
  --ste-soft:#f5f8fb;
  --ste-white:#fff;
  --ste-radius:20px;
  --ste-shadow:0 18px 44px rgba(8,41,68,.12);
}
.ste-explorer{margin:34px auto;max-width:1440px;color:var(--ste-ink)}
.ste-explorer *{box-sizing:border-box}
.ste-explorer__title{font-size:clamp(1.8rem,3vw,3rem);color:var(--ste-navy);margin:0 0 22px}
.ste-catalog-search{display:grid;grid-template-columns:minmax(240px,1.4fr) minmax(170px,.8fr) minmax(170px,.8fr) minmax(220px,1fr) auto;gap:0;background:#fff;border:1px solid var(--ste-line);border-radius:22px;box-shadow:var(--ste-shadow);padding:8px;margin-bottom:26px;position:relative;z-index:1200}
.ste-catalog-search__field{display:flex;align-items:center;gap:12px;padding:10px 16px;border-right:1px solid var(--ste-line);min-width:0;position:relative}
.ste-catalog-search__field:last-of-type{border-right:0}
.ste-catalog-search__field>span:last-child{display:flex;flex-direction:column;min-width:0;flex:1}
.ste-catalog-search__field b,.ste-party-field button b{font-size:.8rem;color:var(--ste-navy);letter-spacing:.02em}
.ste-catalog-search__field input{border:0!important;background:transparent!important;box-shadow:none!important;padding:4px 0!important;width:100%;font-size:.95rem;color:var(--ste-ink);min-height:34px}
.ste-catalog-search__field input:focus{outline:none}
.ste-catalog-search__icon{width:28px;height:28px;color:var(--ste-gold);display:grid;place-items:center;flex:0 0 auto}
.ste-catalog-search__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ste-catalog-search__submit{border:0;border-radius:16px;background:var(--ste-gold);color:var(--ste-navy);font-weight:900;padding:0 24px;min-height:62px;cursor:pointer;white-space:nowrap}
.ste-catalog-search__submit:hover,.ste-catalog-search__submit:focus-visible{background:#e0b45e;outline:3px solid rgba(212,164,72,.25)}
.ste-global-search-shell{position:relative;z-index:1180;background:linear-gradient(180deg,#f8fbfd,#fff);border-bottom:1px solid var(--ste-line);padding:14px 20px}.ste-global-search-shell[hidden]{display:none}.ste-global-search-shell__inner{width:min(100%,1420px);margin:0 auto}.ste-catalog-search--global{margin:0;box-shadow:0 10px 28px rgba(8,41,68,.08)}
.ste-party-field>button{appearance:none;border:0;background:transparent;text-align:left;padding:0;display:flex;flex-direction:column;gap:5px;color:var(--ste-ink);cursor:pointer;width:100%}
.ste-party-popover{position:absolute;top:calc(100% + 12px);left:0;width:320px;background:#fff;border:1px solid var(--ste-line);border-radius:18px;box-shadow:var(--ste-shadow);padding:18px;z-index:1400}
.ste-party-popover label{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:8px 0}
.ste-party-popover input{width:80px!important;border:1px solid var(--ste-line)!important;border-radius:10px!important;padding:8px!important;text-align:center}
.ste-party-popover p{font-size:.78rem;color:var(--ste-muted);line-height:1.5}
.ste-party-popover button{width:100%;border:0;border-radius:12px;background:var(--ste-navy);color:#fff;padding:11px;font-weight:800;cursor:pointer}
.ste-filter-toggle{display:none;align-items:center;gap:10px;background:var(--ste-navy);color:#fff;border:0;border-radius:14px;padding:12px 16px;font-weight:800;margin-bottom:14px;cursor:pointer}
.ste-filter-toggle__icon{display:grid;place-items:center}.ste-filter-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}
.ste-filter-toggle strong{background:var(--ste-gold);color:var(--ste-navy);border-radius:999px;padding:2px 8px}
.ste-explorer__layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:28px;align-items:start}
.ste-filter-panel{position:sticky;top:92px;background:#fff;border:1px solid var(--ste-line);border-radius:22px;box-shadow:0 12px 32px rgba(8,41,68,.08);max-height:calc(100vh - 110px);overflow:auto;padding-bottom:16px}
.ste-filter-panel__head{display:flex;justify-content:space-between;gap:16px;padding:20px 20px 14px;border-bottom:1px solid var(--ste-line);position:sticky;top:0;background:#fff;z-index:3}
.ste-filter-panel__head span{font-size:.74rem;text-transform:uppercase;letter-spacing:.1em;color:var(--ste-gold);font-weight:900}.ste-filter-panel__head h3{margin:3px 0 0;color:var(--ste-navy)}
.ste-filter-panel__head button{display:none;border:0;background:transparent;font-size:0;cursor:pointer}.ste-filter-panel__head svg{width:24px;height:24px;fill:none;stroke:var(--ste-navy);stroke-width:2}
.ste-filter-section{padding:18px 20px;border-bottom:1px solid var(--ste-line)}
.ste-filter-section__title{display:flex;gap:12px;align-items:flex-start;margin-bottom:12px}.ste-filter-section__title h4{margin:0;color:var(--ste-navy);font-size:1rem}.ste-filter-section__title p{margin:2px 0 0;color:var(--ste-muted);font-size:.78rem;line-height:1.35}
.ste-filter-section__icon{width:30px;height:30px;border-radius:10px;background:var(--ste-gold-soft);color:var(--ste-navy);display:grid;place-items:center;flex:0 0 auto}.ste-filter-section__icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ste-search-field input,.ste-option-search input,.ste-nearby-box input,.ste-select-stack select,.ste-nearby-box select{width:100%;border:1px solid var(--ste-line);border-radius:12px;padding:10px 12px;background:#fff;color:var(--ste-ink)}
.ste-choice-cards{display:grid;grid-template-columns:1fr;gap:8px}.ste-choice-cards label{cursor:pointer}.ste-choice-cards input{position:absolute;opacity:0}.ste-choice-cards span{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--ste-line);border-radius:12px;padding:10px 12px;background:var(--ste-soft)}.ste-choice-cards input:checked+span{border-color:var(--ste-gold);background:var(--ste-gold-soft);box-shadow:inset 0 0 0 1px var(--ste-gold)}.ste-choice-cards small{background:#fff;border-radius:999px;padding:2px 8px;color:var(--ste-muted)}
.ste-filter-details{padding:0}.ste-filter-details summary{display:flex;gap:12px;align-items:center;padding:16px 20px;cursor:pointer;list-style:none}.ste-filter-details summary::-webkit-details-marker{display:none}.ste-filter-details summary>span:nth-child(2){display:flex;flex-direction:column;flex:1}.ste-filter-details summary small{font-size:.76rem;color:var(--ste-muted);font-weight:400;margin-top:2px}.ste-filter-details summary i{width:9px;height:9px;border-right:2px solid var(--ste-navy);border-bottom:2px solid var(--ste-navy);transform:rotate(45deg);transition:.2s}.ste-filter-details[open] summary i{transform:rotate(225deg)}
.ste-check-list,.ste-radio-list{display:grid;gap:7px;padding:0 20px 18px}.ste-check-list label,.ste-radio-list label{display:flex;align-items:center;gap:9px;font-size:.88rem;cursor:pointer}.ste-check-list label span,.ste-radio-list label span{flex:1}.ste-check-list small{color:var(--ste-muted)}.ste-check-list input,.ste-radio-list input{accent-color:var(--ste-gold);width:17px;height:17px}
.ste-option-search{padding:0 20px 10px}
.ste-geo-selection{font-weight:800;color:var(--ste-navy);font-size:.85rem;background:var(--ste-soft);padding:9px 11px;border-radius:10px;margin-bottom:8px}
.ste-geo-tree{max-height:330px;overflow:auto;padding-right:3px}.ste-geo-row{display:grid;grid-template-columns:28px 1fr;gap:4px;align-items:center}.ste-geo-row>button:first-child{border:0;background:transparent;color:var(--ste-muted);font-size:20px;cursor:pointer}.ste-geo-row>button:last-child,.ste-geo-children>button,.ste-geo-all{display:flex;width:100%;align-items:center;justify-content:space-between;gap:8px;border:0;background:transparent;padding:7px 8px;border-radius:9px;text-align:left;color:var(--ste-ink);cursor:pointer}.ste-geo-row>button:last-child:hover,.ste-geo-children>button:hover,.ste-geo-all:hover,.ste-geo-tree .is-active{background:var(--ste-gold-soft);color:var(--ste-navy);font-weight:800}.ste-geo-tree small{color:var(--ste-muted);font-size:.72rem}.ste-geo-children{padding-left:18px;border-left:1px solid var(--ste-line);margin-left:13px}
.ste-nearby-box{display:grid;gap:10px;padding:0 20px 18px}.ste-nearby-box>button:first-child{border:0;border-radius:12px;background:var(--ste-navy);color:#fff;padding:11px;font-weight:800;cursor:pointer}.ste-nearby-box__or{text-align:center;color:var(--ste-muted);font-size:.75rem}.ste-nearby-box form{display:grid;grid-template-columns:1fr auto;gap:6px}.ste-nearby-box form button{border:0;border-radius:10px;background:var(--ste-gold);color:var(--ste-navy);font-weight:800;padding:0 12px}.ste-nearby-box label,.ste-select-stack label{display:grid;gap:5px;font-size:.82rem;color:var(--ste-muted)}.ste-link-button{border:0;background:transparent;color:var(--ste-blue);text-decoration:underline;cursor:pointer}.ste-explorer__origin{font-size:.78rem;color:var(--ste-navy);line-height:1.4}
.ste-select-stack{display:grid;gap:12px;padding:0 20px 18px}
.ste-filter-panel__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:16px 20px 0;position:sticky;bottom:0;background:#fff}.ste-reset-button,.ste-apply-button{border:0;border-radius:12px;padding:11px;font-weight:800;cursor:pointer}.ste-reset-button{background:var(--ste-soft);color:var(--ste-navy)}.ste-apply-button{background:var(--ste-gold);color:var(--ste-navy)}
.ste-explorer__main{min-width:0;position:relative;z-index:1}.ste-map-disclosure{position:relative;z-index:1;margin-bottom:20px}.ste-map-toggle{width:100%;display:flex;align-items:center;gap:14px;border:1px solid var(--ste-line);border-radius:18px;background:#fff;padding:15px 18px;box-shadow:0 7px 22px rgba(8,41,68,.06);color:var(--ste-navy);cursor:pointer;text-align:left}.ste-map-toggle:hover,.ste-map-toggle:focus-visible{border-color:var(--ste-gold);outline:3px solid rgba(212,164,72,.18)}.ste-map-toggle__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--ste-gold-soft);color:var(--ste-gold);flex:0 0 auto}.ste-map-toggle__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}.ste-map-toggle>span:nth-child(2){display:flex;flex-direction:column;flex:1}.ste-map-toggle b{font-size:1rem}.ste-map-toggle small{color:var(--ste-muted);margin-top:2px}.ste-map-toggle strong{background:var(--ste-navy);color:#fff;border-radius:999px;padding:9px 13px;font-size:.78rem;white-space:nowrap}.ste-map-panel[hidden]{display:none}.ste-map-panel{margin-top:10px}.ste-map-wrap{background:#fff;border:1px solid var(--ste-line);border-radius:22px;padding:12px;box-shadow:0 8px 26px rgba(8,41,68,.07);position:relative;z-index:1}.ste-map{height:380px;border-radius:16px;overflow:hidden;position:relative;z-index:1}.ste-map-help{font-size:.78rem;color:var(--ste-muted);margin:8px 4px 0}
.ste-explorer__results-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:18px 0 8px}.ste-explorer__summary{color:var(--ste-muted)}.ste-explorer__summary strong{font-size:1.2rem;color:var(--ste-navy)}.ste-inline-reset{border:0;background:transparent;color:var(--ste-blue);text-decoration:underline;cursor:pointer}
.ste-explorer__chips{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 18px}.ste-explorer__chips button{border:1px solid var(--ste-line);background:#fff;border-radius:999px;padding:7px 10px;color:var(--ste-navy);cursor:pointer;display:flex;gap:7px;align-items:center}.ste-explorer__chips b{font-size:18px;line-height:1}
.ste-group{margin:0 0 32px}.ste-group__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px;border-bottom:1px solid var(--ste-line);padding-bottom:9px}.ste-group__head h3{margin:0;color:var(--ste-navy);font-size:1.35rem}.ste-group__head span{background:var(--ste-gold-soft);color:var(--ste-navy);border-radius:999px;padding:5px 11px;font-weight:800}
.ste-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.ste-card{background:#fff;border:1px solid var(--ste-line);border-radius:20px;overflow:hidden;box-shadow:0 10px 28px rgba(8,41,68,.08);display:flex;flex-direction:column;min-width:0;transition:transform .2s ease,box-shadow .2s ease}.ste-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(8,41,68,.14)}
.ste-card__media{height:215px;display:block;background:linear-gradient(135deg,var(--ste-navy),var(--ste-blue));position:relative;overflow:hidden}.ste-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.ste-card:hover .ste-card__media img{transform:scale(1.025)}.ste-card__media>span{display:grid;place-items:center;height:100%;color:#fff;font-weight:800}.ste-card__super{position:absolute;top:12px;left:12px;background:var(--ste-gold);color:var(--ste-navy);border-radius:999px;padding:6px 10px;font-size:.76rem}
.ste-card__body{padding:17px;display:flex;flex-direction:column;flex:1}.ste-card__badges{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.ste-card__badges span,.ste-card__badges b{font-size:.72rem;border-radius:999px;padding:5px 8px}.ste-card__badges span{background:var(--ste-soft);color:var(--ste-navy)}.ste-card__badges b{background:var(--ste-gold-soft);color:#77550d}.ste-card h4{margin:11px 0 7px;font-size:1.22rem;line-height:1.25}.ste-card h4 a{color:var(--ste-navy);text-decoration:none}.ste-card__place{color:var(--ste-muted);font-size:.82rem;margin:0 0 10px;line-height:1.4}.ste-card__features{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px}.ste-card__features span{font-size:.7rem;background:#edf6f2;color:#235943;border-radius:999px;padding:4px 7px}.ste-card__excerpt{font-size:.86rem;color:var(--ste-muted);line-height:1.55;margin:0 0 12px}.ste-card__availability{display:flex;justify-content:space-between;gap:8px;color:var(--ste-muted);font-size:.77rem;margin-top:auto;padding-top:8px}.ste-card__availability b{color:var(--ste-navy)}.ste-card__footer{border-top:1px solid var(--ste-line);margin-top:13px;padding-top:13px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.ste-card__footer>div{display:flex;flex-direction:column}.ste-card__footer small{font-size:.7rem;color:var(--ste-muted)}.ste-card__footer strong{font-size:1.08rem;color:var(--ste-navy)}.ste-card__cta{background:var(--ste-navy);color:#fff!important;text-decoration:none;border-radius:12px;padding:9px 11px;font-size:.78rem;font-weight:800;text-align:center}.ste-card--article .ste-card__cta{background:#6b4e8a}.ste-card--article .ste-card__badges span{background:#f2edf8;color:#5d3f7f}
.ste-explorer__empty{padding:50px 20px;text-align:center;background:var(--ste-soft);border-radius:18px;color:var(--ste-muted)}
.ste-popup{display:grid;gap:4px;min-width:190px}.ste-popup strong{color:var(--ste-navy)}.ste-popup span{font-size:.76rem;color:var(--ste-muted)}.ste-popup b{font-size:.82rem}.ste-popup a{margin-top:5px;background:var(--ste-navy);color:#fff!important;text-decoration:none;padding:6px 8px;border-radius:8px;text-align:center}
.ste-home-world{margin:60px auto;max-width:1440px}.ste-home-world__copy{text-align:center;max-width:760px;margin:0 auto 20px}.ste-home-world__copy>span{color:var(--ste-gold);font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:.78rem}.ste-home-world__copy h2{color:var(--ste-navy);font-size:clamp(2rem,4vw,3.4rem);margin:8px 0}.ste-home-world__copy p{color:var(--ste-muted)}.ste-home-world__copy a{display:inline-block;background:var(--ste-gold);color:var(--ste-navy);padding:12px 18px;border-radius:999px;text-decoration:none;font-weight:900}
.ste-explorer.is-compact .ste-catalog-search,.ste-explorer.is-compact .ste-filter-toggle,.ste-explorer.is-compact .ste-filter-panel,.ste-explorer.is-compact .ste-explorer__results-head,.ste-explorer.is-compact .ste-explorer__chips,.ste-explorer.is-compact .ste-explorer__results,.ste-explorer.is-compact .ste-explorer__empty{display:none}.ste-explorer.is-compact .ste-explorer__layout{display:block}.ste-explorer.is-compact .ste-map{height:340px}

/* Pagina prodotto */
.ste-product-page{background:#fff;color:var(--ste-ink)}
.ste-product-container{width:min(1240px,calc(100% - 40px));margin:0 auto}
.ste-product-hero{padding:42px 0 24px;background:linear-gradient(180deg,#f8fbfd,#fff)}
.ste-product-hero__heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px}.ste-product-eyebrow{color:var(--ste-gold);font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:.78rem}.ste-product-hero h1{font-size:clamp(2.2rem,5vw,4.6rem);line-height:1.02;color:var(--ste-navy);margin:8px 0}.ste-product-hero__heading p{color:var(--ste-muted);font-size:1.05rem;margin:0}.ste-product-hero__price{background:#fff;border:1px solid var(--ste-line);border-radius:18px;padding:15px 18px;min-width:240px;box-shadow:0 10px 24px rgba(8,41,68,.08);display:flex;flex-direction:column;align-items:flex-end}.ste-product-hero__price span{font-size:.76rem;color:var(--ste-muted)}.ste-product-hero__price strong{font-size:1.6rem;color:var(--ste-navy)}.ste-product-hero__price a{color:var(--ste-blue);font-weight:800;font-size:.82rem}
.ste-product-mosaic{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:230px 230px;gap:8px;border-radius:24px;overflow:hidden;position:relative;background:var(--ste-soft)}.ste-product-mosaic__item{display:block;overflow:hidden}.ste-product-mosaic__item.is-main{grid-row:1/3}.ste-product-mosaic img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.ste-product-mosaic a:hover img{transform:scale(1.025)}.ste-product-mosaic__all{position:absolute;right:18px;bottom:18px;background:#fff;color:var(--ste-navy);border-radius:999px;padding:10px 14px;text-decoration:none;font-weight:900;box-shadow:0 8px 18px rgba(0,0,0,.18)}
.ste-product-nav{position:sticky;top:0;z-index:70;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-top:1px solid var(--ste-line);border-bottom:1px solid var(--ste-line)}.admin-bar .ste-product-nav{top:32px}.ste-product-nav>div{display:flex;gap:8px;overflow:auto;scrollbar-width:none;padding:10px 0}.ste-product-nav a{white-space:nowrap;color:var(--ste-navy);text-decoration:none;padding:8px 12px;border-radius:999px;font-weight:800;font-size:.84rem}.ste-product-nav a:hover{background:var(--ste-gold-soft)}
.ste-product-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:36px;padding:42px 0}.ste-product-content{min-width:0}.ste-product-content h2{font-size:clamp(1.6rem,3vw,2.3rem);color:var(--ste-navy);margin-top:0}.ste-product-content p,.ste-product-content li{line-height:1.7}.ste-product-content>section,.ste-product-content .gsi-gallery,.ste-product-content .gsi-features-public{scroll-margin-top:90px}.ste-product-intro{background:var(--ste-soft);border-radius:20px;padding:24px;margin-bottom:30px}.ste-product-intro p{font-size:1.05rem}.ste-product-feature-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.ste-product-feature-badges span{background:#edf6f2;color:#235943;border-radius:999px;padding:7px 10px;font-size:.8rem;font-weight:700}.ste-product-sidebar{position:relative}.ste-product-booking-card{position:sticky;top:98px;border:1px solid var(--ste-line);border-radius:22px;padding:22px;background:#fff;box-shadow:var(--ste-shadow)}.admin-bar .ste-product-booking-card{top:130px}.ste-product-booking-card>span{color:var(--ste-muted);font-size:.8rem}.ste-product-booking-card>strong{display:block;font-size:2rem;color:var(--ste-navy);margin:3px 0 14px}.ste-product-booking-card ul{list-style:none;padding:0;margin:0 0 18px;display:grid;gap:10px}.ste-product-booking-card li{font-size:.86rem;color:var(--ste-muted);border-bottom:1px solid var(--ste-line);padding-bottom:8px}.ste-product-booking-card li b{color:var(--ste-navy)}
.ste-product-primary-button,.ste-product-secondary-button{display:block;text-align:center;text-decoration:none!important;border-radius:14px;padding:12px 16px;font-weight:900;margin-top:8px}.ste-product-primary-button{background:var(--ste-gold);color:var(--ste-navy)!important}.ste-product-secondary-button{background:var(--ste-navy);color:#fff!important}
.ste-product-offers,.ste-product-location,.ste-product-related{padding:60px 0;scroll-margin-top:80px}.ste-product-offers{background:var(--ste-soft)}.ste-product-location{background:#fff}.ste-product-related{background:#f8fbfd}.ste-section-heading{max-width:760px;margin-bottom:24px}.ste-section-heading span{color:var(--ste-gold);font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:.76rem}.ste-section-heading h2{font-size:clamp(2rem,4vw,3.2rem);color:var(--ste-navy);margin:7px 0}.ste-section-heading p{color:var(--ste-muted);font-size:1rem}
.ste-offer-table{display:grid;gap:10px}.ste-offer-table__head,.ste-offer-row{display:grid;grid-template-columns:1.1fr .8fr 1.35fr 1.2fr 1.05fr .9fr 1.35fr;gap:10px;align-items:center}.ste-offer-table__head{padding:0 14px;color:var(--ste-muted);font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.ste-offer-row{background:#fff;border:1px solid var(--ste-line);border-radius:16px;padding:14px;box-shadow:0 6px 18px rgba(8,41,68,.05)}.ste-offer-row>div{font-size:.84rem;color:var(--ste-ink);min-width:0}.ste-offer-row strong{color:var(--ste-navy);font-size:1rem}.ste-offer-row__actions{display:flex;gap:6px;justify-content:flex-end}.ste-offer-row__actions a{border:1px solid var(--ste-line);border-radius:10px;padding:8px 9px;text-decoration:none;color:var(--ste-navy);font-weight:800;font-size:.72rem;text-align:center}.ste-offer-row__actions a.is-primary{background:var(--ste-gold);border-color:var(--ste-gold)}.ste-product-empty-offers{background:#fff;border:1px solid var(--ste-line);border-radius:20px;padding:26px;max-width:720px}.ste-product-empty-offers h3{color:var(--ste-navy)}
.ste-product-map{height:460px;border-radius:22px;overflow:hidden;border:1px solid var(--ste-line);box-shadow:0 10px 26px rgba(8,41,68,.08)}
.ste-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.ste-related-grid article{background:#fff;border:1px solid var(--ste-line);border-radius:18px;overflow:hidden}.ste-related-media{height:170px;display:block;background:var(--ste-navy)}.ste-related-media img{width:100%;height:100%;object-fit:cover}.ste-related-media span{display:grid;place-items:center;height:100%;color:#fff}.ste-related-grid article>div{padding:14px}.ste-related-grid h3{font-size:1rem;line-height:1.3;margin:0 0 8px}.ste-related-grid h3 a{color:var(--ste-navy);text-decoration:none}.ste-related-grid p{font-size:.8rem;color:var(--ste-muted);line-height:1.5}
.ste-product-final-cta{background:linear-gradient(135deg,var(--ste-navy),#0f507c);color:#fff;padding:56px 0}.ste-product-final-cta>div{display:flex;align-items:center;justify-content:space-between;gap:30px}.ste-product-final-cta span{color:var(--ste-gold);font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:.76rem}.ste-product-final-cta h2{color:#fff;font-size:clamp(2rem,4vw,3.4rem);margin:8px 0}.ste-product-final-cta p{max-width:720px;color:#dbe8f2}.ste-product-final-cta__actions{min-width:250px}.ste-product-final-cta .ste-product-primary-button{margin-bottom:8px}.ste-product-final-cta .ste-product-secondary-button{background:#fff;color:var(--ste-navy)!important}

@media(max-width:1180px){
  .ste-catalog-search{grid-template-columns:1fr 1fr 1fr}.ste-catalog-search__field{border-right:0;border-bottom:1px solid var(--ste-line)}.ste-catalog-search__field--where{grid-column:span 2}.ste-catalog-search__submit{min-height:56px}
  .ste-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ste-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ste-offer-table__head{display:none}.ste-offer-row{grid-template-columns:repeat(3,minmax(0,1fr))}.ste-offer-row>div:before{content:attr(data-label);display:block;color:var(--ste-muted);font-size:.65rem;text-transform:uppercase;font-weight:900;margin-bottom:3px}.ste-offer-row__actions{grid-column:1/-1;justify-content:flex-start}
}
@media(max-width:900px){
  .ste-filter-toggle{display:inline-flex}.ste-explorer__layout{display:block}.ste-filter-panel{position:fixed;inset:0 auto 0 0;width:min(92vw,380px);max-height:none;border-radius:0;z-index:99999;transform:translateX(-105%);transition:transform .25s}.ste-filter-panel.is-open{transform:translateX(0)}.ste-filter-panel__head button{display:block}.ste-filter-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.48);z-index:99998}.ste-filters-open{overflow:hidden}.ste-filter-panel__actions{grid-template-columns:1fr 1.4fr}.ste-map{height:330px}
  .ste-product-hero__heading{align-items:flex-start;flex-direction:column}.ste-product-hero__price{align-items:flex-start;width:100%}.ste-product-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:260px 160px 160px}.ste-product-mosaic__item.is-main{grid-column:1/3;grid-row:auto}.ste-product-layout{grid-template-columns:1fr}.ste-product-booking-card{position:static}.ste-product-sidebar{order:-1}.ste-product-nav{top:0}.admin-bar .ste-product-nav{top:46px}.ste-product-final-cta>div{align-items:flex-start;flex-direction:column}.ste-product-final-cta__actions{width:100%}
}
@media(max-width:680px){
  .ste-global-search-shell{padding:10px}.ste-catalog-search--global{margin:0}.ste-map-toggle{align-items:flex-start;padding:13px}.ste-map-toggle strong{padding:8px 10px}.ste-map-toggle small{font-size:.72rem}
  .ste-explorer{margin:20px auto}.ste-catalog-search{grid-template-columns:1fr;padding:6px;border-radius:18px}.ste-catalog-search__field--where{grid-column:auto}.ste-catalog-search__field{border-bottom:1px solid var(--ste-line);padding:10px 12px}.ste-catalog-search__submit{min-height:50px}.ste-party-popover{position:fixed;left:18px;right:18px;top:auto;bottom:18px;width:auto;z-index:100001}.ste-grid{grid-template-columns:1fr}.ste-card__media{height:230px}.ste-map{height:300px}.ste-group__head h3{font-size:1.15rem}
  .ste-product-container{width:min(100% - 24px,1240px)}.ste-product-hero{padding-top:24px}.ste-product-hero h1{font-size:2.4rem}.ste-product-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:240px 120px}.ste-product-mosaic__item:nth-child(n+4){display:none}.ste-product-mosaic__item.is-main{grid-column:1/3}.ste-product-mosaic__all{right:10px;bottom:10px;font-size:.8rem}.ste-product-nav>div{padding:8px 0}.ste-product-layout{padding:26px 0}.ste-offer-row{grid-template-columns:1fr 1fr}.ste-offer-row__actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.ste-product-map{height:330px}.ste-related-grid{grid-template-columns:1fr}.ste-product-offers,.ste-product-location,.ste-product-related{padding:42px 0}.ste-product-final-cta{padding:42px 0}
}
@media(max-width:782px){.admin-bar .ste-product-nav{top:46px}}

.ste-catalog-search .leaflet-pane{z-index:auto}.ste-party-field{z-index:2}.ste-party-field:has(.ste-party-popover:not([hidden])){z-index:1500}.ste-party-popover[hidden]{display:none!important}.leaflet-container{z-index:1}

/* 2.0.2 · Ricerca multiservizio */
.ste-service-search{--ste-service-bg:#08466f;background:var(--ste-service-bg);border-radius:18px;box-shadow:0 16px 42px rgba(8,41,68,.18);overflow:visible;margin:0 0 28px;color:#fff;position:relative;z-index:1250}
.ste-service-tabs{display:flex;align-items:stretch;gap:0;padding:0 22px;overflow-x:auto;scrollbar-width:thin;border-bottom:1px solid rgba(255,255,255,.34);overscroll-behavior-x:contain}
.ste-service-tab{appearance:none;border:0;background:transparent;color:rgba(255,255,255,.88);display:flex;align-items:center;justify-content:center;gap:9px;padding:20px 18px 17px;white-space:nowrap;font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.015em;cursor:pointer;position:relative;min-height:68px}
.ste-service-tab:hover,.ste-service-tab:focus-visible{color:#fff;outline:none;background:rgba(255,255,255,.06)}
.ste-service-tab.is-active{color:#fff}
.ste-service-tab.is-active:after{content:"";position:absolute;left:12px;right:12px;bottom:-1px;height:5px;border-radius:5px 5px 0 0;background:#31a5df}
.ste-service-tab__icon{display:grid;place-items:center;flex:0 0 auto}
.ste-service-tab__icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ste-service-search__body{padding:22px 28px 20px}
.ste-service-search__top{display:flex;justify-content:space-between;gap:22px;align-items:end;margin-bottom:18px}
.ste-service-select-wrap{display:grid;gap:7px;color:#fff;font-weight:800;font-size:.86rem}
.ste-service-select-wrap select{min-width:220px;border:1px solid rgba(255,255,255,.86);border-radius:12px;background:transparent;color:#fff;padding:11px 40px 11px 14px;font-weight:700;min-height:52px}
.ste-service-select-wrap select option{color:#142033;background:#fff}
.ste-service-nationality{margin-left:auto;grid-template-columns:auto 220px;align-items:center}
.ste-service-fields{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:12px;align-items:stretch}
.ste-service-field{grid-column:span 3;background:#fff;border-radius:12px;display:flex;align-items:center;gap:12px;padding:10px 14px;min-height:64px;position:relative;color:var(--ste-ink);border:1px solid rgba(8,41,68,.08)}
.ste-service-field:first-child,.ste-service-field:nth-child(2){grid-column:span 3}
.ste-service-field>span:last-child{display:grid;gap:2px;min-width:0;flex:1}
.ste-service-field small{font-size:.76rem;color:#30465a;font-weight:800;line-height:1.15}
.ste-service-field input,.ste-service-field select{width:100%;min-width:0;border:0!important;background:transparent!important;box-shadow:none!important;color:#343b45!important;padding:2px 0!important;min-height:30px!important;font-size:.95rem!important}
.ste-service-field input:focus,.ste-service-field select:focus{outline:none}
.ste-service-field__icon{color:#259ed7;display:grid;place-items:center;flex:0 0 auto}
.ste-service-field__icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ste-service-guests>button{appearance:none;border:0;background:transparent;display:grid;gap:2px;text-align:left;min-width:0;flex:1;cursor:pointer;padding:0;color:var(--ste-ink)}
.ste-service-guests>button small{font-size:.76rem;color:#30465a;font-weight:800}.ste-service-guests>button b{font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ste-service-guests-popover{position:absolute;right:0;top:calc(100% + 10px);width:310px;background:#fff;border:1px solid var(--ste-line);border-radius:16px;box-shadow:0 22px 48px rgba(8,41,68,.22);padding:16px;z-index:10050;color:var(--ste-ink)}
.ste-service-guests-popover[hidden]{display:none!important}.ste-service-guests-popover label{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:8px 0;font-weight:700}.ste-service-guests-popover input{width:82px!important;border:1px solid var(--ste-line)!important;border-radius:10px!important;padding:8px!important;text-align:center}.ste-service-guests-popover>button{width:100%;border:0;border-radius:11px;background:var(--ste-navy);color:#fff;padding:10px;font-weight:900;cursor:pointer;margin-top:8px}
.ste-service-search__footer{display:flex;align-items:center;justify-content:flex-end;gap:20px;margin-top:12px}
.ste-service-search__footer p{margin:0 auto 0 0;color:rgba(255,255,255,.86);font-size:.78rem;line-height:1.45}
.ste-service-search__submit{min-width:190px;min-height:62px;border:0;border-radius:12px;background:#99d537;color:#fff;font-weight:900;font-size:1rem;cursor:pointer;padding:0 28px;box-shadow:0 9px 24px rgba(57,114,5,.18)}
.ste-service-search__submit:hover,.ste-service-search__submit:focus-visible{background:#a8df4d;outline:3px solid rgba(255,255,255,.28)}
.ste-global-search-shell{padding:14px 18px;background:#fff;border-bottom:1px solid var(--ste-line);z-index:1230}
.ste-global-search-shell .ste-service-search{margin:0 auto;max-width:1500px}
.ste-service-intent{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:18px 20px;border:1px solid #d7e4ee;border-left:5px solid var(--ste-gold);border-radius:16px;background:#f8fbfd;margin:-8px 0 22px}
.ste-service-intent span{font-size:.72rem;text-transform:uppercase;letter-spacing:.09em;color:var(--ste-gold);font-weight:900}.ste-service-intent h3{margin:4px 0;color:var(--ste-navy);font-size:1rem}.ste-service-intent p{margin:3px 0 0;color:var(--ste-muted);font-size:.84rem;line-height:1.5}
.ste-service-assistant{display:inline-flex;align-items:center;justify-content:center;min-width:180px;border-radius:12px;padding:12px 16px;background:var(--ste-navy);color:#fff!important;text-decoration:none!important;font-weight:900;white-space:nowrap}

@media(max-width:1260px){
  .ste-service-tab{padding-left:13px;padding-right:13px;font-size:.75rem}.ste-service-tab__icon svg{width:23px;height:23px}
  .ste-service-fields{grid-template-columns:repeat(6,minmax(0,1fr))}.ste-service-field{grid-column:span 2}.ste-service-field:first-child,.ste-service-field:nth-child(2){grid-column:span 3}
}
@media(max-width:900px){
  .ste-service-search{border-radius:16px}.ste-service-tabs{padding:0 10px}.ste-service-tab{padding:15px 13px 13px;min-height:58px}.ste-service-search__body{padding:17px}
  .ste-service-search__top{align-items:stretch}.ste-service-nationality{grid-template-columns:1fr;margin-left:0}.ste-service-select-wrap select{min-width:0;width:100%}
  .ste-service-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.ste-service-field,.ste-service-field:first-child,.ste-service-field:nth-child(2){grid-column:span 1}.ste-service-search__footer{align-items:stretch;flex-direction:column}.ste-service-search__submit{width:100%}.ste-service-search__footer p{order:2}
  .ste-service-intent{align-items:flex-start;flex-direction:column}.ste-service-assistant{width:100%}
}
@media(max-width:620px){
  .ste-global-search-shell{padding:8px}.ste-service-search{border-radius:14px;margin-bottom:18px}.ste-service-tabs{gap:2px}.ste-service-tab{flex-direction:column;gap:4px;padding:10px 12px 9px;font-size:.65rem;min-width:105px}.ste-service-tab__icon svg{width:22px;height:22px}
  .ste-service-search__body{padding:14px 10px}.ste-service-search__top{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ste-service-select-wrap{font-size:.72rem}.ste-service-select-wrap select{min-height:46px;padding:9px 30px 9px 10px;font-size:.8rem}
  .ste-service-fields{grid-template-columns:1fr;gap:8px}.ste-service-field,.ste-service-field:first-child,.ste-service-field:nth-child(2){grid-column:1}.ste-service-field{min-height:58px;padding:9px 11px}.ste-service-search__submit{min-height:52px}.ste-service-guests-popover{position:fixed;left:14px;right:14px;bottom:14px;top:auto;width:auto;z-index:100001}
}


/* 2.0.3 · Barra compatta, progressiva e accessibile */
.ste-service-search{max-width:1320px;margin-left:auto;margin-right:auto;border-radius:16px;box-shadow:0 12px 32px rgba(8,41,68,.14)}
.ste-service-tabs{padding:0 14px;min-height:48px}
.ste-service-tab{min-height:48px;padding:11px 13px 10px;font-size:.72rem;gap:7px}
.ste-service-tab__icon svg{width:22px;height:22px}
.ste-service-tab.is-active:after{height:4px;left:8px;right:8px}
.ste-service-search__body{padding:12px 14px 11px}
.ste-service-search__mainrow{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:10px;align-items:stretch}
.ste-service-fields{gap:8px}
.ste-service-field{min-height:52px;padding:7px 10px;border-radius:10px;gap:9px}
.ste-service-field small,.ste-service-guests>button small{font-size:.68rem}
.ste-service-field input,.ste-service-field select{font-size:.84rem!important;min-height:26px!important}
.ste-service-field__icon svg{width:22px;height:22px}
.ste-service-guests>button b{font-size:.84rem}
.ste-service-search__submit{min-width:0;min-height:52px;padding:0 18px;border-radius:10px;font-size:.92rem;box-shadow:none}
.ste-service-search__utility{display:flex;align-items:center;gap:14px;margin-top:7px;min-height:30px}
.ste-service-search__utility p{margin:0 0 0 auto;color:rgba(255,255,255,.82);font-size:.7rem;line-height:1.35;text-align:right}
.ste-service-search__options{appearance:none;border:1px solid rgba(255,255,255,.38);background:rgba(255,255,255,.06);color:#fff;border-radius:999px;min-height:30px;padding:4px 11px;display:inline-flex;align-items:center;gap:8px;font-size:.68rem;font-weight:800;cursor:pointer}
.ste-service-search__options b{font-size:1rem;line-height:1}
.ste-service-search__advanced[hidden]{display:none!important}
.ste-service-search__advanced{margin-bottom:9px;padding:8px 10px;background:rgba(255,255,255,.07);border-radius:10px}
.ste-service-search__top{margin:0;align-items:center}
.ste-service-select-wrap{font-size:.7rem;display:flex;align-items:center;gap:8px}
.ste-service-select-wrap select{min-width:180px;min-height:38px;padding:6px 32px 6px 10px;border-radius:9px;font-size:.76rem}
.ste-service-nationality{grid-template-columns:none;margin-left:auto}
.ste-global-search-shell{padding:12px 18px;background:#fff}
.ste-global-search-shell--home{padding:22px 18px 26px;border-bottom:0;background:linear-gradient(180deg,#fff 0%,#f7fafc 100%)}
.ste-global-search-shell--home .ste-service-search{margin-top:0;margin-bottom:0}
.ste-explorer__empty{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:22px;border:1px solid #d8e4ec;border-radius:16px;background:#f8fbfd;color:var(--ste-ink)}
.ste-explorer__empty[hidden]{display:none!important}
.ste-explorer__empty h3{margin:0 0 5px;color:var(--ste-navy);font-size:1.05rem}.ste-explorer__empty p{margin:0;color:var(--ste-muted);line-height:1.5}
.ste-explorer__empty-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#fff3d8;font-size:1.25rem}
.ste-empty-giulia{border:0;border-radius:11px;background:var(--ste-navy);color:#fff;min-height:44px;padding:10px 16px;font-weight:900;cursor:pointer;white-space:nowrap}

@media(max-width:1260px){
  .ste-service-search__mainrow{grid-template-columns:minmax(0,1fr) 135px}
  .ste-service-tab{padding-left:10px;padding-right:10px;font-size:.68rem}
}
@media(max-width:900px){
  .ste-service-search__mainrow{grid-template-columns:1fr}
  .ste-service-search__submit{width:100%}
  .ste-service-search__utility{align-items:flex-start;flex-direction:column;gap:7px}.ste-service-search__utility p{text-align:left;margin:0}
  .ste-service-search__top{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ste-service-select-wrap{display:grid;gap:5px}.ste-service-select-wrap select{width:100%;min-width:0}
  .ste-explorer__empty{grid-template-columns:auto 1fr}.ste-empty-giulia{grid-column:1/-1;width:100%}
}
@media(max-width:620px){
  .ste-global-search-shell,.ste-global-search-shell--home{padding:10px 8px 14px}
  .ste-service-search{border-radius:13px}.ste-service-tabs{min-height:56px;padding:0 6px}.ste-service-tab{min-height:54px;min-width:96px;padding:8px 9px 7px;font-size:.61rem}
  .ste-service-search__body{padding:10px 8px 9px}.ste-service-fields{gap:7px}.ste-service-field{min-height:50px;padding:7px 9px}
  .ste-service-search__top{grid-template-columns:1fr}.ste-service-search__utility p{display:none}.ste-service-search__options{min-height:36px}
}

/* 2.0.3 · Una sola riga di campi su desktop */
@media(min-width:1261px){
  .ste-service-fields{grid-template-columns:repeat(var(--ste-field-count,4),minmax(0,1fr))}
  .ste-service-field,.ste-service-field:first-child,.ste-service-field:nth-child(2){grid-column:auto}
}


/* v2.0.4 — posizione homepage vincolata sotto le scorciatoie principali */
.home .sdv-quick-paths + .ste-global-search-shell--home,
.front-page .sdv-quick-paths + .ste-global-search-shell--home{
  padding-top:0;
  margin-top:0;
  border-top:0;
}
.home .sdv-quick-paths + .ste-global-search-shell--home .ste-global-search-shell__inner,
.front-page .sdv-quick-paths + .ste-global-search-shell--home .ste-global-search-shell__inner{
  max-width:1320px;
  margin:0 auto;
}
@media(max-width:760px){
  .home .sdv-quick-paths + .ste-global-search-shell--home,
  .front-page .sdv-quick-paths + .ste-global-search-shell--home{padding-top:0;}
}

/* 2.0.5 · Compilazione assistita, calendari e età bambini */
.ste-place-field{overflow:visible!important;z-index:20}
.ste-place-field:focus-within{z-index:10080}
.ste-place-suggestions{position:absolute;left:0;right:0;top:calc(100% + 7px);z-index:10090;max-height:310px;overflow:auto;background:#fff;border:1px solid #d7e3ec;border-radius:14px;box-shadow:0 22px 50px rgba(8,41,68,.22);padding:6px;color:var(--ste-ink)}
.ste-place-suggestions[hidden]{display:none!important}
.ste-place-suggestions button{appearance:none;width:100%;border:0;background:#fff;border-radius:10px;padding:10px 12px;display:grid;gap:3px;text-align:left;cursor:pointer;color:var(--ste-ink)}
.ste-place-suggestions button:hover,.ste-place-suggestions button:focus-visible,.ste-place-suggestions button.is-active{background:#eef6fb;outline:none}
.ste-place-suggestions strong{font-size:.88rem;line-height:1.2;color:var(--ste-navy)}
.ste-place-suggestions small{font-size:.7rem;color:#617485;white-space:normal;line-height:1.35}
.ste-date-field .flatpickr-input[readonly]{cursor:pointer}
.flatpickr-calendar{font-family:inherit;border-radius:18px!important;border:1px solid #d8e4ec!important;box-shadow:0 24px 60px rgba(8,41,68,.24)!important;overflow:hidden;z-index:100500!important}
.flatpickr-months{background:linear-gradient(135deg,#082b4c,#17648e);padding:7px 5px}
.flatpickr-months .flatpickr-month,.flatpickr-current-month,.flatpickr-current-month .flatpickr-monthDropdown-months,.flatpickr-current-month input.cur-year{color:#fff!important;fill:#fff!important}
.flatpickr-current-month .flatpickr-monthDropdown-months option{color:#142033;background:#fff}
.flatpickr-prev-month,.flatpickr-next-month{color:#fff!important;fill:#fff!important;top:7px!important}
.flatpickr-weekdays{background:#f3f7fa}.flatpickr-weekday{color:#425a6d!important;font-weight:800!important}
.flatpickr-day{border-radius:10px!important;font-weight:700;color:#18334c}
.flatpickr-day.today{border-color:var(--ste-gold)!important;color:#8b621b!important}
.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange{background:var(--ste-gold)!important;border-color:var(--ste-gold)!important;color:#082b4c!important}
.ste-service-guests-popover{width:370px;padding:15px 16px 16px}
.ste-guests-title{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:9px;border-bottom:1px solid #e5edf3;margin-bottom:4px}
.ste-guests-title strong{color:var(--ste-navy);font-size:1rem}
.ste-guests-title button{appearance:none;border:0;background:#eff5f8;width:32px;height:32px;border-radius:50%;font-size:1.25rem;line-height:1;cursor:pointer;color:var(--ste-navy)}
.ste-guest-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #edf2f6;font-weight:800}
.ste-number-stepper{display:grid;grid-template-columns:34px 54px 34px;gap:5px;align-items:center}
.ste-number-stepper button{appearance:none;border:1px solid #cddce7;background:#fff;color:var(--ste-navy);width:34px;height:34px;border-radius:50%;font-size:1.2rem;font-weight:900;cursor:pointer;display:grid;place-items:center}
.ste-number-stepper button:hover,.ste-number-stepper button:focus-visible{background:#eef6fb;border-color:#8ab6cf;outline:none}
.ste-number-stepper input{width:54px!important;min-height:34px!important;border:0!important;text-align:center!important;font-weight:900!important;padding:0!important;-moz-appearance:textfield}
.ste-number-stepper input::-webkit-outer-spin-button,.ste-number-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.ste-child-ages{display:grid;gap:8px;padding:11px 0 3px}
.ste-child-ages[hidden]{display:none!important}
.ste-child-ages label{display:grid!important;grid-template-columns:1fr 150px;align-items:center;gap:12px;padding:0!important;font-weight:800}
.ste-child-ages label span{display:block}.ste-child-ages label small{display:block;color:#687c8c;font-size:.66rem;font-weight:600;margin-top:2px}
.ste-child-ages select{width:100%;border:1px solid #cddce7;border-radius:10px;padding:8px 10px;background:#fff;color:var(--ste-ink);font-weight:700;min-height:40px}
.ste-guests-error{margin:8px 0 0;color:#a12929;font-size:.75rem;line-height:1.35;font-weight:700}
.ste-guests-error[hidden]{display:none!important}
.ste-guests-confirm{width:100%;border:0;border-radius:11px;background:var(--ste-navy);color:#fff;padding:11px;font-weight:900;cursor:pointer;margin-top:10px}

@media(max-width:620px){
  .ste-place-suggestions{position:fixed;left:10px;right:10px;top:auto;bottom:10px;max-height:55vh;border-radius:18px;z-index:100500}
  .ste-service-guests-popover{width:auto;max-height:82vh;overflow:auto}
  .ste-child-ages label{grid-template-columns:1fr 130px}
  .flatpickr-calendar{width:calc(100vw - 20px)!important;left:10px!important;right:10px!important}
}
.ste-place-attribution{display:block;padding:7px 10px 5px;text-align:right;color:#5f7383!important;font-size:.63rem;text-decoration:none!important}


/* v2.0.6 — barra homepage immediatamente sotto i cinque pulsanti */
.home .sdv-quick-paths-grid + .ste-global-search-shell--home,
.front-page .sdv-quick-paths-grid + .ste-global-search-shell--home{
  display:block;
  width:100%;
  margin:16px 0 0;
  padding:0 18px;
  border:0;
  background:transparent;
  box-sizing:border-box;
}
.home .sdv-quick-paths-grid + .ste-global-search-shell--home .ste-global-search-shell__inner,
.front-page .sdv-quick-paths-grid + .ste-global-search-shell--home .ste-global-search-shell__inner{
  width:100%;
  max-width:1320px;
  margin:0 auto;
}
.home .sdv-quick-paths-grid + .ste-global-search-shell--home .ste-service-search,
.front-page .sdv-quick-paths-grid + .ste-global-search-shell--home .ste-service-search{
  margin:0;
}
@media(max-width:760px){
  .home .sdv-quick-paths-grid + .ste-global-search-shell--home,
  .front-page .sdv-quick-paths-grid + .ste-global-search-shell--home{
    margin-top:12px;
    padding:0 8px;
  }
}


/* v2.0.7 — la ricerca sostituisce le cinque scorciatoie del tema */
.ste-search-replaced-quickpaths .sdv-quick-paths{display:none!important}
.ste-global-search-shell--replaces-quickpaths{
  position:relative;
  z-index:8;
  width:100%;
  margin:-44px 0 0;
  padding:0 18px 28px;
  border:0;
  background:linear-gradient(180deg,transparent 0,transparent 44px,#fff 44px,#f8fafc 100%);
  box-sizing:border-box;
}
.ste-global-search-shell--replaces-quickpaths .ste-global-search-shell__inner{
  width:100%;
  max-width:1420px;
  margin:0 auto;
}
.ste-global-search-shell--replaces-quickpaths .ste-service-search{
  margin:0;
  border:1px solid rgba(255,255,255,.55);
  border-radius:20px;
  box-shadow:0 18px 46px rgba(8,41,68,.18);
}
.ste-global-search-shell--replaces-quickpaths + *{position:relative;z-index:1}
@media(max-width:1060px){
  .ste-global-search-shell--replaces-quickpaths{margin-top:-34px;padding-left:14px;padding-right:14px}
}
@media(max-width:760px){
  .ste-global-search-shell--replaces-quickpaths{
    margin-top:-22px;
    padding:0 8px 18px;
    background:linear-gradient(180deg,transparent 0,transparent 22px,#fff 22px,#f8fafc 100%);
  }
  .ste-global-search-shell--replaces-quickpaths .ste-service-search{border-radius:15px}
}
