.ltm-booking {
  scroll-margin-top: 76px;
}

.ltm-trap {
  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;
}

.ltm-submit {
  transition: background-color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.ltm-submit:active {
  transform: translateY(1px);
}

.ltm-submit:disabled {
  cursor: wait;
  opacity: .72;
}

.ltm-status {
  margin: 14px 0 0;
  padding: 13px 15px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.ltm-status-success {
  color: #173f30;
  background: #edf7f1;
  border-color: #b8d8c7;
}

.ltm-status-error {
  color: #6a2d27;
  background: #fff2ef;
  border-color: #e6b9b2;
}

.ltm-status a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.ltm-booking-visible .mobile-book {
  opacity: 0;
  pointer-events: none;
  transform: translateY(110%);
}

@media (max-width: 760px) {
  .ltm-booking {
    padding: 42px 16px 108px;
  }

  .ltm-wrap {
    gap: 20px;
  }

  .ltm-booking h2 {
    font-size: clamp(32px, 9vw, 38px);
  }

  .ltm-intro {
    font-size: 16px;
    line-height: 1.55;
  }

  .ltm-form {
    padding: 18px;
  }

  .ltm-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 10px;
  }

  .ltm-field:nth-child(1),
  .ltm-field:nth-child(2),
  .ltm-field-full {
    grid-column: 1 / -1;
  }

  .ltm-field input,
  .ltm-field select,
  .ltm-field textarea {
    min-height: 48px;
    padding: 11px 12px;
  }

  .ltm-field textarea {
    min-height: 84px;
  }

  .ltm-submit {
    margin-top: 16px;
    min-height: 52px;
  }

}

@media (max-width: 380px) {
  .ltm-grid {
    grid-template-columns: 1fr;
  }

  .ltm-field {
    grid-column: 1 !important;
  }
}
