html body .site-header .header-icons .search-toggle,
html body .site-header .header-icons button.search-toggle {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

html body .search-overlay.active .search-close {
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

html body .search-overlay.active .search-close .icon,
html body .search-overlay.active .search-close svg,
html body .search-overlay.active .search-close svg.icon-xmark,
html body .search-overlay.active .search-close .icon-xmark,
html body .nav-close .icon,
html body .nav-close svg {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  font-size: 20px !important;
  fill: currentColor !important;
  flex-shrink: 0 !important;
}

html body .search-overlay:not(.active) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

html body .search-overlay:not(.active) .search-close,
html body .search-overlay:not(.active) .search-form,
html body .search-overlay:not(.active) form[role="search"],
html body .search-overlay:not(.active) input[type="search"][name="s"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html body .search-overlay.active {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 999999 !important;
  padding: 80px 16px 40px !important;
  align-items: flex-start !important;
  justify-content: center !important;
  overflow: auto !important;
  background: rgba(0, 0, 0, .9) !important;
}
