.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;

    &--right {
        right: 1.5rem;
    }

    &--left {
        left: 1.5rem;
    }

    .bbr-notification-entry {
        pointer-events: all;
        animation: bbr-fade-in 0.2s ease;
    }
}
