CSS to bold the custom variable when added with the question to make it appear in bold if the question text is set to bold

CSS to bold the custom variable when added with the question to make it appear in bold if the question text is set to bold :

.surveysparrow-survey-container--classic-form .ss_cl_survey_qstn_item[data-qa-question-id="6443035"] .ss-survey-heading--text span {
font-weight: bold;
}