#notifications_alert,
#notifications {
    box-shadow: unset;
}

#notifications_alert .container,
#notifications .container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#notifications_alert .container > .alert,
#notifications .container > .alert {
    box-shadow: none;
    border-radius: 12px;
    box-shadow: var(--shadow-100-light);
}