:root{
}

form.radio-buttons{
  margin-bottom:1rem;
}

form.radio-buttons label.form-control{
    padding-right:0.5rem;
  }

.horisontal-radios .ex-component-radio_buttons{
  container-type:inline-size;
}

@container (min-width: 700px){
    .ex-component-radio_buttons label.form-control{
      padding-left:5px;
    }
    .ex-component-radio_buttons .radio-row-button{
      gap:0;
    }
    .ex-component-radio_buttons .radio-row{
      -webkit-box-orient:horizontal;
      -webkit-box-direction:normal;
      -ms-flex-direction:row;
      flex-direction:row;
      gap:1.5rem;
    }
}
