.static-form-status {
  display: none;
  margin-top: 14px;
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.4;
}

.static-form-status[data-visible="true"] {
  display: block;
}

.static-form-status[data-kind="success"] {
  background: #eaf8ef;
  color: #146c38;
}

.static-form-status[data-kind="error"] {
  background: #fff0f0;
  color: #9f2525;
}

.static-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.static-search-results {
  position: absolute;
  z-index: 1000;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  max-height: 420px;
  overflow-y: auto;
  border: 1px solid #dfe5eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgb(17 35 55 / 14%);
}

.static-search-result {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px;
  color: #112337;
  text-decoration: none;
}

.static-search-result + .static-search-result {
  border-top: 1px solid #edf0f3;
}

.static-search-result:hover,
.static-search-result:focus {
  background: #f3f7fb;
}

.static-search-result img {
  width: 64px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 4px;
  object-fit: cover;
}

.static-search-result.is-active {
  background: #e8f1fa;
  outline: 2px solid #2f6fb0;
  outline-offset: -2px;
}

.static-search-empty {
  padding: 16px;
  color: #586779;
  text-align: center;
}

/* Announces the result count to screen readers without showing it. */
.static-search-announcer {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

/* When autoplay is refused (iOS Low Power Mode blocks it even for muted
   inline video) the poster stays as the visible frame instead of a frozen
   or black first frame. */
[data-video-playback="blocked"] video.elementor-background-video-hosted {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.static-noscript {
  margin: 16px 0;
  border: 1px solid #f0d9a8;
  border-radius: 6px;
  background: #fdf6e6;
  padding: 14px 16px;
  color: #6b4e12;
  font-size: 15px;
  line-height: 1.5;
}

.static-noscript a {
  color: #1c4f86;
  text-decoration: underline;
}
