.wp-block-spectra-plus-checkout-shell {
	width: 100%;
}

.spx-checkout-shell {
	--spx-checkout-width: min(1240px, calc(100% - 2rem));
	--spx-checkout-panel-padding: 0.95rem;
	--spx-checkout-panel-gap: 0.75rem;
	--spx-checkout-sticky-top: calc(var(--wp-admin--admin-bar--height, 0px) + 5.5rem);
	--spx-checkout-surface: #ffffff;
	--spx-checkout-surface-soft: #f7fbf8;
	--spx-checkout-surface-muted: #f3f6f8;
	--spx-checkout-border: rgba(20, 35, 48, 0.1);
	--spx-checkout-border-strong: rgba(11, 143, 70, 0.2);
	--spx-checkout-text: #101820;
	--spx-checkout-text-muted: #607082;
	--spx-checkout-accent: #0ead47;
	--spx-checkout-accent-soft: #eaf8ef;
	--spx-checkout-shadow: 0 16px 36px rgba(16, 24, 32, 0.06);
	color: var(--spx-checkout-text);
	display: block;
	width: 100%;
	padding: 1rem 0 3.5rem;
	font-family:
		"Manrope",
		system-ui,
		-apple-system,
		blinkmacsystemfont,
		"Segoe UI",
		sans-serif;
}

.spx-checkout-shell__inner {
	width: var(--spx-checkout-width);
	margin: 0 auto;
	display: grid;
	gap: 1rem;
}

.spx-checkout-shell__intro,
.spx-checkout-shell__progress,
.spx-checkout-shell__workspace,
.spx-checkout-shell__mobile-bar {
	margin: 0 !important;
}

.spx-checkout-shell__intro {
	display: grid !important;
	grid-template-columns: 38px minmax(0, 1fr);
	align-items: center;
	gap: 0.85rem 1rem;
	padding: 0.75rem 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.spx-checkout-shell__eyebrow,
.spx-checkout-shell__title,
.spx-checkout-shell__description,
.spx-checkout-shell__status {
	margin: 0 !important;
}

.spx-checkout-shell__eyebrow {
	position: relative;
	width: 38px;
	height: 38px;
	border-radius: 9px;
	background: var(--spx-checkout-accent);
	box-shadow: 0 10px 22px rgba(6, 168, 70, 0.2);
	color: transparent !important;
	font-size: 0 !important;
	line-height: 0 !important;
	letter-spacing: 0 !important;
	overflow: hidden;
}

.spx-checkout-shell__eyebrow::before {
	content: "";
	position: absolute;
	inset: 8px;
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='11' width='14' height='10' rx='2'/%3E%3Cpath d='M8 11V8a4 4 0 1 1 8 0v3'/%3E%3C/svg%3E")
			center / contain no-repeat;
}

.spx-checkout-shell__title,
.spx-checkout-shell__description {
	grid-column: 2;
}

.spx-checkout-shell__title {
	font-family:
		"Manrope",
		system-ui,
		sans-serif;
	letter-spacing: -0.025em;
}

.spx-checkout-shell__description {
	max-width: 36rem;
}

.spx-checkout-shell__progress {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(118px, 1fr));
	gap: 0.5rem !important;
	padding: 0.5rem;
	border: 1px solid var(--spx-checkout-border);
	border-radius: 1rem;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(16, 24, 32, 0.04);
	overflow-x: auto;
	scrollbar-width: none;
}

.spx-checkout-shell__progress::-webkit-scrollbar {
	display: none;
}

.spx-checkout-shell__progress .wp-block-button,
.spx-checkout-shell__actions .wp-block-button,
.spx-checkout-shell__mobile-actions .wp-block-button,
.spx-checkout-shell__support .wp-block-button {
	margin: 0;
}

.spx-checkout-shell__progress-button,
.spx-checkout-shell__nav-button,
.spx-checkout-shell__mobile-help,
.spx-checkout-shell__mobile-next,
.spx-checkout-shell__support-button {
	width: 100%;
}

.spx-checkout-shell__progress-button .wp-block-button__link,
.spx-checkout-shell__nav-button .wp-block-button__link,
.spx-checkout-shell__mobile-help .wp-block-button__link,
.spx-checkout-shell__mobile-next .wp-block-button__link,
.spx-checkout-shell__support-button .wp-block-button__link {
	width: 100%;
	border: 1px solid transparent;
	text-decoration: none;
	box-shadow: none;
}

.spx-checkout-shell__progress-button .wp-block-button__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
	padding-left: 2.9rem !important;
	padding-right: 0.85rem !important;
	border-color: var(--spx-checkout-border);
	background: #ffffff;
	color: var(--spx-checkout-text-muted);
	font-size: 0.76rem;
	font-weight: 900;
	border-radius: 0.75rem !important;
}

.spx-checkout-shell__progress-button .wp-block-button__link::before {
	position: absolute;
	left: 0.95rem;
	width: 1.625rem;
	height: 1.625rem;
	border-radius: 999px;
	background: rgba(96, 112, 130, 0.12);
	color: var(--spx-checkout-text);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family:
		"Sora",
		system-ui,
		sans-serif;
	font-size: 0.72rem;
	font-weight: 800;
	content: "1";
}

.spx-checkout-shell__progress-button.is-step-1 .wp-block-button__link::before {
	content: "2";
}

.spx-checkout-shell__progress-button.is-step-2 .wp-block-button__link::before {
	content: "3";
}

.spx-checkout-shell__progress-button.is-step-3 .wp-block-button__link::before {
	content: "4";
}

.spx-checkout-shell__progress-button.is-active .wp-block-button__link,
.spx-checkout-shell__progress-button .wp-block-button__link:hover,
.spx-checkout-shell__progress-button .wp-block-button__link:focus {
	border-color: var(--spx-checkout-border-strong);
	background: var(--spx-checkout-accent-soft);
	color: #0c7c3e;
}

.spx-checkout-shell__progress-button.is-active .wp-block-button__link::before,
.spx-checkout-shell__progress-button .wp-block-button__link:hover::before,
.spx-checkout-shell__progress-button .wp-block-button__link:focus::before {
	background: var(--spx-checkout-accent);
	color: #ffffff;
}

