/**
 * Front-end pricing styles for Web-Ons B2B Commerce.
 *
 * Scoped to the classes the PricingDisplay renderer emits. Themes can override
 * by targeting `.webons-b2b-price` / `.webons-b2b-tier-table`.
 */

.webons-b2b-price--applied {
	display: inline-flex;
	align-items: baseline;
	gap: 0.5em;
	flex-wrap: wrap;
}

.webons-b2b-price__label {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 0.85em;
	color: #2271b1;
}

.webons-b2b-price__rrp {
	color: #777;
	text-decoration: line-through;
	font-weight: 400;
	font-size: 0.95em;
}

.webons-b2b-tier-table {
	width: auto;
	margin: 1.25em 0;
	border-collapse: collapse;
	font-size: 0.95em;
}

.webons-b2b-tier-table th,
.webons-b2b-tier-table td {
	padding: 0.5em 1em;
	border: 1px solid #e0e0e0;
	text-align: left;
}

.webons-b2b-tier-table th {
	background: #f6f7f7;
	font-weight: 600;
}
