.et-search-form[data-second-baton='static-search-index'] {
  position: relative;
}

.static-search-results {
  position: absolute;
  z-index: 100001;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  max-height: min(65vh, 520px);
  overflow: auto;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 12px 32px rgb(0 0 0 / 18%);
  color: #333;
  text-align: left;
}

.static-search-results[hidden] {
  display: none;
}

.static-search-result {
  display: block;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  color: #333;
  line-height: 1.45;
}

.static-search-result:last-child {
  border-bottom: 0;
}

.static-search-result:hover,
.static-search-result:focus {
  background: #f5fbfe;
  outline: 2px solid #2ea3f2;
  outline-offset: -2px;
}

.static-search-result strong,
.static-search-result span {
  display: block;
}

.static-search-result strong {
  color: #2ea3f2;
  font-size: 16px;
}

.static-search-url {
  margin: 2px 0 4px;
  color: #767676;
  font-size: 12px;
}

.static-search-excerpt {
  color: #555;
  font-size: 13px;
}

.static-search-message {
  margin: 0;
  padding: 14px 16px !important;
}

.static-search-message.is-error,
.second-baton-contact-status.is-error {
  color: #a12622;
}

.second-baton-contact-status {
  display: none;
  margin-bottom: 18px;
  padding: 12px 14px;
  border-radius: 3px;
  background: #f3f3f3;
}

.second-baton-contact-status.is-pending,
.second-baton-contact-status.is-success,
.second-baton-contact-status.is-error {
  display: block;
}

.second-baton-contact-status.is-success {
  background: #edf8ef;
  color: #1f6b31;
}

.second-baton-contact-status.is-error {
  background: #fff0ef;
}

.second-baton-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.second-baton-404 {
  min-height: 100vh;
  margin: 0;
  background: #f7f7f7;
  color: #333;
  font-family: 'Open Sans', Arial, sans-serif;
}

.second-baton-404 header {
  padding: 22px 8%;
  background: #fff;
  box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
}

.second-baton-404 header a {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.second-baton-404 main {
  box-sizing: border-box;
  max-width: 760px;
  margin: 0 auto;
  padding: 14vh 24px 80px;
  text-align: center;
}

.second-baton-404 h1 {
  margin: 0 0 18px;
  color: #333;
  font-size: clamp(42px, 9vw, 86px);
  line-height: 1;
}

.second-baton-404 p {
  margin: 0 auto 28px;
  color: #666;
  font-size: 18px;
  line-height: 1.7;
}

.second-baton-404 .actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.second-baton-404 .actions a {
  display: inline-block;
  padding: 11px 20px;
  border: 2px solid #2ea3f2;
  border-radius: 3px;
  color: #2ea3f2;
  font-weight: 700;
  text-decoration: none;
}

.second-baton-404 .actions a:first-child {
  background: #2ea3f2;
  color: #fff;
}

@media (max-width: 680px) {
  .static-search-results {
    right: -12px;
    left: -12px;
  }
}
