
html {
	scroll-behavior: smooth;
}

.state-of-ecommerce-engineering-page [hidden] {
	display: none !important;
}

.state-of-ecommerce-engineering-page ::-moz-selection {
	color: #fff;
	background: #30466d;
}

.state-of-ecommerce-engineering-page ::selection {
	color: #fff;
	background: #30466d;
}

.state-of-ecommerce-engineering-page a {
	color: #30466d;
	-webkit-text-decoration-color: #657ba0;
	text-decoration-color: #657ba0;
	text-underline-offset: .16em;
	transition: color 220ms cubic-bezier(.4, 0, .2, 1), -webkit-text-decoration-color 220ms cubic-bezier(.4, 0, .2, 1);
	transition: color 220ms cubic-bezier(.4, 0, .2, 1), text-decoration-color 220ms cubic-bezier(.4, 0, .2, 1);
	transition: color 220ms cubic-bezier(.4, 0, .2, 1), text-decoration-color 220ms cubic-bezier(.4, 0, .2, 1), -webkit-text-decoration-color 220ms cubic-bezier(.4, 0, .2, 1);
}

.state-of-ecommerce-engineering-page a:hover {
	color: #142c56;
	-webkit-text-decoration-color: #142c56;
	text-decoration-color: #142c56;
}

.state-of-ecommerce-engineering-page button, .state-of-ecommerce-engineering-page input, .state-of-ecommerce-engineering-page select, .state-of-ecommerce-engineering-page textarea {
	font: inherit;
}

.state-of-ecommerce-engineering-page button {
	cursor: pointer;
}

.state-of-ecommerce-engineering-page img, .state-of-ecommerce-engineering-page svg {
	display: block;
	max-width: 100%;
}

.state-of-ecommerce-engineering-page .eyebrow {
	display: inline-block;
	margin: 0 0 14px;
	color: #142c56;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2.24px;
	text-transform: uppercase;
}

.state-of-ecommerce-engineering-page h1, .state-of-ecommerce-engineering-page h2 {
	margin: 0;
	color: #313131;
	font-size: 40px;
	font-weight: 300;
	line-height: 47px;
}

.state-of-ecommerce-engineering-page h1 span, .state-of-ecommerce-engineering-page h2 span {
	font-weight: 600;
	color: #30466d;
}

@media screen and (max-width: 768px) {
	.state-of-ecommerce-engineering-page h1, .state-of-ecommerce-engineering-page h2 {
		font-size: 32px;
		line-height: 1.2;
	}
}

.state-of-ecommerce-engineering-page h2 {
	margin-bottom: 24px;
}

