/* Info-window card styles for Google Maps markers. Standalone so they
   render consistently across the CIQ case-study shortcode, the inspirations
   archive, and any page that loads maps.js. Enqueued alongside maps-js. */
.iid-map-card {
	width: 260px;
	font-family: "Quattrocento Sans", sans-serif;
	color: #111827;
}
.iid-map-card--loading {
	padding: 1rem;
	color: #6b7280;
	font-style: italic;
}
.iid-map-card__image {
	display: block;
	width: 100%;
	height: 150px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 6px;
	margin-bottom: 12px;
	text-decoration: none;
}
.iid-map-card__body {
	padding: 0 2px 2px;
}
.iid-map-card__title {
	display: block;
	margin: 0;
	font-family: "Oswald", sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.25;
	color: #111827;
	text-decoration: none;
}
a.iid-map-card__title:hover {
	color: #0069a7;
	text-decoration: none;
}
.iid-map-card__location {
	margin: 6px 0 0;
	font-size: 13px;
	color: #6b7280;
}
.iid-map-card__range {
	margin: 6px 0 0;
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #0069a7;
}
