.bl-card {
	scroll-snap-align: start;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 16px;
	padding: 16px;
	background: #fff;
}

.bl-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.bl-stars {
	font-weight: 700;
	letter-spacing: 1px;
	color: #d4af37;
}

.bl-date {
	font-size: 12px;
	opacity: .7;
}

.bl-text {
	margin: 0 0 12px;
	line-height: 1.45;
}

.bl-meta {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: 12px;
	opacity: .8;
}

.bl-author {
	font-weight: 600;
}

.bl-link {
	text-decoration: none;
	border-bottom: 1px dotted currentColor;
}

.bl-source {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	border: 1px solid rgba(0, 0, 0, .12);
	flex: 0 0 auto;
}

.bl-source--google {
	background: rgba(66, 133, 244, .12);
}

.bl-source--yelp {
	background: rgba(215, 25, 32, .12);
}

.bl-source--yahoo {
	background: rgba(91, 63, 170, .12);
}

.bl-source--other {
	background: rgba(0, 0, 0, .06);
}

@media (min-width: 768px) {}

@media (min-width: 1024px) {}