.tp-carousel-container-c405a549 {
	position: relative;
	width: 100%;
	padding: 0 40px; /* Space for outside arrows */
}

.tp-arrows-inside .tp-carousel-container-c405a549 {
	padding: 0;
}

.tp-swiper-c405a549 {
	width: 100%;
	overflow: hidden;
}

.tp-review-card-c405a549 {
	background-color: #Fbfcfd;
	padding: 24px;
	border-radius: 4px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.tp-rating-wrap-c405a549 {
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.tp-stars-c405a549 {
	display: flex;
	gap: 2px;
}

.tp-star-c405a549 {
	width: 24px;
	height: 24px;
	background-color: #dcdce6;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tp-star-c405a549.filled {
	background-color: #00b67a; /* Trustpilot Green */
}

.tp-star-c405a549 svg {
	width: 16px;
	height: 16px;
	fill: white;
}

.tp-title-c405a549 {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 8px 0;
	color: #111827;
}

.tp-desc-c405a549 {
	font-size: 14px;
	line-height: 1.5;
	color: #4b5563;
	margin: 0 0 24px 0;
	flex-grow: 1;
}

.tp-meta-c405a549 {
	font-size: 14px;
	color: #6b7280;
}

.tp-author-c405a549 {
	font-weight: 600;
}

/* Swiper Navigation */
.tp-carousel-container-c405a549 .swiper-button-prev,
.tp-carousel-container-c405a549 .swiper-button-next {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: white;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	border: 1px solid #e5e7eb;
	color: #000;
	margin-top: -16px;
}

.tp-carousel-container-c405a549 .swiper-button-prev:after,
.tp-carousel-container-c405a549 .swiper-button-next:after {
	font-size: 12px;
	font-weight: bold;
}

.tp-arrows-outside .swiper-button-prev { left: 0; }
.tp-arrows-outside .swiper-button-next { right: 0; }

.tp-arrows-inside .swiper-button-prev { left: 10px; }
.tp-arrows-inside .swiper-button-next { right: 10px; }
