/* GO v60: restore native search page flow, remove popup search and compact header search. */
html body:not(.wp-admin) .go-v24-search-modal,
html body:not(.wp-admin) .go-v24-search-modal[hidden] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
html body.go-v24-search-open {
  overflow: auto !important;
}
html body:not(.wp-admin) .go-v24-search-icon-button {
  display: none !important;
}
html body:not(.wp-admin) header#site-header.go-v24-header .go-v24-header-search {
  width: min(352px, 23vw) !important;
  min-width: 224px !important;
  max-width: 352px !important;
  height: 32px !important;
  min-height: 32px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 34px !important;
  align-items: center !important;
  overflow: hidden !important;
  border-radius: 7px !important;
  background: rgba(255, 255, 255, .075) !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  box-shadow: none !important;
}
html body:not(.wp-admin):not(.dark-mode):not(.newsx-dark-mode) header#site-header.go-v24-header .go-v24-header-search {
  background: #f2f2f5 !important;
  border-color: rgba(8, 10, 16, .12) !important;
}
html body:not(.wp-admin) header#site-header.go-v24-header .go-v24-header-search input {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 10px !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
html body:not(.wp-admin):not(.dark-mode):not(.newsx-dark-mode) header#site-header.go-v24-header .go-v24-header-search input {
  color: #11141b !important;
}
html body:not(.wp-admin) header#site-header.go-v24-header .go-v24-header-search input::placeholder {
  color: rgba(255, 255, 255, .58) !important;
}
html body:not(.wp-admin):not(.dark-mode):not(.newsx-dark-mode) header#site-header.go-v24-header .go-v24-header-search input::placeholder {
  color: rgba(8, 10, 16, .48) !important;
}
html body:not(.wp-admin) header#site-header.go-v24-header .go-v24-header-search input::-webkit-search-cancel-button,
html body:not(.wp-admin) header#site-header.go-v24-header .go-v24-header-search input::-webkit-search-decoration,
html body:not(.wp-admin) header#site-header.go-v24-header .go-v24-header-search input::-webkit-search-results-button,
html body:not(.wp-admin) header#site-header.go-v24-header .go-v24-header-search input::-webkit-search-results-decoration {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  -webkit-appearance: none !important;
}
html body:not(.wp-admin) header#site-header.go-v24-header .go-v24-header-search button[type="submit"] {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  place-items: center !important;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, .13) !important;
  background: transparent !important;
  color: currentColor !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}
html body:not(.wp-admin):not(.dark-mode):not(.newsx-dark-mode) header#site-header.go-v24-header .go-v24-header-search button[type="submit"] {
  color: #11141b !important;
  border-left-color: rgba(8, 10, 16, .12) !important;
}
html body:not(.wp-admin) header#site-header.go-v24-header .go-v24-header-search button[type="submit"]:hover,
html body:not(.wp-admin) header#site-header.go-v24-header .go-v24-header-search button[type="submit"]:focus-visible {
  color: #c7f000 !important;
  background: rgba(199, 240, 0, .08) !important;
  outline: 0 !important;
}
html body:not(.wp-admin):not(.dark-mode):not(.newsx-dark-mode) header#site-header.go-v24-header .go-v24-header-search button[type="submit"]:hover,
html body:not(.wp-admin):not(.dark-mode):not(.newsx-dark-mode) header#site-header.go-v24-header .go-v24-header-search button[type="submit"]:focus-visible {
  color: #2800f0 !important;
  background: rgba(40, 0, 240, .07) !important;
}
html body:not(.wp-admin) header#site-header.go-v24-header .go-v24-header-search svg {
  width: 16px !important;
  height: 16px !important;
  display: block !important;
  fill: currentColor !important;
}

