/* OVVO - azioni flottanti: WhatsApp a sinistra, chiamata a destra */
.ovvo-float-actions{
  display:contents!important;
}
.ovvo-float-actions>a,
.ovvo-float-actions>button{
  position:fixed!important;
  bottom:20px!important;
  z-index:9000!important;
  min-height:50px!important;
  height:50px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  padding:0 17px!important;
  margin:0!important;
  transform:none!important;
  font:800 14px/1 Arial,Helvetica,sans-serif!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  box-sizing:border-box!important;
  box-shadow:0 14px 30px rgba(15,42,33,.24)!important;
}
.ovvo-float-actions .ovvo-float-whatsapp{
  left:20px!important;
  right:auto!important;
  background:#176b3a!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.12)!important;
}
.ovvo-float-actions .ovvo-float-booking{
  right:20px!important;
  left:auto!important;
  background:#152a21!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.12)!important;
  cursor:pointer!important;
}
.ovvo-float-actions .ovvo-float-whatsapp svg{
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  max-width:22px!important;
  min-height:22px!important;
  max-height:22px!important;
  flex:0 0 22px!important;
  display:block!important;
}
.ovvo-float-actions>a:hover,
.ovvo-float-actions>button:hover{transform:translateY(-2px)!important}
@media(max-width:640px){
  .ovvo-float-actions>a,
  .ovvo-float-actions>button{bottom:12px!important}
  .ovvo-float-actions .ovvo-float-whatsapp{left:12px!important;right:auto!important}
  .ovvo-float-actions .ovvo-float-booking{right:12px!important;left:auto!important}
}
@media(max-width:430px){
  .ovvo-float-actions>a,
  .ovvo-float-actions>button{height:48px!important;min-height:48px!important;padding:0 14px!important;font-size:12px!important}
  .ovvo-float-actions .ovvo-float-label{display:inline!important;position:static!important;width:auto!important;height:auto!important;overflow:visible!important;clip:auto!important}
}