.state-of-ecommerce-engineering-page h3 {
	margin: 36px 0 14px;
	color: #30466d;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

@media screen and (max-width: 768px) {
	.state-of-ecommerce-engineering-page h3 {
		font-size: 18px;
	}
}

.state-of-ecommerce-engineering-page h4 {
	color: #30466d;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}

.state-of-ecommerce-engineering-page .subtitle {
	margin-bottom: 24px;
}

.state-of-ecommerce-engineering-page .table-subtitle {
	margin-bottom: 24px;
}

.state-of-ecommerce-engineering-page p {
	margin: 0;
	color: #5e5e5e;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.76;
}

.state-of-ecommerce-engineering-page .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.state-of-ecommerce-engineering-page .section-container {
	width: 100%;
	max-width: 1366px;
	margin-inline: auto;
	padding-inline: 25px;
}

@media screen and (max-width: 768px) {
	.state-of-ecommerce-engineering-page .section-container {
		padding-inline: 16px;
	}
}

.state-of-ecommerce-engineering-page section:not(.hero,.on-page-strip) {
	margin-block: 120px;
}

@media screen and (max-width: 992px) {
	.state-of-ecommerce-engineering-page section:not(.hero,.on-page-strip) {
		margin-block: 80px;
	}
}

.state-of-ecommerce-engineering-page section:not(.hero,.on-page-strip).grey {
	margin-block: 0;
	padding-block: 120px;
	background: #f4f5f7;
}

@media screen and (max-width: 992px) {
	.state-of-ecommerce-engineering-page section:not(.hero,.on-page-strip).grey {
		padding-block: 80px;
	}
}

.state-of-ecommerce-engineering-page .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 44px;
	padding: 12px 29px;
	border: 1px solid transparent;
	border-radius: 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	vertical-align: middle;
}

.state-of-ecommerce-engineering-page .button:active:not(:disabled) {
	transform: scale(.98);
}

.state-of-ecommerce-engineering-page .button-primary {
	color: #fff;
	background: #30466d;
	border-color: #30466d;
}

.state-of-ecommerce-engineering-page .button-primary:hover:not(:disabled) {
	color: #30466d;
	background: #fff;
}

.state-of-ecommerce-engineering-page .button-secondary {
	color: #30466d;
	background: transparent;
	border-color: #30466d;
}

.state-of-ecommerce-engineering-page .button-secondary:hover:not(:disabled) {
	color: #fff;
	background: #30466d;
}

.state-of-ecommerce-engineering-page .button:disabled, .state-of-ecommerce-engineering-page .button[aria-disabled=true] {
	cursor: not-allowed;
	opacity: .58;
	transform: none;
}

.state-of-ecommerce-engineering-page .button.is-loading {
	cursor: wait;
}

.state-of-ecommerce-engineering-page .hero {
	position: relative;
	margin: 0;
	overflow: hidden;
	background: linear-gradient(180deg, #f0f7ff 0%, #f8f8f8 100%);
	border-bottom: 1px solid #e3e8ee;
}

.state-of-ecommerce-engineering-page .hero .last-updated {
	margin-bottom: 8px;
	color: #6b6b6b;
	font-size: 11px;
	line-height: 1;
}

.state-of-ecommerce-engineering-page .hero::before {
	content: "";
	position: absolute;
	top: -220px;
	right: -160px;
	width: 620px;
	height: 620px;
	border: 1px solid rgba(48, 70, 109, .12);
	border-radius: 50%;
}

.state-of-ecommerce-engineering-page .hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr);
	gap: 72px;
	align-items: center;
	padding-block: 80px;
}

@media screen and (max-width: 1100px) {
	.state-of-ecommerce-engineering-page .hero-inner {
		grid-template-columns: 1fr;
		gap: 54px;
	}
}

@media screen and (max-width: 768px) {
	.state-of-ecommerce-engineering-page .hero-inner {
		gap: 40px;
		padding-block: 48px;
	}
}

.state-of-ecommerce-engineering-page .hero h1 {
	max-width: 900px;
	margin-bottom: 24px;
}

.state-of-ecommerce-engineering-page .hero .deck {
	max-width: 760px;
	margin-bottom: 24px;
	color: #30466d;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: -.16px;
}

@media screen and (max-width: 768px) {
	.state-of-ecommerce-engineering-page .hero .deck {
		font-size: 18px;
	}
}

.state-of-ecommerce-engineering-page .hero .panel {
	max-width: 780px;
	margin: 28px 0 0;
	padding: 28px 32px;
	border: 0;
	border-left: 4px solid #30466d;
	border-radius: 0 8px 8px 0;
	background: #fff;
	box-shadow: 0 1px 2px rgba(14, 21, 32, .04), 0 1px 3px rgba(14, 21, 32, .06);
	color: #5e5e5e;
	line-height: 1.76;
}

.state-of-ecommerce-engineering-page .hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-block: 32px;
}

@media screen and (max-width: 576px) {
	.state-of-ecommerce-engineering-page .hero-actions {
		flex-direction: column;
		margin-block: 16px;
	}
	
	.state-of-ecommerce-engineering-page .hero-actions .button {
		width: 100%;
	}
}

.state-of-ecommerce-engineering-page .meta-line {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	margin: 28px 0 0;
	color: #657ba0;
	font-size: 13px;
}

.state-of-ecommerce-engineering-page .meta-line span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.state-of-ecommerce-engineering-page .meta-line span::before {
	content: "";
	width: 5px;
	height: 5px;
	background: #30466d;
}

.state-of-ecommerce-engineering-page .systems-map {
	position: relative;
	width: 100%;
	min-height: 470px;
	padding: 34px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e3e8ee;
	box-shadow: 0 4px 8px rgba(14, 21, 32, .04), 0 12px 24px rgba(14, 21, 32, .06);
}

.state-of-ecommerce-engineering-page .systems-map::before {
	content: "";
	position: absolute;
	inset: 18%;
	border: 1px dashed #657ba0;
	border-radius: 50%;
}

