@media (min-width: 1024px) {
  #tribe-modal__attendee-registration .tribe-tickets__form-field {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }

  #tribe-modal__attendee-registration .tribe-tickets__form-field-label {
    flex: 0 0 280px;
    max-width: 280px;
  }

  #tribe-modal__attendee-registration .tribe-tickets__form-field-input-wrapper,
  #tribe-modal__attendee-registration .tribe-common-form-control-checkbox-radio-group {
    flex: 1 1 auto;
    min-width: 0;
  }
}
