/**
 * navbar.css
 * ------------------------------------------------------------
 * Navigation bar styles.
 *
 * Contains:
 * - Navbar brand layout
 * - Brand logo styling
 *
 * This file controls the appearance and alignment of
 * navigation bar branding elements used across the application.
 * ------------------------------------------------------------
 */

/* Navbar brand container */
.navbar-brand {
    display: flex;
    align-items: center;
}

/* Navbar logo image */
.navbar-logo {
    height: 40px;
    display: block;
}