.state-of-ecommerce-engineering-page .systems-map::after {
	content: "2027";
	position: absolute;
	top: -52px;
	right: -18px;
	color: rgba(48, 70, 109, .04);
	font-size: 10rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.08em;
}

@media screen and (max-width: 1100px) {
	.state-of-ecommerce-engineering-page .systems-map {
		max-width: 720px;
		min-height: 430px;
	}
}

@media screen and (max-width: 768px) {
	.state-of-ecommerce-engineering-page .systems-map {
		min-height: 380px;
		padding: 18px;
	}
}

.state-of-ecommerce-engineering-page .map-center {
	position: absolute;
	inset: 50% auto auto 50%;
	display: grid;
	place-items: center;
	width: 150px;
	height: 150px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .06em;
	text-align: center;
	text-transform: uppercase;
	background: #30466d;
	border-radius: 50%;
	box-shadow: 0 20px 34px rgba(20, 44, 86, .25);
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	.state-of-ecommerce-engineering-page .map-center {
		width: 120px;
		height: 120px;
		font-size: 12px;
	}
}

.state-of-ecommerce-engineering-page .map-node {
	position: absolute;
	min-width: 118px;
	padding: 10px 16px;
	color: #30466d;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	background: #fff;
	border: 1px solid #e3e8ee;
	border-radius: 100px;
	box-shadow: 0 1px 2px rgba(14, 21, 32, .04), 0 1px 3px rgba(14, 21, 32, .06);
}

.state-of-ecommerce-engineering-page .map-node:nth-of-type(2) {
	top: 11%;
	left: 50%;
	transform: translateX(-50%);
}

.state-of-ecommerce-engineering-page .map-node:nth-of-type(3) {
	top: 34%;
	right: 4%;
}

.state-of-ecommerce-engineering-page .map-node:nth-of-type(4) {
	right: 15%;
	bottom: 12%;
}

.state-of-ecommerce-engineering-page .map-node:nth-of-type(5) {
	bottom: 12%;
	left: 15%;
}

.state-of-ecommerce-engineering-page .map-node:nth-of-type(6) {
	top: 34%;
	left: 4%;
}

@media screen and (max-width: 768px) {
	.state-of-ecommerce-engineering-page .map-node {
		min-width: 96px;
		padding: 8px 10px;
		font-size: 12px;
	}
}

.state-of-ecommerce-engineering-page .on-page-strip {
	padding-block: 32px;
	background: #f4f5f7;
}

