/*
 * Municipal Services responsive guard 1.26.8
 *
 * Loaded after Civic Premium so desktop service-desk grids cannot override the
 * deliberate single-column phone layout. Kept separate to preserve the exact
 * live Civic Premium asset and any host-side optimization applied to it.
 */
@media (max-width: 48rem) {
	body .rbsv-municipal-hub > header {
		grid-template-columns: minmax(0, 1fr) !important;
	}
	body .rbsv-municipal-service-grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}
}
