.form-thumb .form-thumb-input:checked ~ .form-thumb-label {
	outline: 3px solid var(--swift-foreground-color);
}

.form-thumb .form-thumb-label:is(:hover,:active,:focus,:focus-within) {
	background: rgba(var(--swift-foreground-color-rgb), .05);
}
