/* Kapikule-style price matrix — Bilbordia Vendor Pricing */

.bvp-price-matrix {
	--bvp-matrix-border: #1e4d8c;
	--bvp-matrix-title: #c41e3a;
	--bvp-matrix-head: #1e4d8c;
	--bvp-matrix-bg: #fff;
	margin: 1.5em 0;
	font-size: 0.875rem;
}

.bvp-price-matrix__title {
	color: var(--bvp-matrix-title);
	text-align: center;
	font-size: 1.35rem;
	font-weight: 700;
	margin: 0 0 0.25em;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.bvp-price-matrix__subtitle {
	text-align: center;
	margin: 0 0 0.75em;
	color: #333;
}

.bvp-price-matrix__resource {
	text-align: center;
	margin: 0 0 0.75em;
	color: var(--bvp-matrix-head);
	font-weight: 600;
	font-size: 0.95rem;
}

.bvp-price-matrix--loading {
	opacity: 0.55;
	pointer-events: none;
}

.bvp-price-matrix--awaiting-resource .bvp-price-matrix__scroll {
	opacity: 0.45;
}

.bvp-price-matrix--loading .bvp-price-matrix__scroll {
	position: relative;
}

.bvp-price-matrix__scroll {
	overflow-x: auto;
	border: 2px solid var(--bvp-matrix-border);
	background: var(--bvp-matrix-bg);
}

.bvp-price-matrix__table {
	width: 100%;
	border-collapse: collapse;
	min-width: 640px;
}

.bvp-price-matrix__table th,
.bvp-price-matrix__table td {
	border: 1px solid var(--bvp-matrix-border);
	padding: 0.45em 0.6em;
	text-align: center;
	vertical-align: middle;
}

.bvp-price-matrix__corner,
.bvp-price-matrix__row-label {
	background: #f0f6fc;
	color: var(--bvp-matrix-head);
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
}

.bvp-price-matrix__group {
	background: #e8f0fa;
	color: var(--bvp-matrix-head);
	font-weight: 700;
	font-size: 0.8rem;
}

.bvp-price-matrix__sub {
	background: #f8fafc;
	color: #333;
	font-weight: 500;
	font-size: 0.72rem;
	line-height: 1.25;
}

.bvp-price-matrix__unit,
.bvp-price-matrix__total {
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.bvp-price-matrix__total {
	font-weight: 600;
}

.bvp-matrix-error {
	color: #b32d2e;
	font-size: 0.9rem;
}

.bvp-pricing-demo__badge {
	background: #fff8e5;
	border: 1px solid #e6c200;
	color: #5c4a00;
	padding: 0.5em 0.75em;
	margin-bottom: 0.75em;
	font-size: 0.85rem;
	border-radius: 3px;
}

.bvp-pricing-demo__info {
	margin: 0 0 1em;
	padding: 0.75em 1em;
	background: #f6f9fc;
	border-left: 3px solid var(--bvp-matrix-head);
	font-size: 0.85rem;
}

.bvp-pricing-demo__info p:last-child {
	margin-bottom: 0;
}

.bvp-pricing-demo__assignments {
	margin-top: 1.25em;
	padding-top: 1em;
	border-top: 1px solid #ddd;
}

.bvp-pricing-demo__assignments-title {
	margin: 0 0 0.5em;
	font-size: 1rem;
}

.bvp-pricing-demo__product-list {
	margin: 0.25em 0 0 1.25em;
}

.bvp-matrix-preview .bvp-price-matrix {
	margin-top: 0.5em;
}
