/* Navbar brand styles for Motoboy Ajato */
.navbar-brand { white-space: nowrap; }
.navbar-brand-text { display:flex; flex-direction:row; align-items:center; gap:8px; margin-left:0; }
.navbar-brand-text .brand-word {
    font-family: 'Poppins', Arial, sans-serif;
    font-weight:600;
    color: #212529;
    font-size: 18px;
}
.navbar-brand-text .brand-name {
    font-family: 'Poppins', Arial, sans-serif;
    font-weight:700;
    color: #212529;
    font-size: 18px;
    line-height: 1;
    display:inline-block;
}
@media (max-width: 576px) {
    .navbar-brand-text .brand-word { font-size: 15px; }
    .navbar-brand-text .brand-name { font-size: 15px; }
}
@media (max-width: 576px) {
    .navbar-brand-logo { height: 36px !important; }
}
/* Navbar brand styles moved from inline to file */
.navbar-brand { white-space: nowrap; }
.navbar-brand-logo { display: inline-block; vertical-align: middle; height:40px; width:auto; }
.navbar-brand-text {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1;
    color: #212529;
    white-space: nowrap;
}
.navbar-brand-text .text-primary { color: #d9534f; }
@media (max-width: 576px) {
    .navbar-brand-logo { height: 32px !important; }
    .navbar-brand-text { font-size: 0.95rem; }
}
