/**
 * استایل پیام جایگزین قیمت مهمان (در صورت فعال بودن تنظیم مربوطه).
 */

.paezan-guest-price-notice {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	box-sizing: border-box;
	margin: 4px 0 0;
	padding: 5px 11px;
	border-radius: 10px;
	background: linear-gradient(145deg, #f8fafc 0%, #eef2f7 55%, #f1f5f9 100%);
	border: 1px solid #e2e8f0;
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.05),
		inset 0 1px 0 rgba(255, 255, 255, 0.85);
	line-height: 1.3;
	direction: rtl;
	text-align: center;
	min-width: 0;
}

.paezan-guest-price-notice__inner {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #334155;
	letter-spacing: 0;
	line-height: 1.35;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

/*
 * المنتور اغلب روی `.paezan-card-price *` فونت می‌گذارد (ویجت تایپوگرافی) — اولویت بالاتر.
 */
.elementor-widget .paezan-product-card .paezan-card-price .paezan-guest-price-notice .paezan-guest-price-notice__inner,
.elementor-element .paezan-product-card .paezan-card-price .paezan-guest-price-notice .paezan-guest-price-notice__inner,
.paezan-product-grid-root .paezan-product-card .paezan-card-price .paezan-guest-price-notice .paezan-guest-price-notice__inner,
.paezan-qk .paezan-card-price .paezan-guest-price-notice .paezan-guest-price-notice__inner,
.woocommerce div.product .summary .price .paezan-guest-price-notice .paezan-guest-price-notice__inner,
.woocommerce ul.products li.product .price .paezan-guest-price-notice .paezan-guest-price-notice__inner {
	font-size: 13px !important;
	line-height: 1.35 !important;
	white-space: nowrap !important;
	font-weight: 600 !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	max-width: 100% !important;
}

.paezan-card-price .paezan-guest-price-notice {
	width: 100%;
	margin-top: 6px;
}

/* کارت‌های پاییزان: ردیف قیمت با پیام مهمان */
.paezan-card-price-row .paezan-guest-price-notice {
	flex: 1 1 100%;
	min-width: 0;
}

