/* Keep the third-party locator independent of the site's larger body scale. */
sps-school-locator,
sps-schools {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
}

/* School names need one step more emphasis than the locator's detail text. */
sps-school-locator .name-address .school-name,
sps-schools .school-name {
	font-size: 16px;
}

/* A sidebar-free locator has sufficient room for its results and map on laptops. */
@media (min-width: 1000px) {
	sps-school-locator .search-row {
		display: flex;
		gap: 1rem;
	}

	sps-school-locator .year-adv {
		margin-top: 0;
	}

	sps-school-locator .result {
		flex-direction: row;
	}

	sps-school-locator .schools {
		flex: 0 0 400px;
	}

	sps-school-locator .map {
		height: 600px;
		flex: 1 0 0;
	}
}