/* style.css - Custom plugin styles */

.review-section .review-block .stars-review .trustpilot.stars::before {
  content: "";
}

.trustpilot-imgs {
	width: 100%;
	position: relative;
	height: 40px;
}
.testimonial-card .quote-text {
	width: 100%;
}
.trustpilot-imgs .trustpilot-stars {
	width: 50%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.trustpilot-imgs .trustpilot-stars img {
	position: absolute;
	left: 0;
}
.trustpilot-imgs .trustpilot-logo {
	width: 50%;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
.trustpilot-imgs .trustpilot-logo img {
	position: absolute;
	right: 0;
}

@media screen and (max-width: 767px) {
	.trustpilot-imgs {
		width: 100%;
		position: relative;
		height: 65px;
	}
	.testimonial-card .quote-text img {
		text-align: center;margin: 0 auto !important; display: block;
		position: unset;
	}
	.trustpilot-imgs .trustpilot-stars,
	.trustpilot-imgs .trustpilot-logo {
		width: 100%;
		display: block;
		position: unset;
		top: 0;
		right: 0;
	}
	.trustpilot-imgs .trustpilot-logo {
		padding-top: 5px;
	}
}