/* Reuse the catalogue component; long material/size values need full width on phones. */
@media screen and (max-width: 640px) {
	[data-building-filter] .catalog-filter__controls {
		grid-template-columns: minmax(0, 1fr);
	}

	[data-building-filter] .catalog-filter__field + .catalog-filter__field {
		border-top: 1px solid oklch(0.86 0.005 250);
	}
}
