/* ===== DC AGENTS BASE STYLES ===== */
/* This file contains minimal base styles that don't belong in theme or layout files */

/* Navbar brand spacing */
.navbar-brand {
    padding-left: 1rem;
}

/* Profile picture in navbar */
.profile-picture {
    margin-right: 8px;
}
