.mms-tp-section {
	background: #ffffff;
	padding: 56px 20px;
	box-sizing: border-box;
}

.mms-tp-container {
	max-width: 1200px;
	margin: 0 auto;
}

.mms-tp-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 28px;
}

#mms-trustpilot-widget .mms-tp-heading {
	font-size: 19px;
	font-weight: 700;
	margin: 0 0 8px;
	color: #1c1c1c;
	line-height: 1.3;
}

.mms-tp-summary {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	color: #6b6b76;
	font-size: 14px;
}

.mms-tp-stars {
	display: inline-flex;
	gap: 2px;
	margin-right: 4px;
}

.mms-tp-score {
	font-weight: 700;
	color: #1c1c1c;
}

.mms-tp-dot {
	margin: 0 2px;
}

.mms-tp-star-filled {
	color: #00b67a;
	display: inline-flex;
}

.mms-tp-star-empty {
	color: #dcdce6;
	display: inline-flex;
}

.mms-tp-readall {
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: #6b6b76;
	font-size: 14px;
	white-space: nowrap;
	transition: color .2s;
}

.mms-tp-readall:hover {
	color: #1c1c1c;
}

.mms-tp-logo {
	color: #1c1c1c;
	font-size: 15px;
}

.mms-tp-carousel-wrap {
	position: relative;
}

.mms-tp-track {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	padding: 4px 4px 12px;
	margin: 0 -4px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.mms-tp-track::-webkit-scrollbar {
	display: none;
}

.mms-tp-card {
	scroll-snap-align: start;
	flex: 0 0 280px;
	background: #ffffff;
	border: 1px solid #ececf1;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(20, 20, 30, .05);
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mms-tp-card-stars {
	display: inline-flex;
	gap: 2px;
}

#mms-trustpilot-widget h3.mms-tp-card-title {
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	color: #1c1c1c !important;
	margin: 0 !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.mms-tp-card-text {
	font-size: 14px;
	line-height: 1.5;
	color: #6b6b76;
	margin: 0;
	flex-grow: 1;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.mms-tp-card-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	color: #9a9aa5;
	border-top: 1px solid #f0f0f3;
	padding-top: 10px;
	margin-top: auto;
}

.mms-tp-card-author {
	font-weight: 600;
	color: #1c1c1c;
}

#mms-trustpilot-widget button.mms-tp-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	min-width: 44px;
	border-radius: 50%;
	border: 1px solid #e4e4ea !important;
	background: #ffffff !important;
	background-image: none !important;
	box-shadow: 0 2px 8px rgba(20, 20, 30, .1);
	color: #1c1c1c !important;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	transition: opacity .2s, transform .2s;
}

#mms-trustpilot-widget button.mms-tp-arrow:hover {
	transform: translateY(-50%) scale(1.06);
	background: #ffffff !important;
	color: #1c1c1c !important;
}

#mms-trustpilot-widget button.mms-tp-arrow[disabled] {
	opacity: 0;
	pointer-events: none;
}

#mms-trustpilot-widget .mms-tp-arrow-prev {
	left: -10px;
}

#mms-trustpilot-widget .mms-tp-arrow-next {
	right: -10px;
}

@media (max-width: 768px) {
	.mms-tp-section {
		padding: 40px 16px;
	}

	#mms-trustpilot-widget .mms-tp-heading {
		font-size: 17px;
	}

	#mms-trustpilot-widget button.mms-tp-arrow {
		display: none;
	}

	.mms-tp-card {
		flex-basis: 240px;
	}
}
