.mlsgl-listings {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
	margin: 24px 0;
}

.mlsgl-card {
	border: 1px solid #d9dee3;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.mlsgl-card__media {
	display: grid;
	aspect-ratio: 4 / 3;
	place-items: center;
	background: #eef1f4;
	color: #58616c;
	text-decoration: none;
}

.mlsgl-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mlsgl-card__body {
	padding: 14px;
}

.mlsgl-card__price {
	color: #1d3b2f;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.2;
}

.mlsgl-card__title {
	margin: 8px 0 4px;
	font-size: 1rem;
	line-height: 1.35;
}

.mlsgl-card__title a {
	color: inherit;
	text-decoration: none;
}

.mlsgl-card__location,
.mlsgl-card__facts {
	color: #58616c;
	font-size: 0.9rem;
}

.mlsgl-card__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}
