Buy me a coffee

@form

<style>
.fe-block-a496ac92919580c1f7f8 table {
  width: 100%;
}

tr.row_first_name input,
tr.row_email_address input,
tr.row_company input,
tr.row_time input {
  width: 100%;
}

tr.row_phone_number input {
  width: 100%!important;
}

tr.row_event_date input {
  width: calc(50% - 25px);
}

tr.row_guest_count input {
  width: calc(50% - 5px)!important;
}

#lead_start_time {
  width: calc(100% - 21px);
}
</style>