.home-featured-section {
	padding-bottom: 80px;
}

.home-featured-actions {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.home-featured-actions .button {
	min-width: 260px;
	text-align: center;
}

.home-featured-grid {
	grid-template-columns: repeat(4, minmax(220px, 300px));
	justify-content: center;
	gap: 20px;
	padding-inline: 0;
}

.home-featured-grid .market-card-link {
	max-width: none;
}

.home-featured-grid .market-card {
	height: 100%;
}

.home-featured-grid .market-card__media {
	min-height: 205px;
}

.home-featured-grid .market-card__body {
	padding: 14px;
}

.home-featured-grid .market-card__title {
	font-size: 16px;
}

.home-featured-grid .market-card__location {
	margin: 8px 0 10px;
	font-size: 12px;
}

.home-featured-grid .market-card__price {
	font-size: 17px;
}

.home-featured-grid .market-card__quota {
	margin: 4px 0 10px;
	font-size: 11px;
}

.home-featured-grid .market-pill {
	padding: 6px 10px;
	font-size: 10px;
}

.home-featured-grid .market-badge {
	padding: 6px 12px;
	font-size: 10px;
}

.home-featured-grid .market-spec {
	min-height: 34px;
	padding: 6px 10px;
	border-radius: 10px;
}

.home-featured-grid .market-spec strong {
	font-size: 11px;
}

.home-featured-grid .market-spec i,
.home-featured-grid .market-spec .svg-inline--fa,
.home-featured-grid .market-spec svg {
	font-size: 12px;
	width: 12px;
	height: 12px;
	min-width: 12px;
}

@media (max-width: 1480px) {
	.home-featured-grid {
		grid-template-columns: repeat(3, minmax(220px, 300px));
	}
}

@media (max-width: 1100px) {
	.home-featured-grid {
		grid-template-columns: repeat(2, minmax(220px, 300px));
	}
}

@media (max-width: 767px) {
	.home-featured-grid {
		grid-template-columns: 1fr;
		padding-inline: 0;
	}

	.home-featured-grid .market-card-link {
		max-width: 340px;
		margin: 0 auto;
	}
}
.home-featured-grid .market-badge--featured::before {
	display: none !important;
	content: none !important;
}

.home-featured-grid .market-badge--featured i {
	font-size: 11px;
	line-height: 1;
}
