.contact-hp {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.contact-status:empty {
  display: none;
}

.contact-status {
  clear: both;
  margin-top: 12px;
  font-weight: 600;
}

.contact-status[data-state="success"] {
  color: #146c2e;
}

.contact-status[data-state="error"] {
  color: #b42318;
}

.et_pb_contact_form button[disabled] {
  cursor: wait;
  opacity: 0.72;
}

:where(a, button, input, textarea, select):focus-visible {
  outline: 3px solid #1b6ec2;
  outline-offset: 3px;
}

.migration-search-results {
  width: min(1080px, 90%);
  margin: 0 auto;
  padding: 120px 0 80px;
}

.migration-search-results h1 {
  margin-bottom: 28px;
}

.migration-search-results article {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.migration-search-results article h2 {
  padding-bottom: 8px;
}

@media (max-width: 980px) {
  .migration-search-results {
    padding-top: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
  }
}
