.bbr-toast__container {
  position: fixed;
  top: 1.5rem;
  z-index: 9999;
  min-width: 280px;
  max-width: 420px;
}
.bbr-toast__container--right {
  right: 1.5rem;
}
.bbr-toast__container--left {
  left: 1.5rem;
}
