/* M10b transaction shell rules shared by cart/account/order-received surfaces. Checkout shell rules live in the focused M10c checkout modules. */

.wcts-site-main--transaction {
	background: var(--wcts-color-white);
}

.wcts-transaction-page {
	padding-block: clamp(2.25rem, 4vw, 3.5rem);
}

.wcts-transaction-page__screen-title {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}
