/* Zippy Pay checkout container — the SDK renders its own Shadow DOM UI
 * inside this element, so styling here only concerns layout/spacing on
 * the host page, never the widget's internals (per SDK theming API). */

#zpwc-checkout-container {
	max-width: 480px;
	margin: 24px auto;
	min-height: 320px;
}

#zpwc-checkout-notice {
	max-width: 480px;
	margin: 0 auto 16px;
}
