.dl-tm-section {
	direction: rtl;
	text-align: right;
	margin: 0 auto;
	padding: 8px 0 24px;
	max-width: 100%;
	contain: layout;
	box-sizing: border-box;
}

.dl-tm-heading {
	display: block;
	margin: 0 0 22px;
	padding: 0;
	color: #111;
	font-family: moraba, IRANYekan, IranYekan, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.dl-tm-slider-wrap {
	position: relative;
	display: flex;
	align-items: stretch;
	gap: 8px;
}

.dl-tm-viewport {
	overflow: hidden;
	flex: 1 1 auto;
	min-width: 0;
	min-height: var(--dl-tm-card-h, 220px);
	mask-image: linear-gradient(to left, transparent 0, #000 12px);
	-webkit-mask-image: linear-gradient(to left, transparent 0, #000 12px);
}

.dl-tm-track {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: var(--dl-tm-gap, 20px);
	width: max-content;
	will-change: transform;
	transition: transform 500ms ease;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dl-tm-card {
	flex: 0 0 var(--dl-tm-card-w, 280px);
	width: var(--dl-tm-card-w, 280px);
	min-width: var(--dl-tm-card-w, 280px);
	max-width: var(--dl-tm-card-w, 280px);
	min-height: var(--dl-tm-card-h, 220px);
	box-sizing: border-box;
	background: #fff;
	border-radius: 16px;
	padding: 31px;
	box-shadow: 0 0 25px rgba(125, 82, 165, 0.07);
	display: flex;
	flex-direction: column;
	margin: 0;
}

.dl-tm-card-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.dl-tm-person {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
}

.dl-tm-section img.dl-tm-avatar,
.dl-tm-avatar {
	width: var(--dl-tm-cover-w, 64px) !important;
	height: var(--dl-tm-cover-h, 64px) !important;
	max-width: var(--dl-tm-cover-w, 64px) !important;
	border-radius: 50%;
	object-fit: cover;
	flex: 0 0 var(--dl-tm-cover-w, 64px);
	display: block;
	background: #f3f4f6;
}

.dl-tm-avatar-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #6b7280;
	font-size: 22px;
}

.dl-tm-meta {
	min-width: 0;
	text-align: right;
	padding-top: 2px;
}

.dl-tm-section p.dl-tm-name,
.dl-tm-name {
	margin: 0 0 4px;
	padding: 0;
	color: #212529;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	font-family: IRANYekan, IranYekan, sans-serif;
	text-align: right;
}

.dl-tm-name cite {
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
}

.dl-tm-section p.dl-tm-course,
.dl-tm-course {
	margin: 0;
	padding: 0;
	color: #9ca3af;
	font-size: 13.6px;
	line-height: 1.4;
	font-weight: 400;
	font-family: IRANYekan, IranYekan, sans-serif;
	text-align: right;
}

.dl-tm-stars {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 2px;
	padding-top: 2px;
	line-height: 1;
	white-space: nowrap;
}

.dl-tm-star {
	display: block;
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	color: #ddd;
}

.dl-tm-star.is-filled {
	color: #ffd100;
}

.dl-tm-section blockquote.dl-tm-quote,
.dl-tm-quote {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	box-shadow: none;
	quotes: none;
	color: #4b5563;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.9;
	font-family: IRANYekan, IranYekan, sans-serif;
	text-align: right;
}

.dl-tm-quote::before,
.dl-tm-quote::after {
	content: none;
}

.dl-tm-quote p {
	margin: 0;
	padding: 0;
	color: inherit;
	font: inherit;
	line-height: inherit;
	text-align: inherit;
}

.dl-tm-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.dl-tm-arrow {
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	align-self: center;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 16px rgba(125, 82, 165, 0.12);
	color: #111;
	cursor: pointer;
	font-size: 22px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.dl-tm-arrow:hover,
.dl-tm-arrow:focus {
	background: #111;
	color: #fff;
	outline: none;
}

.dl-tm-arrow:disabled {
	opacity: 0.35;
	cursor: default;
	background: #fff;
	color: #111;
}

.dl-tm-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 16px;
}

.dl-tm-dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #d1d5db;
	cursor: pointer;
}

.dl-tm-dots button.is-active {
	background: #111;
	width: 18px;
	border-radius: 8px;
}

.dl-tm-empty {
	color: #6b7280;
	font-size: 14px;
}

@media (max-width: 1024px) {
	.dl-tm-card {
		padding: 24px;
	}
}

@media (max-width: 640px) {
	.dl-tm-heading {
		font-size: 18px;
		line-height: 27px;
	}
	.dl-tm-card {
		padding: 20px;
	}
	.dl-tm-arrow {
		display: none;
	}
}
