/* === Custom Logo Resize === */
.app-nav-header .logo img {
    width: auto !important;
    height: 100px !important; /* Change size here */
    max-height: none !important;
    object-fit: contain;
}

/* Optional - keep header spacing balanced */
.app-nav-header {
    min-height: 100px !important;
    align-items: center !important;
}
