/* Turn off max-width restriction on the logo and force a larger size */
nav[role="navigation"] a img {
    max-width: none !important; /* Override mw5-ns */
    height: 4rem !important;    /* Make it taller (default is usually constrained by text size) */
    width: auto !important;
}

/* Ensure navbar accommodates the larger logo */
nav[role="navigation"] .items-center {
    align-items: center;
}
