.bf-guided-selling {
	margin-top: 20px;
}

.bf-gs-moment-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin-bottom: 0;
}

.bf-gs-moment-card {
	aspect-ratio: 3 / 4;
	background: #e7e0d8;
	border-radius: 8px;
	color: #fff;
	display: block;
	min-height: 248px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.bf-gs-moment-card::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, .72) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.bf-gs-moment-card img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.bf-gs-moment-card__body {
	bottom: 0;
	display: block;
	left: 0;
	padding: 16px;
	position: absolute;
	right: 0;
	z-index: 1;
}

.bf-gs-moment-card strong,
.bf-gs-moment-card small {
	display: block;
}

.bf-gs-moment-card strong {
	font-size: 1.03rem;
	line-height: 1.15;
	margin-bottom: 5px;
}

.bf-gs-moment-card small {
	color: rgba(255, 255, 255, .88);
	font-size: .84rem;
	line-height: 1.25;
}

@media (max-width: 1040px) {
	.bf-gs-moment-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.bf-gs-moment-grid {
		display: flex;
		overflow-x: auto;
		padding-bottom: 8px;
		scroll-snap-type: x mandatory;
	}

	.bf-gs-moment-card {
		flex: 0 0 76%;
		min-height: 280px;
		scroll-snap-align: start;
	}

}
