/* HLC 0.1.77: enforce left alignment */
form.hlc-form, .hlc-form, .hlc-form * { text-align: left !important; }
.hlc-consent, .hlc-consent *, .hlc-consent label, .hlc-consent p { text-align: left !important; }
.hlc-consent { display: block !important; }
/* Generic fallback (if no wrapper class present) */
form[action*="hlc"] *, form[id*="hlc"] *, form[class*="hlc"] * { text-align: left !important; }
input[type="checkbox"] + label { text-align: left !important; }
