﻿input[type="radio"]:checked + label span {
    background: #ec5833;
    color: #02123E;
    border: .25em solid #ec5833
}
input[type = radio] + label span {
    border: .25em solid #767676
}

.no-radio-style input[type="radio"]:checked + label span {
    background: #6f6894 !important;
    color: inherit !important;
    border: #6f6894 !important;
}

button, .button {
    color: #02123e;
}