/* Mobile Menu Button Size - Consistent with new design */
#mobile-menu-button {
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#mobile-menu-button .material-symbols-outlined {
  font-size: 28px !important;
  width: 28px !important;
  height: 28px !important;
  line-height: 1 !important;
}

header #mobile-menu-button,
header.sticky #mobile-menu-button {
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 8px !important;
}

header #mobile-menu-button .material-symbols-outlined,
header.sticky #mobile-menu-button .material-symbols-outlined {
  font-size: 28px !important;
  width: 28px !important;
  height: 28px !important;
}
