.notification-center section header {
    flex-wrap: wrap;
}

.notification-center section header button {
    white-space: nowrap;
    cursor: pointer;
}

.notification-center section header button[data-delete-all] {
    color: #fda4af;
}

.notification-manager-actions .button-danger {
    white-space: nowrap;
}

@media (max-width: 520px) {
    .notification-center section header h2 {
        flex-basis: 100%;
    }
}
