/* Correzioni condivise per tutte le guide OVVO Camping */
html,body{overflow-x:hidden}

/* Pulsante WhatsApp: dimensioni isolate da qualunque regola SVG/immagine della guida */
body > a.whatsapp-float,
a.whatsapp-float{
  position:fixed!important;
  right:20px!important;
  bottom:20px!important;
  z-index:9999!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  width:auto!important;
  max-width:220px!important;
  height:52px!important;
  min-height:52px!important;
  padding:0 17px!important;
  margin:0!important;
  border:0!important;
  border-radius:999px!important;
  background:#176b3a!important;
  color:#fff!important;
  text-decoration:none!important;
  font:800 14px/1 Arial,Helvetica,sans-serif!important;
  box-shadow:0 14px 32px rgba(21,42,33,.28)!important;
  overflow:hidden!important;
  transform:none!important;
}
body > a.whatsapp-float:hover,
a.whatsapp-float:hover{background:#11552e!important;transform:translateY(-2px)!important}
body > a.whatsapp-float svg,
a.whatsapp-float svg{
  display:block!important;
  flex:0 0 24px!important;
  width:24px!important;
  min-width:24px!important;
  max-width:24px!important;
  height:24px!important;
  min-height:24px!important;
  max-height:24px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  object-fit:contain!important;
  transform:none!important;
}
body > a.whatsapp-float svg path,
a.whatsapp-float svg path{vector-effect:non-scaling-stroke}
body > a.whatsapp-float span,
a.whatsapp-float span{display:inline!important;white-space:nowrap!important;color:#fff!important}

/* Footer unificato e protetto dalle regole locali delle guide */
body > footer.guide-site-footer,
footer.guide-site-footer{
  display:block!important;
  position:relative!important;
  width:100%!important;
  margin:0!important;
  padding:44px 0 24px!important;
  background:#152a21!important;
  color:#f7f3e8!important;
  border:0!important;
  border-radius:0!important;
  overflow:hidden!important;
}
footer.guide-site-footer > .wrap{
  width:min(1180px,calc(100% - 32px))!important;
  max-width:1180px!important;
  margin:0 auto!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)!important;
  gap:30px 54px!important;
  align-items:start!important;
}
footer.guide-site-footer h3{margin:0 0 10px!important;color:#fff!important;font-size:1.45rem!important;line-height:1.2!important}
footer.guide-site-footer p{margin:0 0 12px!important;color:#dce8df!important;line-height:1.6!important}
footer.guide-site-footer a{color:#eef7f1!important;text-decoration:none!important}
footer.guide-site-footer a:hover{text-decoration:underline!important}
footer.guide-site-footer .footer-demo{display:inline-block!important;margin-top:4px!important;font-weight:800!important;color:#9fe0b0!important}
footer.guide-site-footer .foot-links{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px 20px!important;
  list-style:none!important;
  margin:0!important;
  padding:0!important;
  columns:auto!important;
}
footer.guide-site-footer .foot-links li{margin:0!important;padding:0!important;list-style:none!important}
footer.guide-site-footer .foot-links a{display:block!important;padding:3px 0!important;font-size:.94rem!important}
footer.guide-site-footer .foot-bottom{
  grid-column:1/-1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin-top:8px!important;
  padding-top:20px!important;
  border-top:1px solid rgba(255,255,255,.14)!important;
  color:#c9d8ce!important;
  font-size:.88rem!important;
}
footer.guide-site-footer .legal-links{white-space:normal!important}
footer.guide-site-footer button.cookie-settings-link{border:0!important;background:transparent!important;color:#eef7f1!important;padding:0!important;font:inherit!important;cursor:pointer!important}

@media(max-width:760px){
  body > a.whatsapp-float,
  a.whatsapp-float{right:12px!important;bottom:12px!important;width:52px!important;max-width:52px!important;padding:0!important;gap:0!important}
  body > a.whatsapp-float span,
  a.whatsapp-float span{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}
  footer.guide-site-footer{padding:36px 0 20px!important}
  footer.guide-site-footer > .wrap{grid-template-columns:1fr!important;gap:26px!important}
  footer.guide-site-footer .foot-links{grid-template-columns:1fr 1fr!important}
  footer.guide-site-footer .foot-bottom{flex-direction:column!important;align-items:flex-start!important}
}
@media(max-width:430px){footer.guide-site-footer .foot-links{grid-template-columns:1fr!important}}
