.tm-wrapper-4b9 {
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
}

.tm-track-4b9 {
	display: flex;
	width: max-content;
	animation: scroll-tm-4b9 linear infinite;
}

.tm-track-4b9:hover {
	animation-play-state: paused;
}

.tm-group-4b9 {
	display: flex;
	flex-shrink: 0;
}

.tm-card-4b9 {
	background: #fff;
	color: #333;
	padding: 20px;
	margin: 0 10px;
	border-radius: 8px;
	width: 300px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.05);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.tm-content-4b9 {
	font-style: italic;
	margin-bottom: 15px;
}

.tm-author-4b9 {
	display: flex;
	align-items: center;
	gap: 15px;
}

.tm-image-4b9 img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;
}

.tm-author-info-4b9 {
	display: flex;
	flex-direction: column;
}

.tm-name-4b9 {
	font-weight: 600;
}

.tm-role-4b9 {
	font-size: 0.85em;
	opacity: 0.8;
}

@keyframes scroll-tm-4b9 {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
