.pcf-checkout-block {
	margin: 1.25rem 0;
	padding: 1rem;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	background: #fff;
}

.pcf-item-group {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #edf2f7;
}

.pcf-item-group:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.pcf-unit-title {
	margin: 0.75rem 0 0.25rem;
}

.pcf-row .pcf-inline-option {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-right: 0.85rem;
}

.pcf-row label .optional {
	color: #6b7280;
	font-weight: 400;
	font-size: 0.92em;
}

.pcf-help-text {
	display: block;
	margin-top: 0.35rem;
	color: #6b7280;
	font-size: 0.92em;
	line-height: 1.4;
}

.pcf-html-content {
	margin: 0 0 1rem;
}

.pcf-html-content > :first-child {
	margin-top: 0;
}

.pcf-html-content > :last-child {
	margin-bottom: 0;
}
