.form-consent{display:flex;flex-direction:column;gap:6px}.form-consent__label{align-items:flex-start;cursor:pointer;display:flex;gap:10px}.form-consent__input{display:none}.form-consent__box{border:1.5px solid var(--border-muted-strong);border-radius:5px;flex-shrink:0;height:18px;margin-top:1px;transition:.2s ease;width:18px}.form-consent__input:checked+.form-consent__box{background-color:#e31e24;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' fill='none' viewBox='0 0 10 8'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 4 2.5 2.5L9 1'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-color:#e31e24}.form-consent__text{color:var(--text-muted);font-size:13px;line-height:1.6}.form-consent__link{color:var(--text-secondary);text-decoration:underline;text-underline-offset:2px}.form-consent__link:hover{color:var(--text-primary)}.form-consent__label--error .form-consent__box{border-color:#e31e24}.form-consent__label--error .form-consent__link,.form-consent__label--error .form-consent__text{color:#e31e24}
