input[name=theme] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.theme-select-label input[name=theme]+label {
    color: var(--text-secondary);
}

.theme-select-label input[name=theme]:hover+label {
    text-decoration: underline;
}

.theme-select-label input[name=theme]:checked+label {
    color: var(--radio-primary);
    font-weight: bold;
}
