.notification_popup {
    width: 700px !important;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37) !important;

    background-color: rgb(17 17 17 / 89%) !important;
}


body.sticky-player-visible #notification-container {
    /* Move o container para cima pela altura do player mais o espaçamento padrão */
    bottom: calc(var(--player-height, 68px) + 2rem); /* 2rem = bottom-8 */
    transition: bottom 0.3s ease-in-out;
}