/* جعبه به‌روزرسانی بالای پست */
.vpb-updates {
	background: #fffaf0;
	border: 1px solid #f0e0bd;
	border-right: 4px solid #d4a017;
	border-radius: 6px;
	padding: 12px 16px;
	margin: 0 0 22px;
}
.vpb-update-item { margin: 0 0 8px; line-height: 2; }
.vpb-update-item:last-child { margin-bottom: 0; }
.vpb-update-time {
	display: inline-block;
	background: #d4a017;
	color: #fff;
	font-size: 12px;
	padding: 1px 9px;
	border-radius: 10px;
	margin-left: 6px;
	white-space: nowrap;
}

/* جدول قیمت */
.vpb-table { margin: 22px 0; overflow-x: auto; }
.vpb-table table { width: 100%; border-collapse: collapse; }
.vpb-table caption {
	caption-side: top;
	text-align: right;
	font-weight: 700;
	padding-bottom: 8px;
}
.vpb-table th, .vpb-table td {
	border: 1px solid #e6e6e6;
	padding: 9px 12px;
	text-align: right;
}
.vpb-table thead th { background: #f6f7f9; font-weight: 600; }
.vpb-table tbody tr.vpb-up td:nth-child(3),
.vpb-table tbody tr.vpb-up td:nth-child(4) { color: #12803c; }
.vpb-table tbody tr.vpb-down td:nth-child(3),
.vpb-table tbody tr.vpb-down td:nth-child(4) { color: #c5221f; }
.vpb-table figcaption { font-size: 12px; color: #6b7280; padding-top: 8px; }

/* کارت‌ها */
.vpb-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
.vpb-card {
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	padding: 12px;
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.vpb-card-title { font-size: 13px; color: #6b7280; }
.vpb-card-value { font-size: 19px; font-weight: 700; }
.vpb-card-unit { font-size: 12px; color: #6b7280; }
.vpb-card-change { font-size: 12px; }
.vpb-card.vpb-up { border-color: #bfe3cb; }
.vpb-card.vpb-up .vpb-card-change { color: #12803c; }
.vpb-card.vpb-down { border-color: #f3c4c2; }
.vpb-card.vpb-down .vpb-card-change { color: #c5221f; }

.vpb-inline-price { font-weight: 700; }

/* پرسش‌های پرتکرار */
.vpb-faq { margin-top: 28px; }
.vpb-faq-item {
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	padding: 10px 14px;
	margin-bottom: 8px;
}
.vpb-faq-item summary { cursor: pointer; font-weight: 600; }
.vpb-faq-item p { margin: 8px 0 0; }

/* مطالب مرتبط و آرشیو */
.vpb-related { margin-top: 26px; }
.vpb-related ul, .vpb-archive { list-style: none; padding: 0; margin: 0; }
.vpb-related li, .vpb-archive li {
	padding: 7px 0;
	border-bottom: 1px solid #f0f0f0;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.vpb-archive-date { font-size: 12px; color: #6b7280; white-space: nowrap; }
.vpb-empty { color: #6b7280; }

@media (max-width: 600px) {
	.vpb-table th, .vpb-table td { padding: 7px 8px; font-size: 13px; }
}

/* جدول جزئیات پست تکی */
.vpb-details table { width: 100%; }
.vpb-details tbody td:first-child { color: #4b5563; width: 55%; }
.vpb-main-link {
	margin-top: 20px;
	padding: 10px 14px;
	background: #f6f7f9;
	border-radius: 6px;
}
