:root {
  color-scheme: light;
  --lo-blue: #2f81f7;
  --lo-ink: #0f1729;
  --lo-muted: #51607a;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
}

a,
button,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(47, 129, 247, 0.38);
  outline-offset: 3px;
}

input,
textarea,
button {
  max-width: 100%;
}

button[disabled] {
  cursor: wait !important;
  opacity: 0.72;
}

.lo-lead-form,
.lo-newsletter-form {
  margin: 0;
}

.lo-form-status {
  min-height: 18px;
  margin: 2px 0 0;
  color: #51607a;
  font: 500 12px/1.5 "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

.lo-form-status[data-state="success"] {
  color: #0f7a3d;
}

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

.lo-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 640px) {
  body {
    overflow-x: hidden;
  }

  [style*="display: flex"][style*="align-items: end"],
  [style*="display: flex"][style*="align-items: baseline"],
  [style*="display: flex"][style*="justify-content: space-between"] {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  [style*="display: flex"][style*="gap: 14px"],
  [style*="display: flex"][style*="gap: 22px"],
  [style*="display: flex"][style*="gap: 28px"] {
    flex-wrap: wrap !important;
  }

  [style*="min-height: 560px"] {
    min-height: 420px !important;
  }

  [style*="height: 360px"] {
    height: 230px !important;
  }

  [style*="height: 150px"] {
    height: 180px !important;
  }

  .lo-newsletter-form {
    width: 100%;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .lo-newsletter-form input,
  .lo-newsletter-form button {
    width: 100% !important;
  }
}
