/* Cookie consent banner: hide the Reject button.
   Rejecting is done through the Settings button / consent modal.
   The theme template renders Accept/Reject/Settings unconditionally
   (templates/consent.php) and offers no option to turn one off.
   Scoped to .tm-consent, which is the banner only - the modal's
   "Reject all" button is deliberately left visible. */
.tm-consent *:has(> [data-consent-button="reject"]) {
    display: none;
}
