/**
 * Shared chrome for main checkout template (matches shell home patterns loosely).
 */
html:has(body.akm-shared-checkout-shell) {
	background-color: #fff;
}

.akm-shared-checkout-shell {
	margin: 0;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #1a1a1a;
	background: #fff;
}

.akm-shared-checkout-shell .akm-shared-checkout-main {
	max-width: 1120px;
	margin: 16px auto 48px;
	padding: 0 12px;
}

.akm-shared-checkout-shell .akm-shared-checkout-panel {
	padding: 20px 20px 24px;
}
