/* ACF grid gallery sizing. Was emitted as an inline <style> on every gallery
   instance (up to 9× per page); now one cached file, enqueued on use. */
#acf-grid-gallery .grid-col-1 { height: 600px; }
#acf-grid-gallery .grid-col-1-2 { height: 300px; }

@media (max-width: 850px) {
	#acf-grid-gallery .grid-col-1 { height: 250px; }
	#acf-grid-gallery .grid-col-1-2 { height: 250px; }
}

@media (max-width: 550px) {
	#acf-grid-gallery .grid-col-1 { height: 250px; }
	#acf-grid-gallery .grid-col-1-2 { height: 250px; }
}
