.sdp-preview {
	max-width: 920px;
}

.sdp-intro {
	margin-bottom: 28px;
}

.sdp-panel {
	padding: clamp(20px, 4vw, 38px);
	border: 1px solid rgba(75, 98, 110, .09);
	border-radius: 24px;
	background: #fffefa;
	box-shadow: 0 12px 36px rgba(67, 57, 40, .055);
}

.sdp-illustration {
	width: min(100%, 760px);
	margin: 0 auto 26px;
}

.sdp-illustration svg {
	display: block;
	width: 100%;
	height: auto;
	max-height: 340px;
}

.sdp-niche-outer { fill: #e9ddc8; stroke: #d8c8ad; stroke-width: 2; }
.sdp-niche-back { fill: url(#sdp-niche-light); }
.sdp-niche-side { fill: #d8c5a7; }
.sdp-niche-top { fill: #cbb493; }
.sdp-niche-shadow { fill: rgba(91, 72, 45, .12); }
.sdp-desk { fill: #c8a879; }
.sdp-desk-front { fill: #b89566; }
.sdp-desk-leg { fill: #c0a276; }
.sdp-monitor-frame { fill: #26343b; stroke: #19262c; stroke-width: 1; }
.sdp-monitor-screen { fill: url(#sdp-screen-image); }
.sdp-screen-glow { fill: url(#sdp-screen-image); }
.sdp-screen-mountain-back { fill: #4b8494; opacity: .82; }
.sdp-screen-mountain-front { fill: #245a66; opacity: .92; }
.sdp-monitor-neck,
.sdp-monitor-foot { fill: #56666c; }
.sdp-keyboard > rect { fill: #34434b; stroke: #27343a; stroke-width: 1; }
.sdp-key-row { fill: none; stroke: #a8b7b9; stroke-width: 2; stroke-linecap: round; }
.sdp-mouse { fill: #34434b; stroke: #27343a; stroke-width: 1.5; }
.sdp-mouse-seam { fill: none; stroke: #87989c; stroke-width: 2; stroke-linecap: round; }

.sdp-copy {
	max-width: 700px;
	margin: 0 auto 24px;
	color: #35434a;
	font-size: 16px;
	line-height: 1.65;
	text-align: center;
}

.sdp-copy p { margin: 0 0 12px; }

.sdp-secondary-copy {
	color: #69747a;
	font-size: 14px;
}

.sdp-action-area { text-align: center; }

.sdp-confirm {
	min-height: 54px;
	max-width: 100%;
	padding: 14px 26px;
	border: 0;
	border-radius: 12px;
	background: #17637f;
	box-shadow: 0 5px 14px rgba(23, 99, 127, .16);
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

.sdp-confirm:hover { background: #124f66; }
.sdp-confirm:focus-visible { outline: 3px solid #f0bd58; outline-offset: 4px; }

.sdp-confirmation {
	margin: 18px 0 0;
	color: #315f70;
	font-size: 16px;
	font-weight: 650;
}

.sdp-results {
	margin-top: 34px;
}

.sdp-results h2 {
	margin: 0 0 8px;
	color: #26343b;
	font-size: clamp(20px, 2.2vw, 26px);
	line-height: 1.3;
	text-align: center;
}

.sdp-results-copy {
	margin: 0 auto 22px;
	max-width: 720px;
	color: #69747a;
	font-size: 15px;
	line-height: 1.55;
	text-align: center;
}

.sdp-no-results {
	padding: 20px;
	border-radius: 14px;
	background: #f5f3ed;
	color: #35434a;
	text-align: center;
}

.sdp-flow { margin: 28px auto 0; text-align: center; }
.sdp-flow [hidden] { display: none !important; }
.sdp-confirm-offer { display: block; margin: 0 auto; }
.sdp-connectors { margin-top: 22px; }
.sdp-connectors h3 { margin: 0 0 8px; color: #26343c; font-size: 22px; }
.sdp-connectors > p { margin: 0 0 18px; color: #69747a; }
.sdp-cable-options { grid-template-columns: repeat(auto-fit, minmax(112px, 1fr)); }
.sdp-cable-option { min-height: 92px; }
.sdp-cable-confirm { margin-top: 18px; }
.sdp-cable-copy,
.sdp-cable-included { margin: 8px 0; font-weight: 700; }
.sdp-cable-unknown-copy { color: #69747a; }
.sdp-change-cable { margin: 4px 0 12px; }
.sdp-add-to-cart { display: block; margin: 12px auto; }
.sdp-cart-success,
.sdp-cart-error { margin: 16px 0 0; }
.sdp-results-grid .mmc-card[role="button"] { cursor: pointer; }
.sdp-results-grid .mmc-card[role="button"]:focus-visible,
.sdp-flow button:focus-visible { outline: 3px solid #1684d5; outline-offset: 3px; }
.sdp-results-grid.is-selection { grid-template-columns: minmax(0, 1fr); max-width: 460px; margin-right: auto; margin-left: auto; }
.sdp-results-grid .mmc-card[hidden] { display: none !important; }

@media (max-width: 600px) {
	.sdp-panel { padding: 18px 15px; border-radius: 18px; }
	.sdp-illustration { margin-bottom: 18px; }
	.sdp-illustration svg { max-height: none; }
	.sdp-illustration { width: 100%; }
	.sdp-copy { font-size: 15px; text-align: left; }
	.sdp-confirm { width: 100%; padding: 13px 16px; font-size: 16px; }
	.sdp-results { margin-top: 28px; }
	.sdp-results h2,
	.sdp-results-copy { text-align: left; }
}
