/* CSS-only cookie consent + form controls.
   The design runtime renders the page through React and strips inline onclick/onsubmit
   attributes, so any control that relied on them was dead. These use a checkbox + labels
   and real links instead, which work with no JavaScript at all. */
.ck-toggle{position:absolute;opacity:0;width:0;height:0;pointer-events:none}
.ck-toggle:checked ~ .cookie{display:none}
.cookie label.btn{cursor:pointer;user-select:none}
