a {
	text-decoration: none;
	color: inherit;
}

h1 {
	color: #333;
	margin-bottom: 30px;
}

#tp-widget-wrapper {
	display: flex;
	/* padding: 25px 0; */
	overflow-x: auto;
	width: 100%;
	scrollbar-color: #ccc transparent;
	border-radius: 8px;
}

#tp-widget-wrapper::-webkit-scrollbar {
	height: 8px;
}

#tp-widget-wrapper::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 10px;
	/* width: 10px; */
}

#tp-widget-wrapper::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 10px;
	border: 2px solid transparent;
	background-clip: content-box;
}

#tp-widget-wrapper::-webkit-scrollbar-button {
	display: none !important;
}

.reviews-grid {
	display: flex;
	/* flex-wrap: wrap; */
	/* gap: 10px; */
	margin-left: 20px;
	max-width: 1200px;
	width: 100%;
	justify-content: center;
}

.review-card {
	margin: 5px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	padding: 15px;
	box-sizing: border-box;
	width: 241px;
	height: 159px;
	overflow: hidden;
	flex-shrink: 0;
}

/* .review-card:first-child {
	margin-left: 500px;
} */

.review-card:last-child {
	margin-right: 25px;
}

.rating-and-verified {
	display: flex;
	align-items: center;
	margin-bottom: 7px;
}

.stars {
	display: flex;
	margin-right: 10px;
}

.star {
	color: #00b67a;
	font-size: 20px;
	margin-right: 2px;
}

.verified {
	display: flex;
	align-items: center;
	color: #0d1720;
	font-size: 13px;
	font-weight: 500;
}

.verified-icon {
	color: #000000;
	margin-right: 5px;
	font-size: 14px;
}

.title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content {
	font-size: 13px;
	color: #555;
	line-height: 1.5;
	margin-bottom: 7px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.author-date {
	font-size: 12px;
	color: #777;
	margin-top: 0;
}
