.radio-switch {
    margin-top: 24px;
    margin-bottom: 24px;
}

.radio-switch input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
}

.radio-switch label {
    display: inline-block;
    width: 300px;
    background-color: white;
    font-size: 16pt;
    font-weight: 400;
    padding: 10px 14px;
    border: 1px solid #EEEEEE;
}

.radio-switch label:hover {
    cursor: pointer;
}

.radio-switch input:checked + label {
  background-color: #FCC233;
}
