/*
  Minimal local layer above the original osteozaks.ru stylesheet.
  Keep layout rules in original/css/style.css to preserve visual fidelity.
*/

.order-form__input,
.order-form__select {
  min-height: 56px;
}

.order-form__btn,
.btn--cta {
  min-height: 58px;
}

@media (max-width: 768px) {
  .order-form__input,
  .order-form__select {
    min-height: 62px;
    font-size: 1.05rem;
  }

  .order-form__btn,
  .btn--cta {
    min-height: 62px;
  }

  .hero__consent {
    line-height: 1.35;
  }
}
