#hc-alert-container{
  position:fixed;
  bottom:1rem;
  right:1rem;
  z-index:2000;
  display:flex;
  flex-direction:column;
  gap:.5rem;
}
#hc-alert-container .hc-alert{
  font-family:system-ui,-apple-system,sans-serif;
  opacity:0;
  transition:opacity .3s ease;
}
#hc-alert-container .hc-alert.show{opacity:1;}
