/* Increase the logo height and remove default padding if needed */
.md-header__button.md-logo {
    margin: 0;
    padding: 4px; /* Default is slightly more; reduce to let logo fill more space */
  }
  
  .md-header__button.md-logo img, 
  .md-header__button.md-logo svg {
    height: 2.0rem; /* Adjust this value (default is ~1.2rem) */
    width: auto;    /* Maintains aspect ratio */
  }