.state-of-ecommerce-engineering-page .on-page-strip .toc {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

.state-of-ecommerce-engineering-page .on-page-strip .toc strong {
	display: block;
	margin-bottom: 14px;
	color: #142c56;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2.24px;
	text-transform: uppercase;
}

.state-of-ecommerce-engineering-page .on-page-strip .toc nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.state-of-ecommerce-engineering-page .on-page-strip .toc a {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	min-height: 40px;
	padding: 8px 14px;
	color: #30466d;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	background: #fff;
	border: 1px solid #e3e8ee;
	transition: color 220ms cubic-bezier(.4, 0, .2, 1), background 220ms cubic-bezier(.4, 0, .2, 1), border-color 220ms cubic-bezier(.4, 0, .2, 1);
}

.state-of-ecommerce-engineering-page .on-page-strip .toc a:hover {
	color: #fff;
	background: #30466d;
	border-color: #30466d;
}

.state-of-ecommerce-engineering-page .panel {
	margin: 30px 0;
	padding: 28px 32px;
	color: #5e5e5e;
	background: #f7f9fc;
	border: 0;
	border-left: 4px solid #30466d;
	border-radius: 0 8px 8px 0;
}

.state-of-ecommerce-engineering-page .panel strong:first-child {
	display: block;
	margin-bottom: 8px;
	color: #30466d;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2.24px;
	text-transform: uppercase;
}

.state-of-ecommerce-engineering-page .panel-teal {
	background: #eaf7f2;
	border-left-color: #0d7f60;
}

.state-of-ecommerce-engineering-page .panel-teal strong:first-child {
	color: #0d7f60;
}

.state-of-ecommerce-engineering-page .panel-orange {
	background: #fff6e5;
	border-left-color: #b3690d;
}

.state-of-ecommerce-engineering-page .panel-orange strong:first-child {
	color: #b3690d;
}

@media screen and (max-width: 576px) {
	.state-of-ecommerce-engineering-page .panel {
		padding: 24px;
	}
}

.state-of-ecommerce-engineering-page .table-wrapper {
	margin: 28px 0 40px;
	overflow-x: auto;
	background: #fff;
	border: 1px solid #e3e8ee;
	box-shadow: 0 1px 2px rgba(14, 21, 32, .04), 0 1px 3px rgba(14, 21, 32, .06);
}

.state-of-ecommerce-engineering-page table {
	width: 100%;
	min-width: 680px;
	color: #5e5e5e;
	background: #fff;
	border-collapse: collapse;
}

.state-of-ecommerce-engineering-page table caption {
	padding: 14px 16px;
	color: #30466d;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-align: left;
	text-transform: uppercase;
	background: #f4f5f7;
}

.state-of-ecommerce-engineering-page table th, .state-of-ecommerce-engineering-page table td {
	padding: 14px 16px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #e3e8ee;
}

.state-of-ecommerce-engineering-page table thead th {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	background: #30466d;
}

.state-of-ecommerce-engineering-page table tbody tr:nth-child(even) {
	background: #f8fafc;
}

.state-of-ecommerce-engineering-page table tbody tr:hover {
	background: #f0f7ff;
}

.state-of-ecommerce-engineering-page table tbody tr:last-child th, .state-of-ecommerce-engineering-page table tbody tr:last-child td {
	border-bottom: 0;
}

.state-of-ecommerce-engineering-page table.compact th, .state-of-ecommerce-engineering-page table.compact td {
	padding: 10px 14px;
}

.state-of-ecommerce-engineering-page .participants-wrapper {
	margin-bottom: 72px;
}

@media screen and (max-width: 576px) {
	.state-of-ecommerce-engineering-page .participants-wrapper {
		margin-bottom: 48px;
	}
}

.state-of-ecommerce-engineering-page .methodology .checklist li, .state-of-ecommerce-engineering-page .sources .checklist li {
	flex-wrap: wrap;
}

.state-of-ecommerce-engineering-page .methodology .checklist li a, .state-of-ecommerce-engineering-page .sources .checklist li a {
	flex-wrap: wrap;
}

.state-of-ecommerce-engineering-page .checklist {
	padding-left: 0;
	list-style: none;
}

.state-of-ecommerce-engineering-page .checklist li {
	display: flex;
	gap: 12px;
	align-items: center;
	margin: .6rem 0;
}

.state-of-ecommerce-engineering-page .checklist li > a {
	display: flex;
	align-items: center;
	width: 100%;
}

.state-of-ecommerce-engineering-page .checklist li > a .checklist-check {
	margin-right: 12px;
}

.state-of-ecommerce-engineering-page .checklist-check {
	display: flex;
	flex: 0 0 24px;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #0d7f60;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	background: #eaf7f2;
	border: 1px solid rgba(13, 127, 96, .2);
	border-radius: 50%;
}

.state-of-ecommerce-engineering-page .privacy-note, .state-of-ecommerce-engineering-page .bottom {
	margin-top: 32px;
}

.state-of-ecommerce-engineering-page .scorecard-tool, .state-of-ecommerce-engineering-page .survey-card {
	margin: 40px 0;
	overflow: hidden;
	background: #fff;
}

.state-of-ecommerce-engineering-page .faq-section {
	background: #fff;
	padding: 0;
}

.state-of-ecommerce-engineering-page .survey-header {
	margin-bottom: 24px;
	border-bottom: 4px solid #142c56;
}

.state-of-ecommerce-engineering-page .tool-head, .state-of-ecommerce-engineering-page .survey-header {
	padding: 32px;
	color: #fff;
	background: linear-gradient(110.42deg, #30466d 9.86%, #234d97 58.33%);
}

.state-of-ecommerce-engineering-page .tool-head h2, .state-of-ecommerce-engineering-page .tool-head h3, .state-of-ecommerce-engineering-page .survey-header h2, .state-of-ecommerce-engineering-page .survey-header h3 {
	margin: 0 0 8px;
	color: #fff;
}

.state-of-ecommerce-engineering-page .tool-head p, .state-of-ecommerce-engineering-page .survey-header p {
	color: rgba(255, 255, 255, .82);
}

@media screen and (max-width: 768px) {
	.state-of-ecommerce-engineering-page .tool-head, .state-of-ecommerce-engineering-page .survey-header {
		padding: 24px;
	}
}

.state-of-ecommerce-engineering-page .tool-body {
	padding: 32px;
}

@media screen and (max-width: 768px) {
	.state-of-ecommerce-engineering-page .tool-body {
		padding: 24px;
	}
}

@media screen and (max-width: 576px) {
	.state-of-ecommerce-engineering-page .tool-body {
		padding: 16px;
	}
}

.state-of-ecommerce-engineering-page .score-row {
	display: grid;
	grid-template-columns: 1.2fr 92px 1.4fr 1.2fr 1fr 1.5fr 150px;
	gap: 12px;
	align-items: end;
	padding: 16px 0;
	border-bottom: 1px solid #e3e8ee;
}

.state-of-ecommerce-engineering-page .score-row:first-child {
	padding-top: 0;
}

.state-of-ecommerce-engineering-page .score-row:last-child {
	border-bottom: 0;
}

.state-of-ecommerce-engineering-page .score-row label {
	display: block;
	margin-bottom: 8px;
	color: #5e5e5e;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
}

.state-of-ecommerce-engineering-page .score-row strong {
	align-self: center;
	color: #30466d;
}

@media screen and (max-width: 1100px) {
	.state-of-ecommerce-engineering-page .score-row {
		grid-template-columns: 1fr 100px 1fr;
	}
	
	.state-of-ecommerce-engineering-page .score-row > div:nth-child(n+4) {
		grid-column: span 1;
	}
}

@media screen and (max-width: 768px) {
	.state-of-ecommerce-engineering-page .score-row {
		grid-template-columns: 1fr 90px;
	}
	
	.state-of-ecommerce-engineering-page .score-row > div:nth-child(n+3) {
		grid-column: 1/-1;
	}
}

.state-of-ecommerce-engineering-page input[type=text], .state-of-ecommerce-engineering-page input[type=email], .state-of-ecommerce-engineering-page input[type=url], .state-of-ecommerce-engineering-page input[type=date], .state-of-ecommerce-engineering-page select, .state-of-ecommerce-engineering-page textarea {
	width: 100%;
	min-height: 44px;
	padding: 10px 12px;
	color: #1e1e1e;
	background: #fff;
	border: 1px solid #e3e8ee;
	border-radius: 4px;
	transition: border-color 220ms cubic-bezier(.4, 0, .2, 1), box-shadow 220ms cubic-bezier(.4, 0, .2, 1);
}

.state-of-ecommerce-engineering-page input[type=text]:focus, .state-of-ecommerce-engineering-page input[type=email]:focus, .state-of-ecommerce-engineering-page input[type=url]:focus, .state-of-ecommerce-engineering-page input[type=date]:focus, .state-of-ecommerce-engineering-page select:focus, .state-of-ecommerce-engineering-page textarea:focus {
	border-color: #30466d;
	box-shadow: 0 0 0 1px #30466d;
	outline: none;
}

.state-of-ecommerce-engineering-page button:focus-visible, .state-of-ecommerce-engineering-page a:focus-visible, .state-of-ecommerce-engineering-page input[type=radio]:focus-visible, .state-of-ecommerce-engineering-page input[type=checkbox]:focus-visible {
	outline: 2px solid #30466d;
	outline-offset: 2px;
}

.state-of-ecommerce-engineering-page [aria-invalid=true] {
	outline: 2px solid #b42318;
	outline-offset: 2px;
}

.state-of-ecommerce-engineering-page .score-summary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
	margin-top: 24px;
	padding: 22px;
	background: linear-gradient(180deg, #f0f7ff 0%, #f8f8f8 100%);
	border: 1px solid #e3e8ee;
}

@media screen and (max-width: 576px) {
	.state-of-ecommerce-engineering-page .score-summary {
		align-items: stretch;
		flex-direction: column;
	}
}

.state-of-ecommerce-engineering-page .score-total {
	display: flex;
	align-items: baseline;
	gap: 10px;
	color: #30466d;
}

.state-of-ecommerce-engineering-page .score-total output {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}

.state-of-ecommerce-engineering-page .button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

@media screen and (max-width: 576px) {
	.state-of-ecommerce-engineering-page .button-row {
		flex-direction: column;
	}
	
	.state-of-ecommerce-engineering-page .button-row .button {
		width: 100%;
	}
}

.state-of-ecommerce-engineering-page .progress-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 18px;
	color: rgba(255, 255, 255, .82);
	font-size: 13px;
}

.state-of-ecommerce-engineering-page .progress-track {
	height: 8px;
	overflow: hidden;
	background: rgba(255, 255, 255, .2);
	border-radius: 100px;
}

.state-of-ecommerce-engineering-page .progress-bar {
	width: 16.666%;
	height: 100%;
	background: #fff;
	transition: width 220ms cubic-bezier(.4, 0, .2, 1);
}

.state-of-ecommerce-engineering-page .survey-module > h3 {
	margin-top: 0;
	padding-bottom: 14px;
	border-bottom: 2px solid #f4f5f7;
}

.state-of-ecommerce-engineering-page .question {
	padding: 24px 0;
	margin: 24px 0;
	border: 0;
	border-bottom: 1px solid #e3e8ee;
}

.state-of-ecommerce-engineering-page .question legend {
	width: 100%;
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
}

.state-of-ecommerce-engineering-page .question-number {
	display: inline-grid;
	place-items: center;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	color: #fff;
	font-size: 13px;
	background: #30466d;
	border-radius: 4px;
}

.state-of-ecommerce-engineering-page .question-help {
	margin: 8px 0 0 42px;
	color: #5e5e5e;
	font-size: 13px;
}

.state-of-ecommerce-engineering-page .question.has-error {
	padding-left: 14px;
	border-left: 4px solid #b42318;
}

.state-of-ecommerce-engineering-page .required-mark, .state-of-ecommerce-engineering-page .field-error {
	color: #b42318;
}

.state-of-ecommerce-engineering-page .field-error {
	margin: 10px 0 0 42px;
	font-size: 14px;
	font-weight: 700;
}

.state-of-ecommerce-engineering-page .choice-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.state-of-ecommerce-engineering-page .choice-grid .wpcf7-form-control-wrap, .state-of-ecommerce-engineering-page .choice-grid .wpcf7-form-control {
	display: contents;
}

.state-of-ecommerce-engineering-page .choice-grid .wpcf7-list-item {
	display: block;
	margin: 0;
}

@media screen and (max-width: 768px) {
	.state-of-ecommerce-engineering-page .choice-grid {
		grid-template-columns: 1fr;
	}
}

.state-of-ecommerce-engineering-page .choice-grid .wpcf7-list-item > label {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 52px;
	padding: 14px 18px;
	color: #1e1e1e;
	background: #fff;
	border: 1px solid #e3e8ee;
	border-radius: 0;
	cursor: pointer;
	transition: color 220ms cubic-bezier(.4, 0, .2, 1), background 220ms cubic-bezier(.4, 0, .2, 1), border-color 220ms cubic-bezier(.4, 0, .2, 1), box-shadow 220ms cubic-bezier(.4, 0, .2, 1);
}

.state-of-ecommerce-engineering-page .choice-grid .wpcf7-list-item > label:hover {
	background: #f8fafc;
	border-color: #657ba0;
}

.state-of-ecommerce-engineering-page .choice-grid .wpcf7-list-item > label:has(input:checked) {
	color: #30466d;
	background: #dbeafe;
	border-color: #30466d;
}

.state-of-ecommerce-engineering-page .choice-grid .wpcf7-list-item > label input {
	flex: 0 0 auto;
	accent-color: #30466d;
}

.state-of-ecommerce-engineering-page .contact-panel {
	margin-top: 24px;
	padding: 24px;
	background: #f4f5f7;
	border: 1px solid #e3e8ee;
}

.state-of-ecommerce-engineering-page .contact-panel legend {
	padding: 0 6px;
	color: #30466d;
	font-weight: 700;
}

.state-of-ecommerce-engineering-page .field-row {
	margin: 16px 0;
}

.state-of-ecommerce-engineering-page .field-row .wpcf7-form-control-wrap {
	display: block;
}

.state-of-ecommerce-engineering-page .field-row label {
	display: block;
	margin-bottom: 8px;
	color: #1e1e1e;
	font-size: 14px;
	font-weight: 500;
}

.state-of-ecommerce-engineering-page .field-row label span {
	color: #5e5e5e;
	font-weight: 400;
}

.state-of-ecommerce-engineering-page .field-row .field-error {
	margin-left: 0;
}

.state-of-ecommerce-engineering-page .consent {
	margin-top: 26px;
	padding: 20px;
	background: #eaf7f2;
	border: 1px solid #bde3dd;
}

.state-of-ecommerce-engineering-page .consent label {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #1e1e1e;
	font-weight: 500;
}

.state-of-ecommerce-engineering-page .consent input {
	flex: 0 0 auto;
	accent-color: #0d7f60;
}

.state-of-ecommerce-engineering-page .consent .field-error {
	margin-left: 30px;
}

.state-of-ecommerce-engineering-page .survey-controls {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 24px 32px;
	background: #f4f5f7;
}

@media screen and (max-width: 768px) {
	.state-of-ecommerce-engineering-page .survey-controls {
		padding: 20px 24px;
	}
}

@media screen and (max-width: 460px) {
	.state-of-ecommerce-engineering-page .survey-controls {
		align-items: stretch;
		flex-direction: column-reverse;
	}
	
	.state-of-ecommerce-engineering-page .survey-controls .button {
		width: 100%;
	}
}

.state-of-ecommerce-engineering-page .error-summary {
	margin-bottom: 20px;
	padding: 18px;
	background: #fff4f2;
	border: 2px solid #b42318;
}

.state-of-ecommerce-engineering-page .error-summary strong {
	color: #8a1c13;
}

.state-of-ecommerce-engineering-page .thank-you {
	padding: 32px;
	background: #eaf7f2;
	border: 1px solid #bde3dd;
}

.state-of-ecommerce-engineering-page .thank-you h3 {
	margin-top: 0;
	color: #0d7f60;
}

.state-of-ecommerce-engineering-page .commerce-engineering-survey-form.sent .wpcf7-response-output {
	display: none !important;
}

.state-of-ecommerce-engineering-page .citation-box {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 16px;
	align-items: center;
	margin: 24px 0;
	padding: 24px;
	background: #f7f9fc;
	border: 0;
	border-left: 4px solid #30466d;
	border-radius: 0 8px 8px 0;
}

.state-of-ecommerce-engineering-page .citation-box blockquote {
	margin: 0;
	color: #5e5e5e;
	font-size: 15px;
}

@media screen and (max-width: 768px) {
	.state-of-ecommerce-engineering-page .citation-box {
		grid-template-columns: 1fr;
	}
}

.state-of-ecommerce-engineering-page .survey-honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
	.state-of-ecommerce-engineering-page, .state-of-ecommerce-engineering-page *, .state-of-ecommerce-engineering-page *::before, .state-of-ecommerce-engineering-page *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}

