/* قطالی | قیمت پویا — استایل فرانت‌اند (سبک و بدون تحمیل فونت) */

.qdp {
	display: inline;
	unicode-bidi: isolate;
	white-space: nowrap;
}

.qdp .qdp-value,
.qdp .qdp-aed-value {
	font-variant-numeric: tabular-nums;
	font-feature-settings: "tnum";
}

.qdp .qdp-unit,
.qdp .qdp-aed-unit {
	font-size: 0.85em;
	opacity: 0.85;
	margin-inline-start: 0.15em;
}

.qdp .qdp-sep,
.qdp .qdp-range-sep {
	margin: 0 0.15em;
	opacity: 0.7;
}

.qdp .qdp-prefix,
.qdp .qdp-suffix {
	opacity: 0.85;
}

.qdp--norate {
	opacity: 0.75;
}

/* افکت کوتاه هنگام به‌روزرسانی زنده */
.qdp-updated-flash {
	animation: qdp-flash 0.9s ease-out;
	border-radius: 3px;
}

@keyframes qdp-flash {
	0% {
		background-color: rgba(255, 214, 0, 0.45);
	}
	100% {
		background-color: transparent;
	}
}

@media (prefers-reduced-motion: reduce) {
	.qdp-updated-flash {
		animation: none;
	}
}

.qdp-updated {
	font-size: 0.9em;
	opacity: 0.8;
}

.qdp-widget {
	line-height: 1.6;
}
