.hs_beacon {
  background: var(--blue-400);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--neutral-0);
  font-size: 24px;
  position: fixed;
  z-index: 1050;
  bottom: 32px;
  right: 32px;
  cursor: pointer;
}

.hs_beacon:hover { background: var(--blue-500); }

#beacon-container .BeaconContainer { max-height: 540px; }
