/* Delivery panel for battery products. Kept deliberately small: one line of text. */
.summary .pv-battery-delivery {
	margin: 0.35rem 0 0.75rem;
	padding: 0.5rem 0.7rem;
	border-left: 3px solid currentColor;
	background: rgba(127, 127, 127, 0.08);
	font-size: 0.95em;
	line-height: 1.45;
}

.summary .pv-battery-delivery.is-unavailable {
	border-left-color: #b32d2e;
}

.pv-quick-form .pv-quick-delivery {
	min-height: 1.4em;
}