@media print {
	@page {
		size: landscape;
		margin: 12mm;
	}
	
	body {
		margin: 0 !important;
	}
	
	body > :not(.state-of-ecommerce-engineering-page) {
		display: none !important;
	}
	
	.state-of-ecommerce-engineering-page {
		display: block !important;
		font-size: 11pt;
	}
	
	.state-of-ecommerce-engineering-page > :not(#scorecard-framework) {
		display: none !important;
	}
	
	.state-of-ecommerce-engineering-page #scorecard-framework {
		display: block !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	
	.state-of-ecommerce-engineering-page #scorecard-framework > .section-container {
		max-width: none;
		padding: 0;
	}
	
	.state-of-ecommerce-engineering-page #scorecard-framework > .section-container > :not(.scorecard-tool) {
		display: none !important;
	}
	
	.state-of-ecommerce-engineering-page .scorecard-tool {
		display: block !important;
		margin: 0;
		overflow: visible;
		border: 0;
		box-shadow: none;
		print-color-adjust: exact;
	}
	
	.state-of-ecommerce-engineering-page .button-row {
		display: none !important;
	}
	
	.state-of-ecommerce-engineering-page .score-row {
		grid-template-columns: 1fr 70px 1fr 1fr 1fr 1fr 100px;
		font-size: 8pt;
		-moz-column-break-inside: avoid;
		break-inside: avoid;
	}
	
	.state-of-ecommerce-engineering-page input, .state-of-ecommerce-engineering-page select {
		min-height: 24px;
		padding: 2px;
		border: 0;
	}
}