.spx-checkout-shell__workspace {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
	gap: 0.8rem;
	align-items: start;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.spx-checkout-shell__flow,
.spx-checkout-shell__sidebar {
	margin: 0 !important;
	display: grid !important;
	gap: var(--spx-checkout-panel-gap);
}

.spx-checkout-shell__sidebar {
	align-self: start;
}

.spx-checkout-shell__workspace > *,
.spx-checkout-shell__flow > *,
.spx-checkout-shell__sidebar > *,
.spx-checkout-shell__step-panel > *,
.spx-checkout-shell__summary-card > *,
.spx-checkout-shell__placeholder-card > *,
.spx-checkout-shell__trust-card > * {
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.spx-checkout-shell__flow,
.spx-checkout-shell__sidebar,
.spx-checkout-shell__step-panel,
.spx-checkout-shell__contact-card,
.spx-checkout-shell__contact-form,
.spx-checkout-shell__contact-grid,
.spx-checkout-shell__summary-card--primary,
.spx-checkout-shell__summary-card--sticky,
.spx-checkout-shell__items,
.spx-checkout-shell__totals {
	width: 100%;
	max-width: none !important;
}

.spx-checkout-shell__step-panel,
.spx-checkout-shell__summary-card,
.spx-checkout-shell__placeholder-card,
.spx-checkout-shell__trust-card {
	padding: var(--spx-checkout-panel-padding);
	border: 1px solid var(--spx-checkout-border);
	border-radius: 1rem;
	background: var(--spx-checkout-surface);
	box-shadow: 0 8px 22px rgba(16, 24, 32, 0.04);
}

.spx-checkout-shell__step-panel {
	margin: 0 !important;
	display: grid;
	gap: var(--spx-checkout-panel-gap);
	align-content: start;
}

.spx-checkout-shell__summary-card--primary {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.spx-checkout-shell.is-ready .spx-checkout-shell__step-panel {
	display: none;
}

.spx-checkout-shell.is-ready .spx-checkout-shell__step-panel.is-active {
	display: grid;
}

.spx-checkout-shell__panel-title,
.spx-checkout-shell__panel-description,
.spx-checkout-shell__sidebar-title,
.spx-checkout-shell__sidebar-description {
	margin: 0 !important;
}

.spx-checkout-shell__summary-card,
.spx-checkout-shell__placeholder-card {
	display: grid;
	gap: var(--spx-checkout-panel-gap);
}

.spx-checkout-shell__summary-card--sticky {
	gap: 0.72rem;
	padding: var(--spx-checkout-panel-padding);
}

.spx-checkout-shell__panel-head,
.spx-checkout-shell__panel-heading-wrap {
	margin: 0 !important;
}

.spx-checkout-shell__panel-head {
	align-items: start !important;
	gap: 0.65rem !important;
}

.spx-checkout-shell__panel-heading-wrap {
	display: grid !important;
	gap: 0.16rem;
}

.spx-checkout-shell__panel-edit {
	margin: 0 !important;
	white-space: nowrap;
}

.spx-checkout-shell__panel-edit a {
	color: #0c7c3e;
	text-decoration: none;
}

.spx-checkout-shell__panel-edit a:hover,
.spx-checkout-shell__panel-edit a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.spx-checkout-shell__items {
	display: grid;
	gap: 0.75rem;
}

.spx-checkout-shell__items--primary {
	gap: 0;
	padding-bottom: 0.9rem;
	border-bottom: 1px solid rgba(20, 35, 48, 0.08);
}

.spx-checkout-shell__empty-state {
	padding: 0.9rem 1rem;
	border: 1px dashed rgba(96, 112, 130, 0.28);
	border-radius: 1rem;
	background: var(--spx-checkout-surface-soft);
	font-size: 0.82rem !important;
	line-height: 1.4;
}

.spx-checkout-shell__item {
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr) minmax(88px, auto);
	gap: 0.85rem;
	align-items: start;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(20, 35, 48, 0.08);
	border-radius: 0.9rem;
	background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.spx-checkout-shell__items--primary .spx-checkout-shell__item {
	width: 100%;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	box-sizing: border-box;
	padding: 0.8rem 0;
	border: 0;
	border-bottom: 1px solid rgba(20, 35, 48, 0.08);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.spx-checkout-shell__items--primary .spx-checkout-shell__item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.spx-checkout-shell__item-media {
	width: 68px;
	height: 68px;
	border-radius: 0.8rem;
	background: var(--spx-checkout-surface-muted);
	overflow: hidden;
	display: grid;
	place-items: center;
	align-self: start;
	border: 1px solid rgba(20, 35, 48, 0.06);
}

.spx-checkout-shell__item-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #ffffff;
	padding: 0.35rem;
}

.spx-checkout-shell__item-copy {
	min-width: 0;
	display: grid;
	gap: 0.3rem;
	padding-top: 0.1rem;
}

.spx-checkout-shell__item-name,
.spx-checkout-shell__item-meta,
.spx-checkout-shell__item-price,
.spx-checkout-shell__item-quantity {
	margin: 0;
}

.spx-checkout-shell__item-name {
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.34;
	color: var(--spx-checkout-text);
	overflow-wrap: anywhere;
}

.spx-checkout-shell__items--compact .spx-checkout-shell__item-name {
	font-size: 0.88rem;
}

.spx-checkout-shell__item-meta-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem 0.65rem;
}

.spx-checkout-shell__item-meta-stack {
	display: grid;
	gap: 0.12rem;
}

.spx-checkout-shell__item-meta,
.spx-checkout-shell__item-quantity {
	font-size: 0.82rem;
	line-height: 1.35;
	color: var(--spx-checkout-text-muted);
}

.spx-checkout-shell__item-quantity {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	padding: 0.26rem 0.6rem;
	border: 1px solid rgba(11, 143, 70, 0.12);
	border-radius: 999px;
	background: rgba(234, 248, 239, 0.72);
	color: #345447;
	font-size: 0.84rem;
	font-weight: 700;
	white-space: nowrap;
}

.spx-checkout-shell__item-quantity--plain {
	display: block;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--spx-checkout-text-muted);
	font-size: 0.82rem;
	font-weight: 600;
}

.spx-checkout-shell__item-quantity strong {
	font-weight: 800;
}

.spx-checkout-shell__item-aside {
	display: grid;
	justify-items: end;
	align-content: start;
	gap: 0.65rem;
	min-width: 0;
	padding-top: 0.05rem;
}

.spx-checkout-shell__item-remove {
	display: inline-grid;
	place-items: center;
	width: 1.9rem;
	height: 1.9rem;
	padding: 0;
	border: 1px solid rgba(20, 35, 48, 0.12);
	border-radius: 999px;
	background: #ffffff;
	color: #6c7a89;
	cursor: pointer;
	font-size: 1.15rem;
	line-height: 1;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.spx-checkout-shell__item-remove:hover,
.spx-checkout-shell__item-remove:focus-visible {
	border-color: rgba(192, 31, 67, 0.18);
	background: #fff5f7;
	color: #bf1f43;
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(191, 31, 67, 0.12);
}

.spx-checkout-shell__item-remove:disabled {
	opacity: 0.5;
	cursor: wait;
	transform: none;
	box-shadow: none;
}

.spx-checkout-shell__item-price {
	font-family:
		"Sora",
		system-ui,
		sans-serif;
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.2;
	color: var(--spx-checkout-text);
	text-align: right;
	letter-spacing: -0.02em;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.spx-checkout-shell__item-media-fallback {
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	padding: 0.35rem;
	background: linear-gradient(135deg, #eef6f1 0%, #dcecdf 100%);
	color: #0c7c3e;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.spx-checkout-shell__items--compact .spx-checkout-shell__item {
	grid-template-columns: 68px minmax(0, 1fr);
	gap: 0.75rem;
	padding: 0.8rem;
}

.spx-checkout-shell__items--compact .spx-checkout-shell__item-media {
	width: 68px;
	height: 68px;
}

.spx-checkout-shell__items--compact .spx-checkout-shell__item-aside {
	grid-column: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding-top: 0;
}

.spx-checkout-shell__items--compact .spx-checkout-shell__item-remove {
	order: 2;
}

.spx-checkout-shell__totals {
	display: grid;
	gap: 0.6rem;
}

.spx-checkout-shell__total-row {
	display: flex !important;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 0.6rem;
	border-bottom: 1px dashed rgba(20, 35, 48, 0.12);
}

.spx-checkout-shell__total-row.is-grand-total {
	padding-top: 0.2rem;
	padding-bottom: 0;
	border-bottom: 0;
}

.spx-checkout-shell__total-row p {
	margin: 0 !important;
}

.spx-checkout-shell__summary-card--sticky .spx-checkout-shell__totals {
	justify-self: stretch;
	gap: 0.5rem;
}

.spx-checkout-shell__summary-card--sticky .spx-checkout-shell__total-row {
	width: 100%;
	padding-bottom: 0.55rem;
}

.spx-checkout-shell__total-label {
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--spx-checkout-text-muted);
}

.spx-checkout-shell__total-value {
	font-family:
		"Sora",
		system-ui,
		sans-serif;
	font-size: 0.8rem;
	font-weight: 800;
	color: var(--spx-checkout-text);
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
	text-align: right;
}

.spx-checkout-shell__total-row.is-grand-total .spx-checkout-shell__total-label,
.spx-checkout-shell__total-row.is-grand-total .spx-checkout-shell__total-value,
.spx-checkout-shell__mobile-total {
	font-size: clamp(1rem, 2vw, 1.1rem);
	color: #0c7c3e;
}

.spx-checkout-shell__contact-card,
.spx-checkout-shell__contact-note {
	margin: 0 !important;
}

.spx-checkout-shell__contact-card {
	display: grid;
	gap: 0.85rem;
}

.spx-checkout-shell__contact-form {
	display: grid;
	gap: 0.75rem;
}

.spx-checkout-shell__contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

.spx-checkout-shell__field {
	min-width: 0;
	display: grid;
	gap: 0.35rem;
}

.spx-checkout-shell__field--full {
	grid-column: 1 / -1;
}

.spx-checkout-shell__field-label {
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.35;
	color: var(--spx-checkout-text);
}

.spx-checkout-shell__field-control {
	width: 100%;
	height: 48px;
	min-height: 48px;
	padding: 0 1rem;
	border: 1px solid rgba(20, 35, 48, 0.12);
	border-radius: 0.625rem;
	background: #ffffff;
	color: var(--spx-checkout-text);
	font-size: 0.92rem;
	line-height: 1.3;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96);
	box-sizing: border-box;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		background-color 0.2s ease;
}

.spx-checkout-shell__field-control--textarea {
	height: auto;
	min-height: 104px;
	padding-top: 0.85rem;
	padding-bottom: 0.85rem;
	resize: vertical;
	line-height: 1.45;
}

.spx-checkout-shell__field-control::placeholder {
	color: #90a0b1;
}

.spx-checkout-shell__field-control:hover {
	border-color: rgba(20, 35, 48, 0.2);
}

.spx-checkout-shell__field-control:-webkit-autofill,
.spx-checkout-shell__field-control:-webkit-autofill:hover,
.spx-checkout-shell__field-control:-webkit-autofill:focus {
	-webkit-text-fill-color: var(--spx-checkout-text);
	-webkit-box-shadow: 0 0 0 1000px #ffffff inset;
	box-shadow: 0 0 0 1000px #ffffff inset;
	transition: background-color 9999s ease-in-out 0s;
}

.spx-checkout-shell__field-control:focus {
	outline: none;
	border-color: rgba(11, 143, 70, 0.34);
	box-shadow:
		0 0 0 3px rgba(11, 143, 70, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.spx-checkout-shell__field.is-error .spx-checkout-shell__field-control {
	border-color: rgba(192, 31, 67, 0.34);
	background: #fff9fb;
	box-shadow: 0 0 0 3px rgba(192, 31, 67, 0.08);
}

.spx-checkout-shell__field.is-valid .spx-checkout-shell__field-control {
	border-color: rgba(11, 143, 70, 0.2);
	background: #ffffff;
}

.spx-checkout-shell__field-error {
	margin: 0;
	font-size: 0.76rem;
	font-weight: 600;
	line-height: 1.45;
	color: #bf1f43;
}

.spx-checkout-shell__field-optional {
	color: var(--spx-checkout-text-muted);
	font-size: 0.75rem;
	font-weight: 600;
}

.spx-checkout-shell__contact-feedback {
	padding: 0.7rem 0.9rem;
	border: 1px solid rgba(20, 35, 48, 0.08);
	border-radius: 0.75rem;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.5;
}

.spx-checkout-shell__contact-feedback.is-saving {
	border-color: rgba(11, 143, 70, 0.14);
	background: rgba(247, 251, 248, 0.92);
	color: #345447;
}

.spx-checkout-shell__contact-feedback.is-success {
	border-color: rgba(11, 143, 70, 0.14);
	background: rgba(234, 248, 239, 0.92);
	color: #0c7c3e;
}

.spx-checkout-shell__contact-feedback.is-error {
	border-color: rgba(192, 31, 67, 0.16);
	background: #fff6f8;
	color: #9d1738;
}

.spx-checkout-shell__contact-note {
	padding: 1rem;
	border: 1px solid rgba(11, 143, 70, 0.12);
	border-radius: 1rem;
	background:
		linear-gradient(180deg, rgba(234, 248, 239, 0.92), rgba(255, 255, 255, 0.98)),
		#ffffff;
}

.spx-checkout-shell__contact-note-title,
.spx-checkout-shell__contact-note-copy,
.spx-checkout-shell__contact-sync-note {
	margin: 0 !important;
}

.spx-checkout-shell__shipping-card,
.spx-checkout-shell__shipping-note {
	margin: 0 !important;
	width: 100%;
	max-width: none !important;
}

.spx-checkout-shell__shipping-card,
.spx-checkout-shell__shipping-note,
.spx-checkout-shell__shipping-form,
.spx-checkout-shell__shipping-methods {
	display: grid;
	gap: 0.52rem;
}

.spx-checkout-shell__shipping-form,
.spx-checkout-shell__shipping-methods,
.spx-checkout-shell__shipping-grid {
	width: 100%;
	max-width: none !important;
}

.spx-checkout-shell__shipping-card > *,
.spx-checkout-shell__shipping-note > * {
	width: 100%;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.spx-checkout-shell__shipping-package {
	display: grid;
	gap: 4px;
}

.spx-checkout-shell__shipping-package-title {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.35;
	color: var(--spx-checkout-text);
}

.spx-checkout-shell__shipping-rate {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.72rem;
	padding: 0.76rem 0.95rem;
	border: 1px solid rgba(20, 35, 48, 0.1);
	border-radius: 0.9rem;
	background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
	cursor: pointer;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease,
		background-color 0.2s ease;
}

.spx-checkout-shell__shipping-package > .spx-checkout-shell__shipping-rate {
	margin: 0;
}

.spx-checkout-shell__shipping-rate:hover,
.spx-checkout-shell__shipping-rate:focus-within {
	border-color: rgba(11, 143, 70, 0.22);
	box-shadow: 0 12px 26px rgba(16, 24, 32, 0.06);
	transform: translateY(-1px);
}

.spx-checkout-shell__shipping-rate.is-selected {
	border-color: rgba(11, 143, 70, 0.34);
	background: linear-gradient(180deg, rgba(234, 248, 239, 0.78), rgba(255, 255, 255, 0.98));
	box-shadow: 0 14px 28px rgba(11, 143, 70, 0.08);
}

.spx-checkout-shell__shipping-rate-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.spx-checkout-shell__shipping-rate-radio {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 1.48rem;
	height: 1.48rem;
	border: 1px solid rgba(20, 35, 48, 0.18);
	border-radius: 999px;
	background: #ffffff;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		background-color 0.2s ease;
}

.spx-checkout-shell__shipping-rate-radio::after {
	content: "";
	width: 0.64rem;
	height: 0.64rem;
	border-radius: 999px;
	background: transparent;
	transform: scale(0.65);
	transition:
		transform 0.2s ease,
		background-color 0.2s ease;
}

.spx-checkout-shell__shipping-rate.is-selected .spx-checkout-shell__shipping-rate-radio {
	border-color: rgba(11, 143, 70, 0.42);
	box-shadow: 0 0 0 4px rgba(11, 143, 70, 0.08);
}

.spx-checkout-shell__shipping-rate.is-selected .spx-checkout-shell__shipping-rate-radio::after {
	background: var(--spx-checkout-accent);
	transform: scale(1);
}

.spx-checkout-shell__shipping-rate-main {
	min-width: 0;
	display: grid;
	gap: 0.1rem;
}

.spx-checkout-shell__shipping-rate-name,
.spx-checkout-shell__shipping-rate-description,
.spx-checkout-shell__shipping-rate-price,
.spx-checkout-shell__shipping-rate-delivery {
	margin: 0;
}

.spx-checkout-shell__shipping-rate-name {
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.35;
	color: var(--spx-checkout-text);
}

.spx-checkout-shell__shipping-rate-description,
.spx-checkout-shell__shipping-rate-delivery {
	font-size: 0.76rem;
	line-height: 1.4;
	color: var(--spx-checkout-text-muted);
}

.spx-checkout-shell__shipping-rate-price {
	font-family:
		"Sora",
		system-ui,
		sans-serif;
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.2;
	color: #0c7c3e;
	text-align: right;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
	min-width: 4.75rem;
}

.spx-checkout-shell__shipping-mode-note {
	margin: 0;
	font-size: 0.76rem;
	line-height: 1.4;
	color: var(--spx-checkout-text-muted);
}

.spx-checkout-shell__shipping-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.spx-checkout-shell__shipping-note {
	padding: 1rem;
	border: 1px solid rgba(11, 143, 70, 0.12);
	border-radius: 1rem;
	background:
		linear-gradient(180deg, rgba(234, 248, 239, 0.92), rgba(255, 255, 255, 0.98)),
		#ffffff;
}

.spx-checkout-shell__shipping-note-title,
.spx-checkout-shell__shipping-note-copy,
.spx-checkout-shell__shipping-sync-note {
	margin: 0 !important;
}

.spx-checkout-shell__payment-card {
	margin: 0 !important;
	display: grid;
	width: 100%;
	max-width: none !important;
	min-width: 0;
	gap: 0.68rem;
}

.spx-checkout-shell__payment-form,
.spx-checkout-shell__payment-methods-wrap,
.spx-checkout-shell__payment-methods,
.spx-checkout-shell__payment-review,
.spx-checkout-shell__payment-ready {
	display: grid;
	width: 100%;
	max-width: none !important;
	min-width: 0;
	gap: 0.58rem;
}

.spx-checkout-shell__payment-card > *,
.spx-checkout-shell__payment-form > *,
.spx-checkout-shell__payment-methods-wrap > * {
	width: 100%;
	max-width: none !important;
	min-width: 0;
	box-sizing: border-box;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.spx-checkout-shell__payment-methods > .spx-checkout-shell__empty-state {
	width: 100%;
	max-width: none !important;
}

.spx-checkout-shell__payment-trust,
.spx-checkout-shell__payment-review,
.spx-checkout-shell__payment-ready {
	width: 100%;
	max-width: 100%;
	padding: 0.88rem 0.95rem;
	border: 1px solid rgba(11, 143, 70, 0.12);
	border-radius: 1rem;
	background:
		linear-gradient(180deg, rgba(234, 248, 239, 0.92), rgba(255, 255, 255, 0.98)),
		#ffffff;
	box-sizing: border-box;
	overflow: hidden;
}

.spx-checkout-shell__payment-trust-title,
.spx-checkout-shell__payment-trust-copy,
.spx-checkout-shell__payment-section-title,
.spx-checkout-shell__payment-helper,
.spx-checkout-shell__payment-review-title,
.spx-checkout-shell__payment-review-copy,
.spx-checkout-shell__payment-ready-title,
.spx-checkout-shell__payment-ready-copy {
	margin: 0 !important;
}

.spx-checkout-shell__payment-trust-title,
.spx-checkout-shell__payment-ready-title {
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.35;
	color: #0c7c3e;
}

.spx-checkout-shell__payment-trust-copy,
.spx-checkout-shell__payment-helper,
.spx-checkout-shell__payment-review-copy,
.spx-checkout-shell__payment-ready-copy {
	font-size: 0.76rem;
	line-height: 1.45;
	color: var(--spx-checkout-text-muted);
}

.spx-checkout-shell__payment-section-title {
	font-size: 0.86rem;
	font-weight: 800;
	line-height: 1.35;
	color: var(--spx-checkout-text);
}

.spx-checkout-shell__payment-methods-wrap {
	gap: 0.46rem;
}

.spx-checkout-shell__payment-methods {
	gap: 0.48rem;
}

.spx-checkout-shell__payment-option {
	display: grid;
	gap: 0.42rem;
}

.spx-checkout-shell__payment-method {
	position: relative;
	display: grid;
	grid-template-columns: auto 2.7rem minmax(0, 1fr);
	align-items: center;
	gap: 0.62rem;
	padding: 0.74rem 0.85rem;
	border: 1px solid rgba(20, 35, 48, 0.1);
	border-radius: 0.9rem;
	background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
	cursor: pointer;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease,
		background-color 0.2s ease;
}

.spx-checkout-shell__payment-method:hover,
.spx-checkout-shell__payment-method:focus-within {
	border-color: rgba(11, 143, 70, 0.22);
	box-shadow: 0 12px 26px rgba(16, 24, 32, 0.06);
	transform: translateY(-1px);
}

.spx-checkout-shell__payment-method.is-selected {
	border-color: rgba(11, 143, 70, 0.34);
	background: linear-gradient(180deg, rgba(234, 248, 239, 0.78), rgba(255, 255, 255, 0.98));
	box-shadow: 0 14px 28px rgba(11, 143, 70, 0.08);
}

.spx-checkout-shell__payment-method-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.spx-checkout-shell__payment-method-radio {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 1.48rem;
	height: 1.48rem;
	border: 1px solid rgba(20, 35, 48, 0.18);
	border-radius: 999px;
	background: #ffffff;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		background-color 0.2s ease;
}

.spx-checkout-shell__payment-method-radio::after {
	content: "";
	width: 0.64rem;
	height: 0.64rem;
	border-radius: 999px;
	background: transparent;
	transform: scale(0.65);
	transition:
		transform 0.2s ease,
		background-color 0.2s ease;
}

.spx-checkout-shell__payment-method.is-selected .spx-checkout-shell__payment-method-radio {
	border-color: rgba(11, 143, 70, 0.42);
	box-shadow: 0 0 0 4px rgba(11, 143, 70, 0.08);
}

.spx-checkout-shell__payment-method.is-selected .spx-checkout-shell__payment-method-radio::after {
	background: var(--spx-checkout-accent);
	transform: scale(1);
}

.spx-checkout-shell__payment-method-badge {
	display: grid;
	place-items: center;
	width: 2.7rem;
	height: 2.7rem;
	border-radius: 0.85rem;
	background: rgba(234, 248, 239, 0.92);
	color: #0c7c3e;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.spx-checkout-shell__payment-method-main {
	min-width: 0;
	display: grid;
	gap: 0.12rem;
}

.spx-checkout-shell__payment-method-title,
.spx-checkout-shell__payment-method-description {
	margin: 0;
}

.spx-checkout-shell__payment-method-title {
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.35;
	color: var(--spx-checkout-text);
	overflow-wrap: anywhere;
}

.spx-checkout-shell__payment-method-description {
	font-size: 0.76rem;
	line-height: 1.45;
	color: var(--spx-checkout-text-muted);
}

.spx-checkout-shell__payment-method-extra {
	padding: 0 0.4rem 0.1rem 2.25rem;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
}

.spx-checkout-shell__payment-method-extra .payment_box {
	display: block !important;
	width: 100%;
	max-width: 100%;
	margin: 0 !important;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(11, 143, 70, 0.12);
	border-radius: 0.9rem;
	background:
		linear-gradient(180deg, rgba(234, 248, 239, 0.62), rgba(255, 255, 255, 0.98)),
		#ffffff;
	box-sizing: border-box;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.spx-checkout-shell__payment-method-extra .payment_box > :first-child {
	margin-top: 0 !important;
}

.spx-checkout-shell__payment-method-extra .payment_box > :last-child {
	margin-bottom: 0 !important;
}

.spx-checkout-shell__payment-method-extra .payment_box p,
.spx-checkout-shell__payment-method-extra .payment_box label,
.spx-checkout-shell__payment-method-extra .payment_box legend,
.spx-checkout-shell__payment-method-extra .payment_box li {
	font-size: 0.8rem;
	line-height: 1.5;
	color: var(--spx-checkout-text-muted);
}

.spx-checkout-shell__payment-method-extra .payment_box strong,
.spx-checkout-shell__payment-method-extra .payment_box b {
	color: var(--spx-checkout-text);
}

.spx-checkout-shell__payment-method-extra .payment_box a {
	color: #0c7c3e;
}

.spx-checkout-shell__payment-method-extra .payment_box input[type="text"],
.spx-checkout-shell__payment-method-extra .payment_box input[type="email"],
.spx-checkout-shell__payment-method-extra .payment_box input[type="tel"],
.spx-checkout-shell__payment-method-extra .payment_box input[type="number"],
.spx-checkout-shell__payment-method-extra .payment_box input[type="password"],
.spx-checkout-shell__payment-method-extra .payment_box select,
.spx-checkout-shell__payment-method-extra .payment_box textarea {
	width: 100%;
	min-height: 44px;
	padding: 0.7rem 0.9rem;
	border: 1px solid rgba(20, 35, 48, 0.12);
	border-radius: 0.7rem;
	background: #ffffff;
	color: var(--spx-checkout-text);
	box-sizing: border-box;
}

.spx-checkout-shell__payment-method-extra .payment_box textarea {
	min-height: 96px;
	resize: vertical;
}

.spx-checkout-shell__payment-review {
	padding: 0.88rem 0.95rem;
	border: 1px solid rgba(20, 35, 48, 0.08);
	border-radius: 1rem;
	background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
}

.spx-checkout-shell__payment-review-head {
	display: grid;
	gap: 0.12rem;
}

.spx-checkout-shell__payment-review-title {
	font-size: 0.96rem;
	font-weight: 800;
	line-height: 1.3;
	color: var(--spx-checkout-text);
}

.spx-checkout-shell__payment-review-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.78rem;
	padding-top: 0.08rem;
}

.spx-checkout-shell__payment-review-col {
	min-width: 0;
	display: grid;
	gap: 0.42rem;
}

.spx-checkout-shell__payment-review-label {
	margin: 0;
	font-size: 0.8rem;
	font-weight: 800;
	line-height: 1.35;
	color: var(--spx-checkout-text);
}

.spx-checkout-shell__payment-review-content {
	min-width: 0;
	display: grid;
	gap: 0.2rem;
}

.spx-checkout-shell__payment-review-line {
	margin: 0;
	font-size: 0.82rem;
	line-height: 1.4;
	color: var(--spx-checkout-text-muted);
	overflow-wrap: anywhere;
}

.spx-checkout-shell__payment-review-line.is-strong {
	color: var(--spx-checkout-text);
	font-weight: 700;
}

.spx-checkout-shell__payment-total-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 0.62rem;
	border-top: 1px solid rgba(20, 35, 48, 0.08);
}

.spx-checkout-shell__payment-total-row p {
	margin: 0 !important;
}

.spx-checkout-shell__payment-total-label {
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.3;
	color: var(--spx-checkout-text);
}

.spx-checkout-shell__payment-total-value {
	font-family:
		"Sora",
		system-ui,
		sans-serif;
	font-size: 1.28rem;
	font-weight: 800;
	line-height: 1.1;
	color: #0c7c3e;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.spx-checkout-shell__payment-terms {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 0.84rem 0.95rem;
	border: 1px solid rgba(11, 143, 70, 0.12);
	border-radius: 1rem;
	background: rgba(234, 248, 239, 0.52);
	cursor: pointer;
}

.spx-checkout-shell__payment-terms.is-error {
	border-color: rgba(192, 31, 67, 0.2);
	background: #fff8fb;
}

.spx-checkout-shell__payment-terms-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.spx-checkout-shell__payment-terms-box {
	position: relative;
	flex: 0 0 auto;
	width: 1.3rem;
	height: 1.3rem;
	margin-top: 0.1rem;
	border: 1px solid rgba(20, 35, 48, 0.18);
	border-radius: 0.3rem;
	background: #ffffff;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		background-color 0.2s ease;
}

.spx-checkout-shell__payment-terms-box::after {
	content: "";
	position: absolute;
	top: 0.2rem;
	left: 0.43rem;
	width: 0.28rem;
	height: 0.56rem;
	border: solid transparent;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg) scale(0.8);
	transition:
		transform 0.2s ease,
		border-color 0.2s ease;
}

.spx-checkout-shell__payment-terms-input:checked + .spx-checkout-shell__payment-terms-box {
	border-color: rgba(11, 143, 70, 0.42);
	background: var(--spx-checkout-accent);
	box-shadow: 0 0 0 4px rgba(11, 143, 70, 0.08);
}

.spx-checkout-shell__payment-terms-input:checked + .spx-checkout-shell__payment-terms-box::after {
	border-color: #ffffff;
	transform: rotate(45deg) scale(1);
}

.spx-checkout-shell__payment-terms-input:focus-visible + .spx-checkout-shell__payment-terms-box {
	box-shadow: 0 0 0 4px rgba(11, 143, 70, 0.1);
}

.spx-checkout-shell__payment-terms.is-error .spx-checkout-shell__payment-terms-box {
	border-color: rgba(192, 31, 67, 0.34);
}

.spx-checkout-shell__payment-terms-copy {
	font-size: 0.84rem;
	line-height: 1.5;
	color: var(--spx-checkout-text);
}

.spx-checkout-shell__payment-terms-copy a {
	color: #0c7c3e;
	font-weight: 700;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.16em;
}

.spx-checkout-shell__payment-error {
	margin-top: -0.1rem;
}

.spx-checkout-shell__field-preview,
.spx-checkout-shell__shipping-preview,
.spx-checkout-shell__gateway-preview {
	margin: 0;
	padding: 0;
}

.spx-checkout-shell__field-preview {
	padding-left: 1rem;
	color: var(--spx-checkout-text-muted);
}

.spx-checkout-shell__shipping-preview,
.spx-checkout-shell__gateway-preview {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.spx-checkout-shell__shipping-chip,
.spx-checkout-shell__gateway-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.7rem 0.9rem;
	border: 1px solid rgba(11, 143, 70, 0.16);
	border-radius: 999px;
	background: var(--spx-checkout-accent-soft);
	color: #0c7c3e;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.2;
}

.spx-checkout-shell__actions {
	display: grid !important;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.75rem !important;
}

.spx-checkout-shell__nav-button .wp-block-button__link,
.spx-checkout-shell__support-button .wp-block-button__link,
.spx-checkout-shell__mobile-help .wp-block-button__link,
.spx-checkout-shell__mobile-next .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0.8rem 1.2rem;
	border-radius: 0.625rem;
	font-size: 0.92rem;
	font-weight: 800;
}

.spx-checkout-shell__nav-button--primary .wp-block-button__link,
.spx-checkout-shell__mobile-next .wp-block-button__link {
	background: linear-gradient(135deg, #0ead47 0%, #08913a 100%);
	color: #ffffff;
}

.spx-checkout-shell__nav-button--secondary .wp-block-button__link {
	border-color: var(--spx-checkout-border);
	background: #eef2f5;
	color: var(--spx-checkout-text);
}

.spx-checkout-shell__nav-button--ghost .wp-block-button__link,
.spx-checkout-shell__mobile-help .wp-block-button__link {
	border-color: rgba(11, 143, 70, 0.16);
	background: #ffffff;
	color: #0c7c3e;
}

.spx-checkout-shell__nav-button.is-disabled .wp-block-button__link {
	opacity: 0.55;
	pointer-events: none;
}

.spx-checkout-shell__support {
	padding: 0.1rem 0;
}

.spx-checkout-shell__support-copy > * {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.spx-checkout-shell__summary-card--sticky {
	position: sticky;
	top: var(--spx-checkout-sticky-top);
	max-height: calc(100dvh - var(--spx-checkout-sticky-top) - 1rem);
	overflow: auto;
	overscroll-behavior: contain;
}

.spx-checkout-shell__trust-card {
	background:
		linear-gradient(180deg, rgba(234, 248, 239, 0.9), rgba(255, 255, 255, 0.98)),
		#ffffff;
}

.spx-checkout-shell__trust-card > * {
	margin: 0 !important;
}

.spx-checkout-shell__mobile-bar {
	display: none !important;
}

.spx-checkout-shell__mobile-total-wrap > * {
	margin: 0 !important;
}

.spx-checkout-shell__mobile-actions {
	display: flex !important;
	gap: 0.6rem !important;
}

.spx-checkout-shell.is-cart-busy .spx-checkout-shell__items {
	opacity: 0.72;
	transition: opacity 0.2s ease;
}

.spx-checkout-shell.is-contact-busy .spx-checkout-shell__contact-form,
.spx-checkout-shell.is-contact-busy .spx-checkout-shell__contact-note {
	opacity: 0.82;
	transition: opacity 0.2s ease;
}

.spx-checkout-shell.is-shipping-busy .spx-checkout-shell__shipping-form,
.spx-checkout-shell.is-shipping-busy .spx-checkout-shell__shipping-note {
	opacity: 0.82;
	transition: opacity 0.2s ease;
}

.spx-checkout-shell.is-payment-busy .spx-checkout-shell__payment-form,
.spx-checkout-shell.is-payment-busy .spx-checkout-shell__payment-card {
	opacity: 0.82;
	transition: opacity 0.2s ease;
}

.spx-checkout-shell.is-pickup-selected .spx-checkout-shell__shipping-grid {
	opacity: 0.8;
}

.spx-checkout-shell.is-pickup-selected .spx-checkout-shell__shipping-grid .spx-checkout-shell__field-control {
	background: #f5f8fa;
}

.editor-styles-wrapper .spx-checkout-shell__mobile-bar {
	position: static;
	display: flex !important;
	margin-top: 1rem !important;
}

@media (max-width: 1024px) {
	.spx-checkout-shell__workspace {
		grid-template-columns: minmax(0, 1fr);
	}

	.spx-checkout-shell__summary-card--sticky {
		position: static;
	}
}

@media (max-width: 899px) {
	.spx-checkout-shell__sidebar {
		display: none !important;
	}
}

@media (max-width: 781px) {
	.spx-checkout-shell {
		padding-top: 1rem;
	}

	.spx-checkout-shell__inner {
		width: min(100% - 1rem, 1200px);
		gap: 1rem;
	}

	.spx-checkout-shell__actions {
		grid-template-columns: 1fr;
	}

	.spx-checkout-shell__contact-grid {
		grid-template-columns: 1fr;
	}

	.spx-checkout-shell__shipping-grid {
		grid-template-columns: 1fr;
	}

	.spx-checkout-shell__payment-review-grid {
		grid-template-columns: 1fr;
	}

	.spx-checkout-shell__item {
		grid-template-columns: 64px minmax(0, 1fr);
	}

	.spx-checkout-shell__item-media {
		width: 64px;
		height: 64px;
	}

	.spx-checkout-shell__item-aside {
		grid-column: 2;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.8rem;
		padding-top: 0;
	}

	.spx-checkout-shell__item-price {
		text-align: left;
	}

	.spx-checkout-shell__items--compact .spx-checkout-shell__item-media {
		width: 64px;
		height: 64px;
	}
}

@media (max-width: 639.98px) {
	.spx-checkout-shell {
		padding-bottom: 7rem;
	}

	.spx-checkout-shell__actions {
		display: none !important;
	}

	.spx-checkout-shell__progress-button .wp-block-button__link {
		min-height: 44px;
		padding-left: 2.55rem !important;
		font-size: 0.66rem;
	}

	.spx-checkout-shell__progress-button .wp-block-button__link::before {
		left: 0.85rem;
		width: 1.45rem;
		height: 1.45rem;
		font-size: 0.66rem;
	}

	.spx-checkout-shell__support {
		gap: 0.75rem;
		padding: 0;
	}

	.spx-checkout-shell__mobile-bar {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 45;
		display: grid !important;
		grid-template-columns: auto 1fr auto;
		align-items: center;
		gap: 0.45rem;
		padding: 0.5rem 0.65rem calc(0.5rem + env(safe-area-inset-bottom));
		border-top: 1px solid rgba(20, 35, 48, 0.08);
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		border-radius: 0;
		background: rgba(255, 255, 255, 0.97);
		backdrop-filter: blur(16px);
		box-shadow: 0 -10px 26px rgba(16, 24, 32, 0.1);
	}

	.spx-checkout-shell__mobile-total-wrap {
		min-width: 0;
		flex: 1 1 auto;
	}

	.spx-checkout-shell__mobile-actions {
		display: grid !important;
		grid-template-columns: 1fr auto;
		align-items: center;
	}

	.spx-checkout-shell__mobile-help,
	.spx-checkout-shell__mobile-help .wp-block-button__link {
		width: auto;
		min-width: 0;
	}

	.spx-checkout-shell__mobile-help .wp-block-button__link {
		width: 38px;
		min-height: 38px;
		padding: 0;
		border-radius: 999px;
		background: var(--spx-checkout-surface-muted);
		font-size: 0;
		position: relative;
	}

	.spx-checkout-shell__mobile-help .wp-block-button__link::before {
		content: "?";
		font-size: 0.95rem;
		font-weight: 800;
		color: #0c7c3e;
	}

	.spx-checkout-shell__mobile-next,
	.spx-checkout-shell__mobile-next .wp-block-button__link {
		width: auto;
	}

	.spx-checkout-shell__mobile-next .wp-block-button__link {
		min-height: 40px;
		padding-right: 0.9rem;
		padding-left: 0.9rem;
		font-size: 0.88rem;
	}

	.spx-checkout-shell__item {
		padding: 0.9rem;
	}

	.spx-checkout-shell__contact-note {
		padding: 0.95rem 1rem;
	}

	.spx-checkout-shell__shipping-rate {
		grid-template-columns: auto minmax(0, 1fr);
		align-items: start;
	}

	.spx-checkout-shell__payment-method {
		grid-template-columns: auto 2.55rem minmax(0, 1fr);
		align-items: start;
	}

	.spx-checkout-shell__payment-method-extra {
		padding-left: 0;
	}

	.spx-checkout-shell__shipping-rate-price {
		grid-column: 2;
		text-align: left;
	}

	.spx-checkout-shell__item-meta-group {
		flex-direction: column;
		align-items: flex-start;
	}
}

.spx-checkout-shell__intro {
	justify-items: start;
	column-gap: 1rem;
	row-gap: 0.35rem;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.spx-checkout-shell__intro > * {
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.spx-checkout-shell__title,
.spx-checkout-shell__description {
	width: 100%;
	justify-self: start;
	text-align: left;
}

.spx-checkout-shell__description {
	max-width: 42rem;
}

.spx-checkout-shell__title {
	font-size: clamp(1.5rem, 1.35rem + 0.4vw, 1.8rem) !important;
	line-height: 1.12 !important;
}

.spx-checkout-shell__description,
.spx-checkout-shell__panel-description,
.spx-checkout-shell__sidebar-description,
.spx-checkout-shell__contact-note-copy,
.spx-checkout-shell__contact-sync-note,
.spx-checkout-shell__shipping-note-copy,
.spx-checkout-shell__shipping-sync-note,
.spx-checkout-shell__shipping-mode-note,
.spx-checkout-shell__payment-trust-copy,
.spx-checkout-shell__payment-helper,
.spx-checkout-shell__payment-review-copy,
.spx-checkout-shell__payment-ready-copy,
.spx-checkout-shell__payment-method-description,
.spx-checkout-shell__item-meta,
.spx-checkout-shell__item-quantity--plain,
.spx-checkout-shell__total-label,
.spx-checkout-shell__trust-card p {
	font-size: 0.82rem !important;
	line-height: 1.5 !important;
}

.spx-checkout-shell__panel-title,
.spx-checkout-shell__sidebar-title {
	font-size: clamp(1.02rem, 0.98rem + 0.2vw, 1.12rem) !important;
	line-height: 1.24 !important;
}

.spx-checkout-shell__contact-note-title,
.spx-checkout-shell__shipping-note-title,
.spx-checkout-shell__payment-trust-title,
.spx-checkout-shell__payment-ready-title,
.spx-checkout-shell__payment-section-title,
.spx-checkout-shell__trust-card h3,
.spx-checkout-shell__trust-card .wp-block-heading {
	font-size: 0.96rem !important;
	line-height: 1.35 !important;
}

.spx-checkout-shell__progress {
	padding: 0.55rem;
	gap: 0.55rem !important;
}

.spx-checkout-shell__progress-button .wp-block-button__link {
	min-height: 50px;
	font-size: 0.81rem;
	white-space: nowrap;
	padding-right: 1rem !important;
}

.spx-checkout-shell__step-panel,
.spx-checkout-shell__summary-card--sticky {
	padding-top: clamp(1rem, 2.1vw, 1.45rem) !important;
	padding-right: clamp(1rem, 2.4vw, 1.55rem) !important;
	padding-bottom: clamp(1rem, 2.1vw, 1.45rem) !important;
	padding-left: clamp(1rem, 2.4vw, 1.55rem) !important;
}

.spx-checkout-shell__step-panel > *,
.spx-checkout-shell__summary-card--sticky > * {
	width: 100%;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.spx-checkout-shell__panel-head {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	width: 100%;
	gap: 0.75rem !important;
}

.spx-checkout-shell__panel-heading-wrap {
	justify-items: start;
	text-align: left;
}

.spx-checkout-shell__panel-heading-wrap > *,
.spx-checkout-shell__panel-title,
.spx-checkout-shell__panel-description {
	width: 100%;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	text-align: left;
}

.spx-checkout-shell__panel-edit {
	margin-left: auto !important;
	font-size: 0.85rem;
	text-align: right;
	align-self: start;
}

.spx-checkout-shell__items--primary .spx-checkout-shell__item {
	padding-top: 0.95rem;
	padding-bottom: 0.35rem;
}

.spx-checkout-shell__item-name {
	font-size: 0.97rem;
	line-height: 1.38;
}

.spx-checkout-shell__item-quantity {
	font-size: 0.86rem;
}

.spx-checkout-shell__contact-card,
.spx-checkout-shell__shipping-card,
.spx-checkout-shell__payment-card {
	gap: 1rem;
}

.spx-checkout-shell__field-label {
	font-size: 0.88rem;
	line-height: 1.45;
}

.spx-checkout-shell__contact-form,
.spx-checkout-shell__shipping-form,
.spx-checkout-shell__payment-form {
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.spx-checkout-shell__field-control,
.spx-checkout-shell__payment-method-extra .payment_box input[type="text"],
.spx-checkout-shell__payment-method-extra .payment_box input[type="email"],
.spx-checkout-shell__payment-method-extra .payment_box input[type="tel"],
.spx-checkout-shell__payment-method-extra .payment_box input[type="number"],
.spx-checkout-shell__payment-method-extra .payment_box input[type="password"],
.spx-checkout-shell__payment-method-extra .payment_box select,
.spx-checkout-shell__payment-method-extra .payment_box textarea {
	font-size: 0.95rem;
}

.spx-checkout-shell__contact-note,
.spx-checkout-shell__shipping-note {
	width: 100%;
	max-width: none !important;
	justify-self: stretch;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-top: 1rem;
	padding-right: clamp(1rem, 2vw, 1.2rem) !important;
	padding-bottom: 1rem;
	padding-left: clamp(1rem, 2vw, 1.2rem) !important;
	box-sizing: border-box;
}

.spx-checkout-shell__contact-note {
	position: relative;
	padding-left: clamp(4rem, 5vw, 4.6rem) !important;
}

.spx-checkout-shell__contact-note::before {
	content: "";
	position: absolute;
	top: 1rem;
	left: clamp(1rem, 2vw, 1.2rem);
	width: 2.15rem;
	height: 2.15rem;
	border-radius: 999px;
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3Cpath d='m9 10 2 2 4-4'/%3E%3C/svg%3E")
			center / 1rem 1rem no-repeat,
		#0ead47;
	box-shadow: 0 10px 22px rgba(6, 168, 70, 0.18);
}

.spx-checkout-shell__contact-note-head {
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

.spx-checkout-shell__contact-note-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	min-width: 2rem;
	border-radius: 999px;
	background: #0ead47;
	box-shadow: 0 10px 22px rgba(6, 168, 70, 0.18);
	color: #ffffff;
}

.spx-checkout-shell__contact-note:has(.spx-checkout-shell__contact-note-icon) {
	padding-left: clamp(1rem, 2vw, 1.2rem) !important;
}

.spx-checkout-shell__contact-note:has(.spx-checkout-shell__contact-note-icon)::before {
	content: none;
}

.spx-checkout-shell__payment-trust,
.spx-checkout-shell__payment-review,
.spx-checkout-shell__payment-ready,
.spx-checkout-shell__payment-methods-wrap {
	width: 100%;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	box-sizing: border-box;
}

.spx-checkout-shell__trust-card {
	padding-right: 1.15rem !important;
	padding-left: 1.15rem !important;
}

.spx-checkout-shell--order-received {
	padding-top: 1.25rem;
	padding-bottom: 4rem;
}

.spx-checkout-shell__thankyou {
	display: grid;
	gap: 0.95rem;
}

.spx-checkout-shell__thankyou-intro,
.spx-checkout-shell__thankyou-card {
	margin: 0 !important;
	border: 1px solid var(--spx-checkout-border);
	border-radius: 1.5rem;
	background: #ffffff;
	box-shadow: var(--spx-checkout-shadow);
}

.spx-checkout-shell__thankyou-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.9rem;
	padding: clamp(1.1rem, 1.9vw, 1.45rem);
}

.spx-checkout-shell__thankyou-intro.is-success {
	border-color: rgba(11, 143, 70, 0.22);
	background:
		linear-gradient(135deg, rgba(234, 248, 239, 0.96), rgba(255, 255, 255, 1) 64%);
}

.spx-checkout-shell__thankyou-intro.is-pending {
	border-color: rgba(214, 146, 14, 0.22);
	background:
		linear-gradient(135deg, rgba(255, 245, 224, 0.96), rgba(255, 255, 255, 1) 64%);
}

.spx-checkout-shell__thankyou-intro.is-error {
	border-color: rgba(195, 62, 47, 0.2);
	background:
		linear-gradient(135deg, rgba(252, 236, 234, 0.96), rgba(255, 255, 255, 1) 64%);
}

.spx-checkout-shell__thankyou-intro.is-neutral {
	border-color: var(--spx-checkout-border);
	background:
		linear-gradient(135deg, rgba(243, 246, 248, 0.96), rgba(255, 255, 255, 1) 64%);
}

.spx-checkout-shell__thankyou-intro-copy,
.spx-checkout-shell__thankyou-intro-actions,
.spx-checkout-shell__thankyou-flow,
.spx-checkout-shell__thankyou-sidebar,
.spx-checkout-shell__thankyou-card-head,
.spx-checkout-shell__thankyou-items,
.spx-checkout-shell__thankyou-address-grid,
.spx-checkout-shell__thankyou-meta,
.spx-checkout-shell__thankyou-totals {
	display: grid;
	gap: 0.85rem;
}

.spx-checkout-shell__thankyou-intro-copy > *,
.spx-checkout-shell__thankyou-card-head > *,
.spx-checkout-shell__thankyou-items > *,
.spx-checkout-shell__thankyou-address-grid > *,
.spx-checkout-shell__thankyou-meta > *,
.spx-checkout-shell__thankyou-totals > * {
	margin: 0 !important;
}

.spx-checkout-shell__thankyou-eyebrow,
.spx-checkout-shell__thankyou-card-kicker {
	color: #0c7c3e;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.spx-checkout-shell__thankyou-title,
.spx-checkout-shell__thankyou-card-title {
	font-family:
		"Manrope",
		system-ui,
		sans-serif;
	letter-spacing: -0.03em;
}

.spx-checkout-shell__thankyou-title {
	max-width: 14ch;
	font-size: clamp(2rem, 3.6vw, 3.25rem);
	line-height: 0.98;
}

.spx-checkout-shell__thankyou-card-title {
	font-size: clamp(1.45rem, 2.3vw, 2rem);
	line-height: 1.06;
}

.spx-checkout-shell__thankyou-description {
	max-width: 44rem;
	color: var(--spx-checkout-text-muted);
	font-size: 1rem;
	line-height: 1.65;
}

.spx-checkout-shell__thankyou-intro-actions {
	align-content: start;
	justify-items: end;
	min-width: min(100%, 16.5rem);
}

.spx-checkout-shell__thankyou-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	justify-content: flex-end;
}

.spx-checkout-shell__thankyou-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	min-height: calc(var(--spx-button-min-height, 44px) - 2px);
	padding: 0.62rem calc(var(--spx-button-padding-inline, 1.35rem) - 0.12rem);
	border: 1px solid transparent;
	border-radius: var(--spx-button-radius, 999px);
	font-size: calc(var(--spx-font-size-button, 0.95rem) - 0.02rem);
	font-weight: 800;
	line-height: 1.15;
	text-align: center;
	text-decoration: none;
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease,
		background-color 0.18s ease,
		border-color 0.18s ease,
		color 0.18s ease;
}

.spx-checkout-shell__thankyou-button:hover,
.spx-checkout-shell__thankyou-button:focus-visible {
	transform: translateY(-1px);
	text-decoration: none;
}

.spx-checkout-shell__thankyou-button--primary {
	background: var(--spx-checkout-accent);
	color: #ffffff;
	box-shadow: 0 14px 28px rgba(11, 143, 70, 0.18);
}

.spx-checkout-shell__thankyou-button--primary:hover,
.spx-checkout-shell__thankyou-button--primary:focus-visible {
	background: #0b8f46;
	color: #ffffff;
	box-shadow: 0 18px 32px rgba(11, 143, 70, 0.22);
}

.spx-checkout-shell__thankyou-button--secondary,
.spx-checkout-shell__thankyou-button--ghost {
	border-color: var(--spx-checkout-border);
	background: #ffffff;
	color: var(--spx-checkout-text);
}

.spx-checkout-shell__thankyou-button--secondary:hover,
.spx-checkout-shell__thankyou-button--secondary:focus-visible,
.spx-checkout-shell__thankyou-button--ghost:hover,
.spx-checkout-shell__thankyou-button--ghost:focus-visible {
	border-color: var(--spx-checkout-border-strong);
	background: var(--spx-checkout-accent-soft);
	color: #0c7c3e;
}

.spx-checkout-shell__thankyou-workspace {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
	gap: 0.75rem;
	align-items: start;
}

.spx-checkout-shell__thankyou-card {
	padding: clamp(0.95rem, 1.6vw, 1.2rem);
}

.spx-checkout-shell__thankyou-card--sticky {
	position: sticky;
	top: var(--spx-checkout-sticky-top);
}

.spx-checkout-shell__thankyou-card--support {
	background: linear-gradient(180deg, #ffffff, var(--spx-checkout-accent-soft));
}

.spx-checkout-shell__thankyou-items {
	gap: 0.65rem;
}

.spx-checkout-shell__thankyou-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.65rem;
	align-items: start;
	padding: 0.75rem 0;
	border-top: 1px solid var(--spx-checkout-border);
}

.spx-checkout-shell__thankyou-item:first-child {
	padding-top: 0.1rem;
	border-top: 0;
}

.spx-checkout-shell__thankyou-item-title {
	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.35;
}

.spx-checkout-shell__thankyou-item-qty,
.spx-checkout-shell__thankyou-item-meta,
.spx-checkout-shell__thankyou-support-copy,
.spx-checkout-shell__thankyou-address-line,
.spx-checkout-shell__thankyou-empty {
	color: var(--spx-checkout-text-muted);
	font-size: 0.95rem;
	line-height: 1.65;
}

.spx-checkout-shell__thankyou-item-meta > * {
	margin: 0.2rem 0 0 !important;
}

.spx-checkout-shell__thankyou-item-aside {
	text-align: right;
}

.spx-checkout-shell__thankyou-item-total {
	font-size: 1rem;
	font-weight: 800;
	white-space: nowrap;
}

.spx-checkout-shell__thankyou-address-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
}

.spx-checkout-shell__thankyou-address-grid > .spx-checkout-shell__thankyou-card--address {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.spx-checkout-shell__thankyou-address {
	display: grid;
	gap: 0.45rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.spx-checkout-shell__thankyou-address-body,
.spx-checkout-shell__thankyou-note {
	color: var(--spx-checkout-text);
	font-size: 0.94rem;
	line-height: 1.62;
}

.spx-checkout-shell__thankyou-address-body p,
.spx-checkout-shell__thankyou-note p {
	margin: 0;
}

.spx-checkout-shell__thankyou-address-meta {
	display: grid;
	gap: 0.22rem;
}

.spx-checkout-shell__thankyou-meta,
.spx-checkout-shell__thankyou-totals {
	gap: 0;
}

.spx-checkout-shell__thankyou-meta-row,
.spx-checkout-shell__thankyou-total-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.6rem;
	padding: 0.7rem 0;
	border-top: 1px solid var(--spx-checkout-border);
}

.spx-checkout-shell__thankyou-meta-row:first-child,
.spx-checkout-shell__thankyou-total-row:first-child {
	border-top: 0;
	padding-top: 0;
}

.spx-checkout-shell__thankyou-meta-label,
.spx-checkout-shell__thankyou-total-label {
	color: var(--spx-checkout-text-muted);
	font-size: 0.89rem;
	font-weight: 700;
	line-height: 1.35;
}

.spx-checkout-shell__thankyou-meta-value,
.spx-checkout-shell__thankyou-total-value {
	color: var(--spx-checkout-text);
	font-size: 0.95rem;
	font-weight: 800;
	text-align: right;
	line-height: 1.35;
}

.spx-checkout-shell__thankyou-total-row.is-grand-total {
	margin-top: 0.25rem;
	padding-top: 1rem;
	border-top-color: var(--spx-checkout-border-strong);
}

.spx-checkout-shell__thankyou-total-row.is-grand-total .spx-checkout-shell__thankyou-total-label,
.spx-checkout-shell__thankyou-total-row.is-grand-total .spx-checkout-shell__thankyou-total-value {
	color: #0c7c3e;
	font-size: 1.08rem;
}

.spx-checkout-shell__thankyou-note :where(table.shop_table, ul.wc-item-meta, dl.variation) {
	width: 100%;
	max-width: 100%;
}

.spx-checkout-shell__thankyou-note :where(table.shop_table) {
	border-collapse: collapse;
}

.spx-checkout-shell__thankyou-note :where(table.shop_table th, table.shop_table td) {
	padding: 0.7rem 0;
	border-bottom: 1px solid var(--spx-checkout-border);
	text-align: left;
}

.spx-checkout-shell__thankyou-note :where(table.shop_table tr:last-child th, table.shop_table tr:last-child td) {
	border-bottom: 0;
}

@media (max-width: 781px) {
	.spx-checkout-shell__step-panel {
		padding: 1rem !important;
	}

	.spx-checkout-shell__panel-head {
		grid-template-columns: minmax(0, 1fr);
	}

	.spx-checkout-shell__panel-edit {
		margin-left: 0 !important;
		text-align: left;
	}

	.spx-checkout-shell__thankyou-intro,
	.spx-checkout-shell__thankyou-workspace,
	.spx-checkout-shell__thankyou-address-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.spx-checkout-shell__thankyou-intro-actions {
		justify-items: start;
	}

	.spx-checkout-shell__thankyou-actions {
		justify-content: flex-start;
	}

	.spx-checkout-shell__thankyou-card--sticky {
		position: static;
	}
}

@media (max-width: 639.98px) {
	.spx-checkout-shell__intro {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.spx-checkout-shell__progress {
		padding: 0.45rem;
	}

	.spx-checkout-shell__progress-button .wp-block-button__link {
		font-size: 0.72rem;
		padding-right: 0.72rem !important;
	}

	.spx-checkout-shell__step-panel {
		padding: 0.95rem !important;
	}

	.spx-checkout-shell__summary-card--sticky {
		padding: 1rem !important;
	}

	.spx-checkout-shell__contact-note {
		padding-left: 4rem !important;
	}

	.spx-checkout-shell--order-received {
		padding-top: 0.7rem;
		padding-bottom: 2.5rem;
	}

	.spx-checkout-shell__thankyou {
		gap: 0.68rem;
	}

	.spx-checkout-shell__thankyou-intro,
	.spx-checkout-shell__thankyou-card {
		border-radius: 1rem;
	}

	.spx-checkout-shell__thankyou-intro,
	.spx-checkout-shell__thankyou-card {
		padding: 0.92rem;
	}

	.spx-checkout-shell__thankyou-title {
		max-width: none;
		font-size: clamp(1.55rem, 8vw, 2.08rem);
		line-height: 1;
	}

	.spx-checkout-shell__thankyou-button {
		width: auto;
		min-width: min(100%, 12.6rem);
		min-height: 40px;
		padding: 0.58rem 0.96rem;
		font-size: 0.89rem;
		line-height: 1.1;
	}

	.spx-checkout-shell__thankyou-item {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.35rem;
		padding: 0.6rem 0;
	}

	.spx-checkout-shell__thankyou-item-aside {
		text-align: left;
	}

	.spx-checkout-shell__thankyou-card-head,
	.spx-checkout-shell__thankyou-items,
	.spx-checkout-shell__thankyou-meta,
	.spx-checkout-shell__thankyou-totals {
		gap: 0.58rem;
	}

	.spx-checkout-shell__thankyou-description,
	.spx-checkout-shell__thankyou-item-qty,
	.spx-checkout-shell__thankyou-item-meta,
	.spx-checkout-shell__thankyou-support-copy,
	.spx-checkout-shell__thankyou-address-line,
	.spx-checkout-shell__thankyou-address-body,
	.spx-checkout-shell__thankyou-note,
	.spx-checkout-shell__thankyou-empty {
		font-size: 0.9rem;
		line-height: 1.55;
	}

	.spx-checkout-shell__thankyou-item-title {
		font-size: 0.97rem;
	}

	.spx-checkout-shell__thankyou-address-grid {
		gap: 0.5rem;
	}

	.spx-checkout-shell__thankyou-address-grid > .spx-checkout-shell__thankyou-card--address + .spx-checkout-shell__thankyou-card--address {
		padding-top: 0.7rem;
		border-top: 1px solid var(--spx-checkout-border);
	}

	.spx-checkout-shell__thankyou-meta-row {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.1rem;
		padding: 0.44rem 0;
	}

	.spx-checkout-shell__thankyou-total-row {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 0.36rem;
		padding: 0.44rem 0;
	}

	.spx-checkout-shell__thankyou-meta-value {
		text-align: left;
	}

	.spx-checkout-shell__thankyou-meta-label,
	.spx-checkout-shell__thankyou-total-label {
		font-size: 0.86rem;
		line-height: 1.28;
	}

	.spx-checkout-shell__thankyou-meta-value,
	.spx-checkout-shell__thankyou-total-value {
		font-size: 0.92rem;
		line-height: 1.28;
	}

	.spx-checkout-shell__thankyou-total-value {
		text-align: right;
	}
}
