Apply cursor to label element with disabled input

Select label that has :disabled sibling.

Try hovering the label.

			
label:has(+ :disabled) {
	cursor: not-allowed;
}