/* Carport PPRO storefront */
.carport-ppro-zip-box {
	margin: 1em 0 1.25em;
	padding: 1em;
	border: 1px solid #ddd;
	background: #fafafa;
}
.carport-ppro-zip-box label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35em;
}
.carport-ppro-zip-row {
	display: flex;
	gap: 0.5em;
	align-items: center;
	flex-wrap: wrap;
}
.carport-ppro-zip-row input[type="text"] {
	max-width: 140px;
}
.carport-ppro-live-summary {
	margin-top: 0.75em;
	font-size: 0.95em;
}
.carport-ppro-live-summary .line {
	display: flex;
	justify-content: space-between;
	gap: 1em;
	padding: 0.15em 0;
}
.carport-ppro-live-summary .line.deposit strong {
	color: #1a1a1a;
}
.carport-ppro-live-summary .error {
	color: #b32d2e;
}
.carport-ppro-catalog-badge {
	margin: 0.5em 0 0;
	font-size: 0.8em;
	color: #646970;
}
.carport-ppro-zip-hint {
	margin: 0.5em 0 0;
	font-size: 0.85em;
	color: #9a6700;
}
.carport-ppro-note {
	margin: 0.75em 0 0;
	font-size: 0.85em;
	color: #555;
}
.carport-ppro-thankyou,
.carport-ppro-order-summary {
	margin: 1.5em 0;
}
table.shop_table .carport-ppro-breakdown-deposit th,
table.shop_table .carport-ppro-breakdown-deposit td {
	font-size: 1.05em;
}
