Encountering a conflict between Bootstrap (4.1.3) and Formstack CSS when trying to embed a form in a website. The radio buttons are not fully visible, with the issue located in the "label" class ("fsOptionLabel"). Adjusting the line height provides a partial solution, but then alignment between the radio button and text is off. Limited CSS knowledge is making it difficult to troubleshoot. Any advice on resolving this issue? The fieldset (role="group") includes labels structured like this:
<label class="fsOptionLabel vertical" for="field78202961_1">
<input type="radio" id="field78202961_1" name="field78202961"
value="Single" class="fsField fsRequired vertical" aria-
required="true">Single</label>