/**
 * notification-bar.css
 * ------------------------------------------------------------
 * Notification bar styles.
 *
 * Contains:
 * - Global notification/announcement bar styling
 *
 * This file controls the appearance of the notification bar
 * displayed across the application for announcements,
 * alerts, or important messages.
 * ------------------------------------------------------------
 */

/* Notification and announcement bar */
.notification-bar {
    background: var(--bs-warning);
    padding: 8px 10px;
    font-size: 14px;
    position: relative;
    z-index: 9998;
}