:root {
  color-scheme: light;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

html,
body.landing-runner-body {
  width: 100%;
  min-height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}

body.landing-runner-body {
  max-width: none !important;
  background: #fff;
}

.landing-runner-body *,
.landing-runner-body *::before,
.landing-runner-body *::after {
  box-sizing: border-box;
}

.landing-runner-body img,
.landing-runner-body video,
.landing-runner-body iframe,
.landing-runner-body svg {
  max-width: 100%;
}

.landing-runner-body img,
.landing-runner-body video {
  height: auto;
}

.eslr-order-form {
  position: relative;
  width: min(100%, 640px);
  margin: 24px auto;
  padding: 24px;
  border: 1px solid #e4e4e7;
  border-radius: 14px;
  background: #fff;
  color: #18181b;
  font-family: Arial, Tahoma, sans-serif;
  text-align: start;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.eslr-field {
  margin: 0 0 16px;
}

.eslr-field label {
  display: block;
  margin: 0 0 7px;
  font-weight: 700;
  line-height: 1.5;
}

.eslr-field input,
.eslr-field textarea {
  display: block;
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid #d4d4d8;
  border-radius: 8px;
  background: #fff;
  color: #18181b;
  font: inherit;
}

.eslr-field textarea {
  resize: vertical;
}

.eslr-field input:focus,
.eslr-field textarea:focus {
  border-color: #15803d;
  outline: 3px solid rgba(21, 128, 61, 0.15);
}

.eslr-submit {
  display: block;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: #15803d;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.eslr-submit:hover {
  background: #166534;
}

.eslr-submit:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.eslr-hp {
  position: absolute !important;
  inset-inline-start: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.eslr-notice {
  width: min(calc(100% - 32px), 640px);
  margin: 20px auto;
  padding: 14px 18px;
  border-radius: 10px;
  font: 700 16px/1.7 Arial, Tahoma, sans-serif;
  text-align: center;
}

.eslr-success {
  border: 1px solid #86efac;
  background: #f0fdf4;
  color: #166534;
}

.eslr-error {
  border: 1px solid #fca5a5;
  background: #fef2f2;
  color: #991b1b;
}

.eslr-preview {
  border: 1px solid #93c5fd;
  background: #eff6ff;
  color: #1e40af;
}

.eslr-contact {
  margin: 14px 0 0;
  text-align: center;
}

.eslr-system-message {
  width: min(calc(100% - 32px), 640px);
  margin: 12vh auto 0;
  padding: 32px;
  border: 1px solid #e4e4e7;
  border-radius: 14px;
  font-family: Arial, Tahoma, sans-serif;
  text-align: center;
}

@media (max-width: 680px) {
  .eslr-order-form {
    width: calc(100% - 24px);
    padding: 18px;
  }
}
