.cont-gg-reviews {
	padding: 1em ;
	margin: 0 auto;
	overflow: hidden;
	height: fit-content;
	position: relative;
}

.cont-gg-reviews-infos {
	display: flex;
	align-items: center;
	padding-bottom: 3em;
	flex-direction: column;
	justify-content: center;
}

.gg-reviews__name {
	font-size: 1rem;
	text-align: center;
}

.gg-reviews-wrapper {
	gap: 0.5em;
	display: flex;
	width: fit-content;
	flex-direction: row;
	/*align-items: flex-end;*/
}

.gg-reviews__rating {
	color: #000000;
	opacity: 0.8;
	font-size: 0.85rem !important;
}


a.gg-reviews__new {
	gap: 0.5em;
	color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	font-size: 0.9rem;
	line-height: 0.9rem;
	user-select: none;
	width: fit-content;
	border-radius: 27px;
	background: #0a6cff;
	white-space: nowrap;
	padding: 0.5em 1.5em;
	text-decoration: none!important;
	transition: all .2s ease-in-out!important;
	box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important;
}

span.gg-reviews__new-logo {
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 100%;
	background-size: 80%;
	background-color: #ffffff;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/wp-content/uploads/sites/2/ac_assets/gg-reviews-bwa/gg-icon.svg");
}


.swiper-wrapper {
	align-items: center;
}

.cont-gg-reviews .swiper-pagination-bullets {
	bottom: 18%!important;
}

.review-item {
	padding: 0.8em;
	overflow: hidden;
	border-radius: 2px;
	backdrop-filter: blur(0px);
	background-color: white !important;
	transition: transform 300ms ease-out;
	box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important;
}

.review-item:hover {
	transform: translate(0, -5px);
}

.review-item > div + div {
	margin-top: 0.5em;
}

.review-infos {
	gap: 1em;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.review-infos .profile {
	width: 40px;
	height: 40px;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.review-infos .infos {
	display: flex;
	flex-direction: column;
}

.review-infos .infos .author {
	font-weight: bold;
	font-size: 1rem;
	overflow: hidden;
	padding-right: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000000;
	margin-bottom: 2px;
}

.review-infos .infos .date {
	color: #000000;
	opacity: 0.5;
	font-size: 12px !important;
}

.review-stars {
	padding: 0.5em 0;
	display: flex;
	flex-direction: row;
}


.review-stars span {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 !important;
	margin-right: 1px !important;
	background-size: contain;
	background-repeat: no-repeat;

	background-image: url("/wp-content/uploads/sites/2/ac_assets/gg-reviews-bwa/f.svg");
}

.review-stars-0 span,
.review-stars-4 span:last-child,
.review-stars-3 span:nth-last-child(2),
.review-stars-3 span:nth-last-child(1),
.review-stars-2 span:nth-last-child(3),
.review-stars-2 span:nth-last-child(2),
.review-stars-2 span:nth-last-child(1),
.review-stars-1 span:nth-last-child(4),
.review-stars-1 span:nth-last-child(3),
.review-stars-1 span:nth-last-child(2),
.review-stars-1 span:nth-last-child(1) {
	background-image: url("/wp-content/uploads/sites/2/ac_assets/gg-reviews-bwa/e.svg");
}

.review-stars-3-5 span:nth-last-child(1) {
	background-image: url("/wp-content/uploads/sites/2/ac_assets/gg-reviews-bwa/e.svg");
}

.review-stars-4-5 span:last-child,
.review-stars-3-5 span:nth-last-child(2) {
	background-image: url("/wp-content/uploads/sites/2/ac_assets/gg-reviews-bwa/h.svg");
}


.review-content {
	height: 82px !important;
	font-size: 0.875rem;
	text-align: left;
	padding-right: 10px;
	display: -webkit-box;
	overflow: auto !important;
	line-height: 20.3px !important;
	overflow-x: hidden !important;
	font-family: "Pluto Sans Light", Sans-serif;
}

.review-content::-webkit-scrollbar {
	width: 4px;
	border-radius: 3px;
}

.review-content::-webkit-scrollbar-thumb {
	background: rgba(85, 85, 85, 0.6);
}

.review-content::-webkit-scrollbar-track {
	background: rgba(85, 85, 85, 0.1);
}

.reviews-btn {
	top: 52%;
	z-index: 100;
	opacity: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	background-size: 30%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.5s ease-in-out;
	background-color: rgb(0 0 0 / 70%);
}

.reviews-button-prev {
	left: 0;
	background-image: url("/wp-content/uploads/sites/2/ac_assets/gg-reviews-bwa/l-arrow.svg");
}

.reviews-button-next {
	right: 0;
	background-image: url("/wp-content/uploads/sites/2/ac_assets/gg-reviews-bwa/r-arrow.svg");
}

.cont-gg-reviews:hover .reviews-btn {
	opacity: 1;
}

.google-link {
	margin-top: 4em;
	text-align: center;
}


