.radio-button {
    margin: 6px 0 0 20px;
}

.radio-button-label {
    padding-left: 6px;
    font-size: 0.8rem;
    /* this has to be handled in js code - since this is used for dark or light modes */
    /* color: black; */
    color: ivory;
}