:root {
  --savians-navy: #0f1b4d;
  --savians-yellow: #ffcc45;
  --savians-success: #146c43;
  --savians-error: #b42318;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--savians-yellow);
  outline-offset: 3px;
}

.nav-assessment-link {
  white-space: nowrap;
}

.yellow-btn[type="submit"] {
  border: 0;
  cursor: pointer;
}

.yellow-btn[type="submit"]:disabled {
  cursor: wait;
  opacity: 0.7;
}

.contact-honeypot {
  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;
}

#thank_you {
  display: block;
  min-height: 1.5rem;
  font-weight: 600;
}

#thank_you.form-success {
  color: var(--savians-success);
}

#thank_you.form-error {
  color: var(--savians-error);
}

#map-section iframe {
  min-height: 450px;
}

@media (max-width: 767.98px) {
  #map-section {
    flex-direction: column;
  }

  #map-section iframe {
    width: 100%;
  }
}
