.tfh-marketing-form .tfh-marketing-checkbox{
  display:inline-flex !important;
  width:auto !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:7px !important;
  margin:4px 0 12px !important;
  white-space:nowrap;
}

.tfh-marketing-form .tfh-marketing-checkbox input[type="checkbox"]{
  flex:0 0 auto !important;
  width:18px !important;
  min-width:18px !important;
  height:18px !important;
  margin:0 !important;
}

.tfh-marketing-form .tfh-marketing-checkbox span{
  display:inline-block;
  margin:0;
  line-height:18px;
}