/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

.trustpilot-reviews-slider {
	--swiper-theme-color: #00b67a;
	width: 100%;
	overflow: hidden;
}

.trustpilot-reviews-slider .swiper-wrapper {
	align-items: stretch;
}

.trustpilot-reviews-slider .swiper-slide {
	display: flex;
	height: auto;
}

.trustpilot-review {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 30px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
}

.trustpilot-review__stars {
	margin-bottom: 18px;
	color: #00b67a;
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 1;
}

.trustpilot-review__content {
	flex-grow: 1;
	margin-bottom: 25px;
}

.trustpilot-review__content p {
	margin: 0;
}

.trustpilot-review__footer {
	margin-top: auto;
}

.trustpilot-review__title {
	margin: 0 0 6px;
	font-size: 18px;
	line-height: 1.3;
}

.trustpilot-review__date {
	display: block;
	margin-bottom: 15px;
	color: #666;
	font-size: 14px;
}

.trustpilot-review__link {
	display: inline-block;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.trustpilot-reviews-slider__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

.trustpilot-reviews-slider__pagination {
	position: static;
	width: auto !important;
	text-align: left;
}

.trustpilot-reviews-slider__navigation {
	display: flex;
	gap: 10px;
}

.trustpilot-reviews-slider__previous,
.trustpilot-reviews-slider__next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid currentColor;
	border-radius: 50%;
	background: transparent;
	color: inherit;
	font-size: 20px;
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		color 0.2s ease;
}

.trustpilot-reviews-slider__previous:hover,
.trustpilot-reviews-slider__next:hover {
	background: #00b67a;
	border-color: #00b67a;
	color: #fff;
}

.trustpilot-reviews-slider .swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
}