/* Optional early-start consent is not offered in the booking UI.
   Keep the existing React default false; never imply or auto-record consent. */
.booking-policy .consent-row:has(#early-start-consent) {
  display: none;
}
