.sdr-tier-box {
	margin: 1.5rem 0;
	padding: 1.1rem;
	border: 1px solid #e1e4e8;
	border-radius: 8px;
	background: #fff;
}

form.cart .sdr-tier-box-in-cart-form {
	width: 100%;
	margin: 1rem 0;
}

.sdr-tier-title {
	margin: 0 0 .35rem;
	font-size: 1.15em;
}

.sdr-tier-note {
	margin: 0 0 .8rem;
	color: #555;
	font-size: .92em;
}

.sdr-tier-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.sdr-tier-table th,
.sdr-tier-table td {
	padding: .55rem .65rem;
	border-bottom: 1px solid #eceff1;
	text-align: left;
}

.sdr-tier-table th {
	background: #f7f8f9;
	font-weight: 600;
}

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

.sdr-tier-table tbody tr.is-active td {
	background: #f3ebfa;
}

.sdr-tier-table tbody tr.is-active td:first-child {
	box-shadow: inset 4px 0 0 #7f54b3;
}

.sdr-tier-price {
	white-space: nowrap;
}

.sdr-live-price {
	margin-top: 1rem;
	padding: .9rem 1rem;
	border-radius: 7px;
	background: #f7f8f9;
}

.sdr-live-status {
	margin: 0;
	color: #555;
}

.sdr-live-label {
	display: block;
	margin-bottom: .15rem;
	color: #50575e;
	font-size: .9em;
}

.sdr-live-total {
	font-size: 1.4em;
	line-height: 1.3;
}

.sdr-live-total del {
	margin-right: .25rem;
	color: #777;
	font-size: .75em;
	font-weight: 400;
}

.sdr-live-details {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem .75rem;
	align-items: center;
	margin-top: .3rem;
	font-size: .9em;
}

.sdr-live-badge {
	padding: .15rem .5rem;
	border-radius: 999px;
	background: #7f54b3;
	color: #fff;
	font-weight: 600;
}

.sdr-live-context {
	margin: .55rem 0 0;
	color: #555;
	font-size: .82em;
}

.elementor-widget-woocommerce-product-price .price.sdr-main-price-active del {
	opacity: .65;
}

.elementor-widget-woocommerce-product-price .price.sdr-main-price-active ins {
	text-decoration: none;
}

.sdr-main-price-note {
	display: block;
	margin-top: .3rem;
	font-size: 14px !important;
	font-weight: 400;
	line-height: 1.4;
	text-transform: none;
}
