Want to talk about what’s holding your creative or strategy back? Leave your info below. I’ll call you back to explore where we can optimise.
/* -- The root styles must go in the element of the structure with the name "Form". --*/
.popup-5__form{
/* Styles applied to all checkboxes */
& .options-wrapper{
& li{
display: flex;
align-items: start;
flex-wrap:nowrap;
}
/* Unique styles for privacy policy checkboxes */
& label[for="form-field-vmwaoi-0"] {
font-size: var(--text-s);
line-height: 1.2;
/* Link styles */
& > a{
color: var(--primary);
}
}
}
}