#step3 .contact-form-result:empty { display: none; }
#step3 .contact-form-result { padding: 12px; margin-bottom: 16px; border: 1px solid #fbdd3a; color: #fff; background: #193b67; }
#step3 input[aria-invalid="true"] { border: 2px solid #a51d29; outline: 2px solid #fbdd3a; }
.booking-summary .seats { color: #fff; font-weight: 700; }
#step4 .booking-terms { clear: both; display: flex; align-items: flex-start; gap: 10px; padding: 16px 0; }
#step4 .booking-terms input { flex: 0 0 24px; width: 24px; height: 24px; margin: 10px 0; accent-color: #193b67; }
#step4 .booking-terms label { margin: 0; padding: 10px 0; font-size: 13px; line-height: 24px; text-transform: none; letter-spacing: normal; cursor: pointer; }
#step4 .booking-terms a { color: #fff; text-decoration: underline; }
@media (max-width: 991px) {
  #step3 .contact-widget { clear: both; margin: 0; width: 100%; }
  #step3 .booking-fields { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; padding: 16px; margin-bottom: 16px; border: 1px solid #6d87a6; border-radius: 10px; background: #193b67; }
  #step3 .booking-fields .col_one_third { float: none; width: auto; min-width: 0; margin: 0 !important; }
  #step3 .booking-fields label { display: block; margin-bottom: 6px; font-size: 13px; line-height: 1.4; letter-spacing: normal; }
  #step3 .booking-fields .sm-form-control { width: 100%; min-width: 0; min-height: 48px; padding: 10px 12px; border-radius: 6px; color: #193b67; background: #fff; font-size: 16px; line-height: 24px; box-sizing: border-box; }
  #step3 .booking-fields .sm-form-control:focus-visible { outline: 2px solid #fbdd3a; outline-offset: 2px; }
  #processTabs .booking-actions { display: flex; justify-content: space-between; gap: 12px; clear: both; margin: 0; }
  #processTabs .booking-actions::before, #processTabs .booking-actions::after { display: none; }
  #processTabs .booking-actions .button { float: none !important; min-width: 0; min-height: 44px; height: auto; padding: 0 16px; line-height: 44px; font-size: 12px; text-align: center; white-space: normal; }
  #step4 .booking-ticket-table .quantity { justify-content: center; align-items: center; min-height: 44px; font-size: 20px; font-weight: 700; }
}
