.moulcod-review-slider {
	--moulcod-card-spacing: 20px;
	background: #f5f7f7;
	overflow: hidden;
	padding: 28px 0 42px;
	width: 100%;
}

.moulcod-review-slider *,
.moulcod-review-slider *::before,
.moulcod-review-slider *::after {
	box-sizing: border-box;
}

.moulcod-review-slider__title {
	color: #34425c;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 28px;
	text-align: center;
}

.moulcod-review-slider__viewport {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.moulcod-review-slider__track {
	align-items: stretch;
	display: flex;
	position: relative;
	transition-property: transform;
	width: 100%;
}

.moulcod-review-slider__slide {
	display: flex;
	flex-shrink: 0;
	height: auto;
	position: relative;
	transition-property: transform;
}

.moulcod-review-card {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 12px 32px rgba(52, 66, 92, 0.06);
	display: flex;
	flex-direction: column;
	min-height: 384px;
	overflow: hidden;
	width: 100%;
}

.moulcod-review-card__cover {
	background: #e9eeee;
	height: 202px;
	overflow: hidden;
	width: 100%;
}

.moulcod-review-card__cover img,
.moulcod-review-card__avatar img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.moulcod-review-card__avatar {
	background: #fff;
	border: 3px solid #fff;
	border-radius: 999px;
	flex: 0 0 auto;
	height: 94px;
	margin: -47px auto 0;
	overflow: hidden;
	position: relative;
	width: 94px;
	z-index: 2;
}

.moulcod-review-card__body {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 32px 22px 28px;
	text-align: center;
}

.moulcod-review-card__name {
	color: #34425c;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 6px;
}

.moulcod-review-card__location {
	color: #999;
	font-size: 13px;
	line-height: 1.35;
	margin: 0 0 12px;
}

.moulcod-review-card__rating {
	align-items: center;
	color: #999;
	display: inline-flex;
	font-size: 14px;
	gap: 5px;
	justify-content: center;
	line-height: 1;
	margin: 0 0 15px;
}

.moulcod-review-card__stars {
	display: inline-flex;
	gap: 2px;
}

.moulcod-review-card__star {
	color: #e3e3e3;
	font-size: 16px;
	line-height: 1;
}

.moulcod-review-card__star.is-active {
	color: #d7b451;
}

.moulcod-review-card__rating-count {
	color: #999;
	font-size: 13px;
	line-height: 1;
}

.moulcod-review-card__excerpt {
	color: #6f7480;
	font-size: 13px;
	line-height: 1.55;
	margin: -4px 0 14px;
	max-width: 92%;
}

.moulcod-review-card__learn-more {
	appearance: none;
	background: transparent;
	border: 0;
	border-bottom: 1px solid currentColor;
	border-radius: 0;
	color: #2c2418;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 14px;
	line-height: 1.2;
	margin: auto 0 0;
	padding: 0 0 2px;
	text-align: center;
}

.moulcod-review-card__learn-more:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.moulcod-review-card__details {
	color: #4e5667;
	font-size: 14px;
	line-height: 1.65;
	margin: 16px auto 0;
	max-width: 92%;
}

.moulcod-review-card__details[hidden] {
	display: none;
}

.moulcod-review-card__details p {
	margin: 0 0 10px;
}

.moulcod-review-card__details p:last-child {
	margin-bottom: 0;
}

.moulcod-review-slider__nav {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-top: 88px;
	width: 100%;
}

.moulcod-review-slider__nav-button {
	appearance: none;
	background: transparent;
	border: 0;
	color: #111;
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1.4px;
	line-height: 1;
	padding: 0;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}

.moulcod-review-slider__nav-button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.moulcod-review-slider__nav-button.swiper-button-disabled {
	cursor: default;
	opacity: 0.35;
}

.moulcod-review-slider__nav-line {
	background: #999;
	display: block;
	flex: 1 1 auto;
	height: 1px;
	min-width: 32px;
}

.moulcod-review-slider__dots {
	line-height: 1;
	margin-top: 24px;
	position: static;
	text-align: center;
}

.moulcod-review-slider__dots .swiper-pagination-bullet {
	background: #999;
	height: 8px;
	opacity: 0.45;
	width: 8px;
}

.moulcod-review-slider__dots .swiper-pagination-bullet-active {
	background: #111;
	opacity: 1;
}

.moulcod-review-slider--native .moulcod-review-slider__track {
	display: flex;
	gap: var(--moulcod-card-spacing);
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}

.moulcod-review-slider--native .moulcod-review-slider__slide {
	flex: 0 0 calc((100% - (var(--moulcod-card-spacing) * 3)) / 4);
	scroll-snap-align: start;
}

@media (max-width: 1024px) {
	.moulcod-review-slider--native .moulcod-review-slider__slide {
		flex-basis: calc((100% - var(--moulcod-card-spacing)) / 2);
	}
}

@media (max-width: 767px) {
	.moulcod-review-slider {
		padding: 24px 0 34px;
	}

	.moulcod-review-slider__title {
		font-size: 24px;
		margin-bottom: 22px;
	}

	.moulcod-review-slider__nav {
		gap: 10px;
		margin-top: 48px;
	}

	.moulcod-review-card {
		min-height: 360px;
	}

	.moulcod-review-slider--native .moulcod-review-slider__slide {
		flex-basis: 100%;
	}
}
