/* Logo Size Control */
.navbar-brand img,
.site-logo img {
    max-height: 50px !important;
    width: auto;
    object-fit: contain;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .navbar-brand img,
    .site-logo img {
        max-height: 35px !important;
    }
}