.gform_wrapper  form .gfield .ginput_container_radio .gfield_radio {
    display: flex;
    flex-direction: row;
}
.gform_wrapper form .gfield .ginput_container_radio .gfield_radio .gchoice {
    align-items: center;
}
.gform_wrapper form .gfield .ginput_container_radio .gfield_radio .gchoice .gfield-choice-input {
    padding: 0;
    min-height: inherit;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    background-color: #ff504b;
    width: 10px;
    height: 10px;
}
input[type="radio"]:checked {
    border-color: #ff504b;
}
.gform-theme--foundation table.gsurvey-likert {
    border: 1px solid #ddd;
}
.gform-theme--foundation table.gsurvey-likert td, .gform-theme--foundation table.gsurvey-likert th {
/*    border-right: 1px solid #ccc;*/
}
.gform-theme--framework table.gsurvey-likert tbody tr:nth-child(odd) {
    background: unset !important;
}
.gform-theme--framework table.gsurvey-likert thead tr {
    background: #f2f3f5;
    border-bottom: 1px solid #ddd;
}
.gform-theme--framework table.gsurvey-likert thead tr th {
    padding: 10px;
}