
/* v37 — menu-open search is literally the same control as the closed header search. */
.site-menu__top .site-menu__search-button.nav_search_button.search-control{
  justify-self:end!important;
  align-self:center!important;
  color:#f8f8f8!important;
  border-color:currentColor!important;
  background:transparent!important;
  transform:none!important;
}
.site-menu__top .site-menu__search-button.nav_search_button.search-control:hover{
  transform:scale(1.06)!important;
}
/* No legacy menu-mark sizing can affect this button anymore. */
.site-menu__top .site-menu__search-button.nav_search_button.search-control svg{
  width:54%!important;
  height:54%!important;
}
