label:has(input[type="checkbox"]),
label:has(input[type="radio"]) {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: var(--font-weight-normal);
}