.posts-fusion {
	margin: 5px 5px 0.62rem 5px;
}
.posts-fusion .star-ratings .caption {
	display: none;
}
.posts-fusion .star-ratings .btn {
	margin-right: 5px !important;
}
.posts-fusion .star-ratings .far, .posts-fusion .star-ratings .fas {
	font-size: 18px;
}
.posts-fusion .img-box {
	height: 100px;
	width: 100px;
}
.posts-fusion .title {
	font-size: 1.05em;
	text-decoration: none;
	font-family: georgia, sans-serif;
}
.posts-fusion__img {
	height: auto !important;
}
@media only screen and (max-width: 37.5em) {
	.posts-fusion__img {
		max-height: 150px;
   }
}
.posts-fusion .rating .fa {
	margin-right: 0px;
}
.posts-fusion .rating-container .star {
	margin: 0px;
}
.posts-fusion .gc-view-trusted i {
	font-size: 3.75rem;
	color: var(--theme-secondary);
}
.posts-fusion .img-crop-center {
	height: inherit;
}
.posts-fusion .img-crop-center img {
	object-fit: contain;
}
.qb-grid-view .posts-fusion .col-sm-2, .qb-grid-view .posts-fusion .col-sm-3, .qb-grid-view .posts-fusion .col-sm-4 {
	-ms-flex: 0 0 100% !important;
	flex: 0 0 100% !important;
	max-width: 100% !important;
}
.qb-grid-view .posts-fusion .img-crop-center {
	height: 12.5rem;
}
.qb-grid-view .posts-fusion .img-crop-center img {
	object-fit: cover;
}
.qb-grid-view .posts-fusion__grid {
	display: flex;
	margin-top: 0.25rem;
	margin-bottom: 0.5rem;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.qb-grid-view .posts-fusion__grid .gc-view-trusted {
	display: none;
}
.qb-grid-view .posts-fusion__description {
	display: none;
}
.qb-grid-view .posts-fusion .gc-view-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qb-grid-view .posts-fusion__tags {
	display: none;
}
.qb-grid-view .posts-fusion .gc-view-address {
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.qb-grid-view .posts-fusion__phone {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
