.ts-3639b796-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.ts-3639b796-slider {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 20px;
}
.ts-3639b796-slider::-webkit-scrollbar {
	display: none;
}
.ts-3639b796-card {
	flex: 0 0 calc(33.333% - 14px);
	min-width: 280px;
	background: #fff;
	border: 1px solid #d3e1e8;
	border-radius: 12px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	scroll-snap-align: start;
	box-sizing: border-box;
}
.ts-3639b796-stars {
	color: #facd49;
	font-size: 24px;
	margin-bottom: 16px;
	letter-spacing: 2px;
}
.ts-3639b796-text {
	font-size: 15px;
	color: #2b3954;
	line-height: 1.5;
	margin-bottom: 24px;
	flex-grow: 1;
}
.ts-3639b796-name {
	font-weight: 600;
	color: #1a2a47;
	font-size: 16px;
	margin-bottom: 4px;
}
.ts-3639b796-role {
	font-size: 13px;
	color: #687987;
	margin-bottom: 16px;
}
.ts-3639b796-type {
	display: inline-block;
	background: #e9f2f5;
	color: #3b5068;
	font-size: 12px;
	font-weight: 500;
	padding: 6px 12px;
	border-radius: 4px;
	align-self: flex-start;
}
.ts-3639b796-prev, .ts-3639b796-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	border: 1px solid #d3e1e8;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #1a2a47;
	z-index: 2;
}
.ts-3639b796-prev { left: 0; }
.ts-3639b796-next { right: 0; }
@media (max-width: 1024px) {
	.ts-3639b796-card { flex: 0 0 calc(50% - 10px); }
}
@media (max-width: 768px) {
	.ts-3639b796-card { flex: 0 0 100%; }
}