/* fkm-image-text — استایل ویجت (بارگذاری فقط هنگام استفاده) */
.yli-section {
	width: 100%;
	text-align: center;
	direction: rtl;
	color: #3e444a;
}
.yli-title {
	margin: 0 0 39px;
	color: #42484f;
	font-size: clamp(22px, 2.25vw, 27px);
	font-weight: 900;
	line-height: 1.65;
	letter-spacing: -0.7px;
}
.yli-frame {
	width: 760px;
	max-width: 100%;
	height: 500px;
	margin: 0 auto 18px;
	overflow: hidden;
	border-radius: 11px;
	background: #ddd;
	transition: transform 0.25s ease;
}
.yli-frame img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.yli-frame a {
	display: block;
	width: 100%;
	height: 100%;
}
.yli-desc {
	width: min(830px, 100%);
	margin: 0 auto;
	color: #39424a;
	font-size: clamp(12px, 1.05vw, 14px);
	font-weight: 500;
	line-height: 1.9;
	text-align: center;
}
.yli-desc p { margin: 0 0 10px; }
.yli-desc p:last-child { margin-bottom: 0; }
@media (max-width: 760px) {
	.yli-title { margin-bottom: 24px; }
	.yli-frame {
		height: 62vw;
		min-height: 260px;
	}
}

/* حالت‌های داینامیک */
.yli-hover .yli-frame:hover { transform: translateY(-1px); }
