About

/* -- 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);
      }
    }
  }
}