input.product_id_for_add_on {
	display: none;
}

body.woocommerce-checkout .remote_attendance input[type="checkbox"] {
	width: initial;
	margin-right: 4px;
}

body.woocommerce-checkout p.remote_attendance.form-row {
    margin-bottom: 2px;
}

body.woocommerce-checkout h4 {
	font-size: 1.3em;
    margin-bottom: .15em;
    margin-top: .6em;
}

body.woocommerce-checkout .remote_attendance label.checkbox {
	width: fit-content; /* Helps prevent accidental toggling of checkboxes by preventing the label from taking up the entire page width */
}
