903 – Consent

:root { –secTitleSize: 12px; } /* Make the whole summary line one row: title + caret on same line */ details.efforia-sec > summary { display:…

968 – Consent

:root { –secTitleSize: 12px; } details.efforia-sec > summary{ display:flex; align-items:center; justify-content:space-between; gap:12px; cursor:pointer; padding:10px 0; list-style:none; } details.efforia-sec > summary::-webkit-details-marker{ display:none; } details.efforia-sec > summary::marker{…