#subject .custom-radio,
#subject .field__label{display: block;}
#subject .custom-radio::before{top: 3px;}
#subject input[type="radio"]:checked + .custom-radio::after{top: 7px;}
#form_buttons .field__label{width: 100%;}

.field-disabled {
    opacity: 0.3;
    cursor: pointer;
    pointer-events: none;
}

@media screen and (max-width: 767px) {#form_buttons > div{width: 100%;}}
