.list-reviews_holder.slick-slider.slick-dotted {
	margin-bottom: var(--global-xxl-spacing, 3rem);
	display: none;
}

.list-reviews_holder.slick-slider.slick-dotted.slick-initialized {
	display: block;
}

.list-reviews_holder article.recent-customer-review {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	margin-top: var(--global-xl-spacing, 2rem);
	/* margin-bottom: var(--global-lg-spacing, 2rem); */
	position: relative;
}

article.recent-customer-review .review-avatar {
	position: absolute;
	top: -1.75rem;
	left: 50%;
	transform: translateX(-50%);
	width: 3.5rem;
	height: 3.5rem;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--text-size-300);
	font-weight: 500;
	text-transform: capitalize;
}

/* Google colours */
.avatar-red {
	background: #ea4335;
	color: #fff;
}
.avatar-yellow {
	background: #fbbc05;
	color: #202124;
} /* darker text for contrast */
.avatar-green {
	background: #34a853;
	color: #fff;
}
.avatar-blue {
	background: #4285f4;
	color: #fff;
}

article.recent-customer-review .review-avatar::after {
	content: "";
	position: absolute;
	bottom: -0.2rem;
	right: -0.2rem;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background-image: url("/wp-content/themes/md-block-theme-2022/assets/icons/Midland-Skin-Google-Logo.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

article.recent-customer-review .review-inner {
	background-color: #fff;
	padding: 3rem 2rem 2rem 2rem;
	text-align: center;
	min-height: 18rem;
}

article.recent-customer-review .review-inner .review-header h3 {
	margin: 0 0 0.3rem;
	font-size: var(--text-size-100);
	font-weight: 500;
	text-transform: capitalize;
}

article.recent-customer-review .review-inner .review-header p {
	font-size: var(--text-size-90);
	margin: 0;
	color: #7e858b;
}

article.recent-customer-review .review-inner img.review-stars {
	max-width: 5rem;
	margin: 1rem auto;
}

article.recent-customer-review .review-inner .review-content {
	margin-top: 1rem;
	color: #59626d;
}

.list-reviews_holder ul.slick-dots {
	padding: 0;
	margin: 0;
	bottom: -3rem;
}

.list-reviews_holder ul.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	background: rgba(255, 255, 255, 0);
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0);
}

.list-reviews_holder ul.slick-dots li button::before {
	font-size: 10px;
	line-height: 1.71;
	width: 16px;
	height: 16px;
	color: var(--global-palette1);
	opacity: 1;
}

.list-reviews_holder ul.slick-dots li.slick-active button {
	border: 1px solid var(--global-palette1);
}
