﻿#hcPublicFabStack{
  position:fixed;
  right:max(16px,env(safe-area-inset-right,0px));
  bottom:max(16px,env(safe-area-inset-bottom,0px));
  left:auto;
  z-index:2147482990;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  align-items:flex-end;
  gap:12px;
  max-width:min(calc(100vw - 28px),22rem);
  pointer-events:none;
  box-sizing:border-box;
}
#hcPublicFabStack>*{pointer-events:auto;}
#hcPublicFabStack .hc-appt-book-widget{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  transform:none!important;
  max-width:100%;
}
#hcPublicFabStack a.hc-whatsapp{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  transform:none!important;
  max-width:100%;
  z-index:auto!important;
}