html body:not(.wp-admin) .go-v24-offcanvas-search-row {
  padding: 16px 18px 10px !important;
}
html body:not(.wp-admin) .go-v24-offcanvas-search-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 44px !important;
  align-items: center !important;
  min-height: 46px !important;
  width: 100% !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .055) !important;
  overflow: hidden !important;
}
html body:not(.wp-admin) .go-v24-offcanvas-search-form input {
  width: 100% !important;
  min-width: 0 !important;
  height: 46px !important;
  padding: 0 13px !important;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
  outline: 0 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
html body:not(.wp-admin) .go-v24-offcanvas-search-form input::placeholder {
  color: rgba(255, 255, 255, .62) !important;
}
html body:not(.wp-admin) .go-v24-offcanvas-search-form button[type="submit"] {
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 46px !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, .12) !important;
  background: transparent !important;
  color: #fff !important;
  cursor: pointer !important;
}
html body:not(.wp-admin) .go-v24-offcanvas-search-form button[type="submit"]:hover,
html body:not(.wp-admin) .go-v24-offcanvas-search-form button[type="submit"]:focus-visible {
  color: #c7f000 !important;
  background: rgba(199, 240, 0, .08) !important;
  outline: 0 !important;
}
html body:not(.wp-admin) .go-v24-offcanvas-search-form svg {
  width: 17px !important;
  height: 17px !important;
}

body.search .go-src-page {
  display: block !important;
  min-height: 60vh !important;
}
body.search .go-src-search-form input {
  -webkit-appearance: none !important;
  appearance: none !important;
}

@media screen and (max-width: 768px) {
  html body:not(.wp-admin) header#site-header.go-v24-header .go-v24-header-inner {
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    gap: 7px !important;
  }
  html body:not(.wp-admin) header#site-header.go-v24-header .go-v24-header-left {
    gap: 7px !important;
    min-width: 0 !important;
  }
  html body:not(.wp-admin) header#site-header.go-v24-header .go-v24-main-nav {
    display: none !important;
  }
  html body:not(.wp-admin) header#site-header.go-v24-header .go-v24-header-actions {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
  html body:not(.wp-admin) header#site-header.go-v24-header form.go-v24-header-search,
  html body:not(.wp-admin) header#site-header.go-v24-header .go-v24-header-search {
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex: 1 1 auto !important;
    width: clamp(132px, 41vw, 186px) !important;
    min-width: 132px !important;
    max-width: 186px !important;
    height: 31px !important;
    min-height: 31px !important;
    max-height: 31px !important;
    grid-template-columns: minmax(0, 1fr) 31px !important;
    pointer-events: auto !important;
    overflow: hidden !important;
  }
  html body:not(.wp-admin) header#site-header.go-v24-header .go-v24-header-search input {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 31px !important;
    min-height: 31px !important;
    max-height: 31px !important;
    padding: 0 8px !important;
    border: 0 !important;
    font-size: 11px !important;
    pointer-events: auto !important;
  }
  html body:not(.wp-admin) header#site-header.go-v24-header .go-v24-header-search button[type="submit"] {
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 31px !important;
    min-width: 31px !important;
    max-width: 31px !important;
    height: 31px !important;
    min-height: 31px !important;
    max-height: 31px !important;
    pointer-events: auto !important;
  }
  html body:not(.wp-admin) header#site-header.go-v24-header .go-v24-header-search svg {
    width: 15px !important;
    height: 15px !important;
  }
  html body:not(.wp-admin) header#site-header.go-v24-header .go-v24-search-icon-button {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    pointer-events: none !important;
  }
}

@media screen and (max-width: 420px) {
  html body:not(.wp-admin) header#site-header.go-v24-header form.go-v24-header-search,
  html body:not(.wp-admin) header#site-header.go-v24-header .go-v24-header-search {
    width: clamp(112px, 35vw, 146px) !important;
    min-width: 112px !important;
    max-width: 146px !important;
  }
  html body:not(.wp-admin) header#site-header.go-v24-header .go-v24-header-search input {
    font-size: 10.5px !important;
    padding-inline: 7px !important;
  }
  html body:not(.wp-admin) header#site-header.go-v24-header .go-v24-header-search input::placeholder {
    color: transparent !important;
  }
}
