/**
 * Inmotech results count toolbar — “Mostrando N propiedades en venta”
 */

.inmotech-results-count {
	width: 100%;
	margin: 0 0 1rem;
	padding: 0;
	box-sizing: border-box;
}

.inmotech-results-count__text {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #6b7280;
	font-weight: 400;
}

.inmotech-results-count__strong {
	font-weight: 700;
	color: #111827;
}

.inmotech-results-count__number {
	font-weight: 700;
	color: #111827;
}

.inmotech-results-count__noun {
	font-weight: 700;
	color: #111827;
}

.inmotech-results-count__rest {
	font-weight: 400;
	color: #6b7280;
}
