.bbr-notification-container {
  position: fixed;
  top: 1.5rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 280px;
  max-width: 420px;
  pointer-events: none;
}
.bbr-notification-container--right {
  right: 1.5rem;
}
.bbr-notification-container--left {
  left: 1.5rem;
}
.bbr-notification-container .bbr-notification-entry {
  pointer-events: all;
  animation: bbr-fade-in 0.2s ease;
}
