.RadioButton {
    position: relative;

    display: inline-flex;

    font-family: var(--radio-button-font-family);
    user-select: none;
}
