/**
 * Wohnungs-/Gewerbeflächen-Filter: größere Regler für Touch-Geräte
 * (Sky Forms nutzt sonst 15×15px-Handles auf 3px-Bahn — schwer zu treffen)
 */
@media (pointer: coarse), (max-width: 991px) {
	.sky-form .ui-slider {
		height: 10px;
		margin: 22px 14px 40px;
	}

	.sky-form .ui-slider-handle {
		width: 32px;
		height: 32px;
		margin: -11px 0 0 -16px;
		border-radius: 50%;
		touch-action: none;
		-webkit-tap-highlight-color: transparent;
	}

	.sky-form .ui-slider .ui-slider-range {
		border-radius: 2px;
	}
}
