.elementor-988 .elementor-element.elementor-element-1ce6fc8{--spacer-size:118px;}/* Start custom CSS for shortcode, class: .elementor-element-b78f26c */input[type="radio"] {
        margin-right: 5px; /* Adjust the value as needed for desired spacing */
        
         margin-top: 30px
    }
    body
    { text-align: center;
    }
    ul 
  {
      list-style-type: none;
 
}

input[type="radio"]:checked {
  font-weight: bold; 

  /* This will make the input itself bold, which might not be visible */
}

/* To make the *text* within the label bold, target the label when its child input is checked */
label:has(input[type="radio"]:checked) {
  font-weight: bold;
      text-decoration: underline;/* End custom CSS */