/* High Season public website: telephone and WhatsApp only */
.high-season-contact-actions{
  display:inline-flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.high-season-contact-actions .btn{margin:0}
.high-season-whatsapp{
  border-color:#1f7a4c!important;
}
@media(max-width:640px){
  .high-season-contact-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    width:100%;
  }
  .high-season-contact-actions .btn{
    width:100%;
    min-width:0;
    text-align:center;
  }
}
