/* DigiPharma Tiered Pricing — product page */
.dptp-tier-table-wrap {
	margin: 1rem 0 1.25rem;
	padding: 0.75rem 1rem;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.02);
	max-width: 420px;
}

.dptp-tier-heading {
	margin: 0 0 0.35rem;
	font-size: 1rem;
	font-weight: 600;
}

.dptp-tier-hint {
	margin: 0 0 0.65rem;
	font-size: 0.8rem;
	opacity: 0.75;
	line-height: 1.4;
}

.dptp-tier-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.925rem;
}

.dptp-tier-table th,
.dptp-tier-table td {
	padding: 0.4rem 0.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	text-align: start;
}

.dptp-tier-table th {
	font-weight: 600;
	opacity: 0.85;
}

.dptp-tier-table tr.is-active {
	background: rgba(16, 185, 129, 0.12);
	font-weight: 600;
}

.dptp-tier-table tr:last-child td {
	border-bottom: 0;
}

.dptp-live-unit-price {
	display: inline-block;
	margin-top: 0.35rem;
	font-size: 0.9rem;
	opacity: 0.9;
}

/* Discounted ranges: struck original next to the price actually paid. */
.dptp-tier-table .dptp-price {
	display: inline-flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.dptp-price__regular,
.dptp-live-unit-price del {
	color: inherit;
	opacity: 0.55;
	text-decoration: line-through;
	font-size: 0.85em;
	font-weight: 400;
}

.dptp-price__final {
	text-decoration: none;
	font-weight: 700;
	color: #16a34a;
}

.dptp-price__badge {
	display: inline-block;
	padding: 0.05rem 0.35rem;
	border-radius: 999px;
	background: rgba(220, 38, 38, 0.1);
	color: #dc2626;
	font-size: 0.72em;
	font-weight: 700;
	line-height: 1.6;
	white-space: nowrap;
}

.dptp-live-unit-price {
	display: block;
}
