/* Kadence Advanced Form – radio option spacing */
.kb-adv-form input.kb-radio-style {
  margin-right: 8px;
}

/* Each radio option lives in its label */
.kb-adv-form input.kb-radio-style + label {
  display: block;          /* forces one option per line */
  margin-bottom: 14px;     /* vertical spacing between options */
  cursor: pointer;
}