/* Layout */
.uael-gf-style .gfield_radio input[type=radio]:checked + label:before,
.uael-gf-style .gfield_radio .gchoice_button.uael-radio-active + .gchoice_label label:before,
.uael-gf-style .gfield_radio input[type=radio]:checked:before {
  background-color: var(--e-global-color-primary);
  box-shadow: var(--e-global-color-primary);
  position: relative !important;
  top: -6px !important;
  width: 13px !important;
  height: 13px !important;
  left: 1px !important;
}
.uael-gf-style .gfield_checkbox input[type=checkbox]:checked:before {
  position: relative !important;
  top: -3px !important;
}