/* Mobile request action: loaded directly so it cannot be lost behind an @import. */
@media (max-width: 1024px), (hover: none) and (pointer: coarse) {
  body {
    padding-bottom: calc(96px + env(safe-area-inset-bottom)) !important;
  }

  form.booking-form .booking-step > button.booking-submit {
    position: static !important;
    width: 100% !important;
    margin-top: 18px !important;
    min-height: 58px !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .48);
  }
}
