.adaptalux-product-review-summary {
	display: flex !important;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	float: none !important;
	margin: 0;
	min-height: 27px;
	line-height: 27.2px;
}

.adaptalux-product-review-summary .adaptalux-rating-stars {
	flex: 0 0 auto;
}

.adaptalux-product-review-summary a {
	color: #00b9f2 !important;
	font-size: 16px;
	line-height: 27.2px;
	text-decoration: underline !important;
	white-space: nowrap;
}

.adaptalux-rating-stars {
	display: inline-flex;
	align-items: center;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
}

.adaptalux-rating-star {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 18px;
	overflow: hidden;
}

.adaptalux-rating-star svg {
	position: absolute;
	inset: 0;
	display: block;
	width: 20px;
	height: 18px;
}

.adaptalux-rating-star-empty path {
	fill: #dedede;
}

.adaptalux-rating-star-fill {
	position: absolute;
	inset: 0 auto 0 0;
	display: block;
	height: 18px;
	overflow: hidden;
}

.adaptalux-rating-star-fill svg {
	max-width: none;
}

.adaptalux-rating-star-fill path {
	fill: #ffb900;
}

.adaptalux-product-review-slider {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	min-height: 340px;
	padding: 6px 66px 96px;
	color: #3a3335;
	outline: none;
}

.adaptalux-product-review-slider:focus-visible {
	outline: 2px solid #00b9f2;
	outline-offset: 6px;
}

.adaptalux-review-slides {
	position: relative;
}

.adaptalux-review-slide {
	animation: adaptalux-review-fade 240ms ease;
}

.adaptalux-review-slide[hidden] {
	display: none !important;
}

.adaptalux-review-title {
	margin: 0 0 8px;
	padding: 0;
	color: #231f20;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.2;
}

.adaptalux-review-copy {
	position: relative;
	margin: 0 0 5px;
	color: #3a3335;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.adaptalux-review-copy p {
	margin: 0 0 5px;
}

.adaptalux-review-copy.is-collapsible:not(.is-expanded) {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.adaptalux-review-read-more {
	appearance: none;
	display: inline-block;
	margin: 8px 0 10px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #00b9f2;
	font: inherit;
	font-size: 16px;
	line-height: 28px;
	text-decoration: underline;
	cursor: pointer;
}

.adaptalux-review-read-more:hover,
.adaptalux-review-read-more:focus {
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #008eb9;
}

.adaptalux-review-author {
	margin: 4px 0 0;
	color: #3a3335;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.adaptalux-review-rating {
	margin-top: 32px;
}

.adaptalux-slider-arrow {
	appearance: none;
	position: absolute;
	top: 34%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 58px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #999;
	font-size: 31px;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
}

.adaptalux-slider-prev {
	left: 0;
}

.adaptalux-slider-next {
	right: 0;
}

.adaptalux-slider-arrow:hover,
.adaptalux-slider-arrow:focus {
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #00b9f2;
}

.adaptalux-slider-footer {
	position: absolute;
	right: 0;
	bottom: 6px;
	left: 0;
	display: flex;
	justify-content: center;
}

.adaptalux-all-reviews-button {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	padding: 11px 20px;
	border: 2px solid #777;
	color: #666 !important;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none !important;
	transition: border-color 160ms ease, color 160ms ease;
}

.adaptalux-all-reviews-button:hover,
.adaptalux-all-reviews-button:focus {
	border-color: #00b9f2;
	color: #00a7dc !important;
}

@keyframes adaptalux-review-fade {
	from { opacity: 0; transform: translateX(8px); }
	to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 767px) {
	.adaptalux-product-review-slider {
		min-height: 390px;
		padding: 4px 42px 88px;
	}

	.adaptalux-review-title {
		font-size: 22px;
	}

	.adaptalux-review-copy,
	.adaptalux-review-author,
	.adaptalux-review-read-more {
		font-size: 15px;
		line-height: 25px;
	}

	.adaptalux-review-rating {
		margin-top: 24px;
	}

	.adaptalux-slider-arrow {
		width: 34px;
		font-size: 25px;
	}

	.adaptalux-all-reviews-button {
		padding: 9px 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.adaptalux-review-slide {
		animation: none;
	}
}
