.ecdtp-delivery {
	--ecdtp-delivery-color: #5f6368;
	display: flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0.65rem 0;
	padding: 0.55rem 0.75rem;
	border-left: 4px solid var(--ecdtp-delivery-color);
	background: rgba(0, 0, 0, 0.035);
	line-height: 1.35;
}

.ecdtp-delivery--loop {
	font-size: 0.9em;
	margin: 0.4rem 0;
	padding: 0.35rem 0.55rem;
}

.ecdtp-tier-pricing {
	margin: 1.2rem 0 1.5rem;
	clear: both;
}

.ecdtp-tier-title {
	margin: 0 0 0.65rem;
	font-size: 1.15em;
}

.ecdtp-tier-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.ecdtp-tier-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	background: #fff;
}

.ecdtp-tier-table th,
.ecdtp-tier-table td {
	padding: 0.7rem 0.8rem;
	border: 1px solid rgba(0, 0, 0, 0.12);
	text-align: left;
}

.ecdtp-tier-table thead th {
	background: rgba(0, 0, 0, 0.055);
	font-weight: 600;
}

.ecdtp-tier-table tbody tr {
	cursor: pointer;
	transition: background-color 120ms ease, box-shadow 120ms ease;
}

.ecdtp-tier-table tbody tr:hover,
.ecdtp-tier-table tbody tr:focus {
	background: rgba(0, 0, 0, 0.035);
	outline: 2px solid transparent;
}

.ecdtp-tier-table tbody tr:focus-visible {
	outline-color: currentColor;
	outline-offset: -2px;
}

.ecdtp-tier-table tbody tr.is-active {
	background: rgba(34, 116, 71, 0.09);
	box-shadow: inset 4px 0 0 #227447;
}

.ecdtp-live-price {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.6rem 1rem;
	margin-top: 0.75rem;
	padding: 0.75rem 0.85rem;
	background: rgba(0, 0, 0, 0.035);
}

.ecdtp-live-price > span {
	display: flex;
	justify-content: space-between;
	gap: 0.75rem;
}

.ecdtp-price-summary {
	display: inline-flex;
	flex-direction: column;
	gap: 0.15rem;
}

.ecdtp-price-base,
.ecdtp-price-lowest {
	display: block;
}

.ecdtp-price-lowest {
	font-weight: 400;
	opacity: 0.78;
}

.ecdtp-legacy-variation-row {
	display: none !important;
}

.ecdtp-delivery-summary-note {
	display: block;
	margin-top: 0.2rem;
	font-weight: 400;
}

@media (max-width: 560px) {
	.ecdtp-live-price {
		grid-template-columns: 1fr;
	}
}
