table:has(input:focus) tr:not(:focus-within) {
	opacity: 0.1;
}

.gallery:has(img:hover) > img:not(:hover) {

}