/* Public V4 procurement request journey; scoped to [psc_v4_request_quote]. */
.psc-v4-request-quote,
.psc-v4-request-quote * { box-sizing: border-box; }

.psc-v4-request-quote {
	width: min(1240px, 100%);
	margin: 18px auto 22px;
	color: #132b44;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.psc-v4-request-quote__hero,
.psc-v4-request-quote__panel {
	border: 1px solid #d7e2ea;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(13, 39, 63, .08);
}

.psc-v4-request-quote__hero {
	padding: clamp(22px, 3vw, 34px);
	background: linear-gradient(135deg, #092840, #123e61);
	color: #fff;
}

.psc-v4-request-quote__eyebrow,
.psc-v4-request-quote__card-kicker {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .13em;
	line-height: 1.25;
	text-transform: uppercase;
}

.psc-v4-request-quote__eyebrow { color: #a8d3ea; }
.psc-v4-request-quote__card-kicker { color: #35617e; }

.psc-v4-request-quote h1,
.psc-v4-request-quote h2 { margin: 0; color: #102d47; letter-spacing: -.025em; }
.psc-v4-request-quote h1 { font-size: clamp(29px, 3.4vw, 42px); line-height: 1.08; }
.psc-v4-request-quote h2 { font-size: clamp(21px, 2.6vw, 29px); line-height: 1.17; }
.psc-v4-request-quote__hero h1 { color: #fff; }
.psc-v4-request-quote p { color: #587086; font-size: 14px; line-height: 1.6; }
.psc-v4-request-quote__hero > p:not(.psc-v4-request-quote__eyebrow) { max-width: 620px; margin: 10px 0 0; color: #d8e7f1; font-size: 15px; }

.psc-v4-request-quote__trust-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-top: 17px;
	padding-top: 12px;
	border-top: 1px solid rgba(210, 231, 244, .28);
	color: #d8e7f1;
	font-size: 12px;
}
.psc-v4-request-quote__trust-strip strong { color: #fff; }

.psc-v4-request-quote__layout {
	display: grid;
	grid-template-columns: minmax(220px, .9fr) minmax(360px, 1.35fr) minmax(220px, .85fr);
	gap: 20px;
	margin-top: 20px;
}
.psc-v4-request-quote__card { min-width: 0; padding: clamp(20px, 3vw, 30px); }
.psc-v4-request-quote__card--product { grid-column: 1; }
.psc-v4-request-quote__form { grid-column: 2; }
.psc-v4-request-quote__card--about { grid-column: 3; }
.psc-v4-request-quote__card--product > p:not(.psc-v4-request-quote__card-kicker) { margin: 10px 0 0; }
.psc-v4-request-quote__product-visual { display: grid; width: 100%; min-height: 164px; margin: 0 0 18px; overflow: hidden; place-items: center; border: 1px solid #dbe5ec; border-radius: 11px; background: linear-gradient(145deg, #f8fbfd, #edf4f8); }
.psc-v4-request-quote__product-visual__image { display: block; width: 100%; max-width: 220px; height: 164px; object-fit: contain; }
.psc-v4-request-quote__product-visual__placeholder { position: relative; display: block; width: 84px; height: 68px; border: 2px solid #93a8b7; border-radius: 10px; background: linear-gradient(145deg, #f8fbfd, #dfeaf0); }
.psc-v4-request-quote__product-visual__placeholder::before { position: absolute; top: 16px; left: 15px; width: 14px; height: 14px; border-radius: 50%; background: #a8bac5; content: ""; }
.psc-v4-request-quote__product-visual__placeholder::after { position: absolute; top: 22px; right: 15px; width: 28px; height: 2px; background: #9fb4c1; box-shadow: 0 8px 0 #c2d0d8; content: ""; }

.psc-v4-request-quote__summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 22px;
}
.psc-v4-request-quote__summary div,
.psc-v4-request-quote__confirmation-summary {
	min-width: 0;
	padding: 13px;
	border: 1px solid #dbe5ec;
	border-radius: 9px;
	background: #f5f8fb;
}
.psc-v4-request-quote__summary span,
.psc-v4-request-quote label span,
.psc-v4-request-quote__reference span,
.psc-v4-request-quote__confirmation-summary span {
	display: block;
	margin-bottom: 5px;
	color: #60788e;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
	line-height: 1.25;
	text-transform: uppercase;
}
.psc-v4-request-quote__summary strong,
.psc-v4-request-quote__reference strong,
.psc-v4-request-quote__confirmation-summary strong { display: block; overflow-wrap: anywhere; color: #173b58; font-size: 14px; line-height: 1.4; }

.psc-v4-request-quote__section-heading { margin-bottom: 22px; }
.psc-v4-request-quote__notice { margin: 0 0 18px; padding: 12px 14px; border-radius: 8px; }
.psc-v4-request-quote__notice p { margin: 0; color: inherit; }
.psc-v4-request-quote__notice--error { border: 1px solid #e3aaa6; background: #fff2f1; color: #872d28; }

.psc-v4-request-quote__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.psc-v4-request-quote label { display: block; min-width: 0; }
.psc-v4-request-quote input,
.psc-v4-request-quote textarea {
	width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid #c9d7e1; border-radius: 8px; background: #fff; color: #102d47; font: inherit; line-height: 1.35;
}
.psc-v4-request-quote input:focus,
.psc-v4-request-quote textarea:focus { border-color: #21618c; outline: 3px solid rgba(33, 97, 140, .13); }
.psc-v4-request-quote textarea { min-height: 118px; resize: vertical; }
.psc-v4-request-quote__wide { margin-top: 16px; }
.psc-v4-request-quote__actions,
.psc-v4-request-quote__confirmation-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 21px; }
.psc-v4-request-quote__actions button,
.psc-v4-request-quote__primary-action,
.psc-v4-request-quote__secondary-action {
	display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 18px; border: 1px solid transparent; border-radius: 8px; font: inherit; font-size: 14px; font-weight: 800; line-height: 1.25; text-decoration: none; transition: background-color .16s ease, border-color .16s ease, opacity .16s ease;
}
.psc-v4-request-quote__actions button,
.psc-v4-request-quote__primary-action { border-color: #0a3c5c; background: #0d4569; color: #fff; cursor: pointer; }
.psc-v4-request-quote__actions button:hover:not(:disabled),
.psc-v4-request-quote__actions button:focus-visible,
.psc-v4-request-quote__primary-action:hover,
.psc-v4-request-quote__primary-action:focus-visible { background: #082f4a; color: #fff; }
.psc-v4-request-quote__actions button:disabled { cursor: wait; opacity: .66; }
.psc-v4-request-quote__secondary-action { border-color: #b9cbd8; background: #fff; color: #173b58; }
.psc-v4-request-quote__secondary-action:hover,
.psc-v4-request-quote__secondary-action:focus-visible { border-color: #427291; background: #f2f7fa; color: #102d47; }
.psc-v4-request-quote__actions p { flex: 1 1 250px; margin: 0; font-size: 12px; }
.psc-v4-request-quote__card--about ul { display: grid; gap: 13px; margin: 19px 0 0; padding: 0; list-style: none; }
.psc-v4-request-quote__card--about li { position: relative; padding-left: 18px; color: #415d73; font-size: 13px; line-height: 1.45; }
.psc-v4-request-quote__card--about li::before { position: absolute; left: 0; color: #0d567c; content: "\2022"; font-weight: 900; }
.psc-v4-request-quote__card--about strong,
.psc-v4-request-quote__card--about span { display: block; }
.psc-v4-request-quote__card--about strong { margin-bottom: 2px; color: #173b58; font-size: 12px; }
.psc-v4-request-quote__footnote { margin: 18px 2px 0; color: #687f91; font-size: 12px; }
.psc-v4-request-quote__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.psc-v4-request-quote--confirmation { width: min(820px, 100%); }
.psc-v4-request-quote__confirmation { padding: clamp(25px, 5vw, 46px); border-color: #afcfde; background: linear-gradient(180deg, #f7fbfd, #fff); }
.psc-v4-request-quote__confirmation > p { max-width: 650px; }
.psc-v4-request-quote__reference { display: inline-block; min-width: 210px; margin: 22px 0 0; padding: 13px 15px; border: 1px solid #b9d0dd; border-radius: 9px; background: #edf6fa; }
.psc-v4-request-quote__confirmation-summary { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 5px 18px; margin-top: 18px; }
.psc-v4-request-quote__confirmation-product { display: grid; grid-template-columns: minmax(132px, .42fr) minmax(0, 1fr); gap: 18px; align-items: stretch; margin-top: 18px; }
.psc-v4-request-quote__confirmation-product .psc-v4-request-quote__product-visual { min-height: 100%; margin: 0; }
.psc-v4-request-quote__confirmation-product .psc-v4-request-quote__product-visual__image { height: 140px; }
.psc-v4-request-quote__confirmation-summary span { margin: 0; align-self: center; }
.psc-v4-request-quote__next { margin-top: 28px; padding-top: 24px; border-top: 1px solid #d9e5ec; }
.psc-v4-request-quote__next ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 16px 0 0; padding: 0; list-style: none; counter-reset: steps; }
.psc-v4-request-quote__next li { display: grid; grid-template-columns: 30px 1fr; min-width: 0; column-gap: 11px; color: #4a6478; font-size: 13px; line-height: 1.45; counter-increment: steps; }
.psc-v4-request-quote__next li::before { display: grid; grid-row: span 2; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: #dcecf4; color: #0d4569; content: counter(steps); font-size: 12px; font-weight: 850; }
.psc-v4-request-quote__next strong { color: #173b58; }
.psc-v4-request-quote__next span { grid-column: 2; }
.psc-v4-request-quote__panel--failure { border-color: #e1b6b2; background: #fff6f5; }

@media (max-width: 980px) {
	.psc-v4-request-quote__layout { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
	.psc-v4-request-quote__card--about { grid-column: 1 / -1; }
	.psc-v4-request-quote__card--about ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.psc-v4-request-quote__next ol { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 760px) {
	.psc-v4-request-quote { width: 100%; margin: 14px auto 20px; }
	.psc-v4-request-quote__layout { grid-template-columns: minmax(0, 1fr); gap: 14px; }
	.psc-v4-request-quote__card--product,
	.psc-v4-request-quote__card--about,
	.psc-v4-request-quote__form { grid-column: auto; grid-row: auto; }
	.psc-v4-request-quote__hero,
	.psc-v4-request-quote__card,
	.psc-v4-request-quote__confirmation { padding: 20px; }
	.psc-v4-request-quote__summary,
	.psc-v4-request-quote__grid { grid-template-columns: minmax(0, 1fr); }
	.psc-v4-request-quote__confirmation-product,
	.psc-v4-request-quote__card--about ul { grid-template-columns: minmax(0, 1fr); }
	.psc-v4-request-quote__product-visual { min-height: 148px; }
	.psc-v4-request-quote__actions,
	.psc-v4-request-quote__confirmation-actions { align-items: stretch; flex-direction: column; }
	.psc-v4-request-quote__actions button,
	.psc-v4-request-quote__primary-action,
	.psc-v4-request-quote__secondary-action { width: 100%; }
	.psc-v4-request-quote__confirmation-summary { grid-template-columns: minmax(0, 1fr); gap: 3px; }
}

/* v2.6.74 enterprise confirmation visual parity; renderer and request flow remain unchanged. */
.psc-v4-request-quote--confirmation {
	width: min(1200px, calc(100% - 32px));
	margin: 28px auto 24px;
	overflow: clip;
	overflow-x: clip;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation {
	padding: 0;
	border: 0;
	background: #f5f8fc;
	box-shadow: none;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-hero {
	display: grid;
	grid-template-columns: minmax(0, .68fr) minmax(280px, .32fr);
	gap: 32px;
	padding: 48px;
	border: 1px solid #d9e4f1;
	border-radius: 14px;
	background: linear-gradient(135deg, #ffffff 0%, #edf5fb 100%);
	box-shadow: 0 16px 38px rgba(7, 26, 61, .08);
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-message {
	min-width: 0;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__success-icon {
	display: grid;
	width: 64px;
	height: 64px;
	margin-bottom: 14px;
	place-items: center;
	border-radius: 50%;
	background: #e1f5f0;
	color: #159a83;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__success-icon svg {
	width: 36px;
	height: 36px;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__eyebrow {
	margin-bottom: 8px;
	color: #159a83;
	font-size: 11px;
	letter-spacing: .16em;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-message h1 {
	max-width: 720px;
	color: #0b1f44;
	font-size: clamp(48px, 4vw, 54px);
	line-height: 1.06;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-message > p:last-child {
	margin: 14px 0 0;
	color: #60708a;
	font-size: 16px;
	line-height: 1.5;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__reference-card {
	display: grid;
	align-content: center;
	width: min(100%, 340px);
	min-width: 0;
	justify-self: end;
	padding: 22px;
	border: 1px solid #c8d9e9;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 10px 25px rgba(7, 26, 61, .06);
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__reference-card > strong {
	overflow-wrap: anywhere;
	color: #071a3d;
	font-size: clamp(20px, 2.4vw, 28px);
	letter-spacing: .03em;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__submitted-label {
	margin-top: 16px;
	color: #60708a;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__reference-card time {
	margin-top: 4px;
	color: #0b1f44;
	font-size: 13px;
	font-weight: 700;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__request-summary,
.psc-v4-request-quote--confirmation .psc-v4-request-quote__next,
.psc-v4-request-quote--confirmation .psc-v4-request-quote__support,
.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-actions {
	margin-right: 0;
	margin-left: 0;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__request-summary {
	margin-top: 16px;
	padding: 28px 32px 0;
	border: 1px solid #d9e4f1;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(7, 26, 61, .05);
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__request-summary > h2,
.psc-v4-request-quote--confirmation .psc-v4-request-quote__next > h2 {
	color: #0b1f44;
	font-size: 20px;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-grid {
	display: grid;
	grid-template-columns: minmax(0, 58fr) minmax(0, 42fr);
	gap: 0;
	margin-top: 16px;
	overflow: hidden;
	border-top: 1px solid #d9e4f1;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-grid--with-image {
	grid-template-columns: minmax(0, 28fr) minmax(0, 42fr) minmax(0, 30fr);
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-image,
.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-card {
	min-width: 0;
	padding: 24px 20px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-image {
	display: grid;
	min-height: 190px;
	place-items: center;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-image .psc-v4-request-quote__product-visual {
	width: 100%;
	min-height: 0;
	margin: 0;
	border: 0;
	background: transparent;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-image .psc-v4-request-quote__product-visual__image {
	width: 100%;
	max-width: 220px;
	height: 174px;
	object-fit: contain;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-card + .psc-v4-request-quote__confirmation-card,
.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-image + .psc-v4-request-quote__confirmation-card {
	border-left: 1px solid #d9e4f1;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-fields {
	display: grid;
	gap: 14px;
	margin: 14px 0 0;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-fields > div {
	min-width: 0;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-fields dt {
	margin: 0 0 4px;
	color: #60708a;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-fields dd {
	margin: 0;
	overflow-wrap: anywhere;
	color: #0b1f44;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.4;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__next {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #d9e4f1;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__next ol {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__next li {
	position: relative;
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 12px;
	min-width: 0;
	padding: 16px;
	border: 1px solid #d9e4f1;
	border-radius: 10px;
	background: #ffffff;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__next li::before {
	display: none;
	content: none;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__step-mark {
	display: grid;
	grid-column: 1;
	grid-row: 1 / span 2;
	gap: 5px;
	justify-items: center;
	align-content: start;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__step-number {
	color: #60708a;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__step-icon {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 50%;
	background: #e1f5f0;
	color: #159a83;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__step-icon svg {
	width: 21px;
	height: 21px;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__step-content {
	display: grid;
	grid-column: 2;
	grid-row: 1 / span 2;
	align-content: start;
	min-width: 0;
	gap: 5px;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__step-content strong {
	color: #0b1f44;
	font-size: 13px;
	line-height: 1.3;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__step-content > span {
	color: #60708a;
	font-size: 12px;
	line-height: 1.45;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__support {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) auto;
	gap: 13px;
	align-items: center;
	margin-top: 20px;
	padding: 15px 18px;
	border: 1px solid #c9dced;
	border-radius: 10px;
	background: #f1f7fc;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__support-icon {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 50%;
	background: #dcecf8;
	color: #4169e1;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__support-icon svg {
	width: 23px;
	height: 23px;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__support h2 {
	color: #0b1f44;
	font-size: 16px;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__support p {
	margin: 3px 0 0;
	font-size: 12px;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__support a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 9px 14px;
	border: 1px solid #4169e1;
	border-radius: 7px;
	background: #ffffff;
	color: #4169e1;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-actions {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-top: 20px;
	padding: 0 0 24px;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-actions a {
	display: inline-flex;
	min-width: 220px;
	min-height: 48px;
	align-items: center;
	justify-content: center;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__primary-action {
	border-color: #4169e1;
	background: #4169e1;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__primary-action:hover,
.psc-v4-request-quote--confirmation .psc-v4-request-quote__primary-action:focus-visible {
	border-color: #3157cf;
	background: #3157cf;
}
.psc-v4-request-quote--confirmation .psc-v4-request-quote__secondary-action {
	border-color: #4169e1;
	color: #0b1f44;
}
@media (max-width: 980px) and (min-width: 761px) {
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-hero {
		grid-template-columns: minmax(0, .68fr) minmax(240px, .32fr);
		padding: 40px 32px;
	}
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-grid--with-image {
		grid-template-columns: minmax(0, 28fr) minmax(0, 42fr) minmax(0, 30fr);
	}
}
@media (max-width: 760px) {
	.psc-v4-request-quote--confirmation {
		width: 100%;
		margin: 14px auto 24px;
	}
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-hero {
		grid-template-columns: minmax(0, 1fr);
		gap: 16px;
		padding: 28px 16px;
	}
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__success-icon {
		width: 56px;
		height: 56px;
		margin-bottom: 8px;
	}
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-message h1 {
		font-size: clamp(34px, 9vw, 38px);
		line-height: 1.08;
	}
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-message > p:last-child {
		margin-top: 10px;
		font-size: 14px;
	}
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__reference-card {
		width: 100%;
		justify-self: stretch;
		padding: 20px;
	}
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__request-summary {
		margin-top: 12px;
		padding: 20px 16px 0;
	}
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__request-summary > h2 {
		font-size: 18px;
	}
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-grid,
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-grid--with-image {
		grid-template-columns: minmax(0, 1fr);
	}
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-image,
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-card {
		padding: 18px 16px;
	}
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-image {
		min-height: 150px;
	}
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-image .psc-v4-request-quote__product-visual__image {
		max-width: 260px;
		height: 220px;
	}
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-card + .psc-v4-request-quote__confirmation-card,
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-image + .psc-v4-request-quote__confirmation-card {
		border-top: 1px solid #d9e4f1;
		border-left: 0;
	}
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__next {
		margin-top: 18px;
		padding-top: 20px;
	}
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__next ol {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
		margin-top: 14px;
	}
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__next li {
		grid-template-columns: 52px minmax(0, 1fr);
		padding: 16px 14px;
	}
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__step-icon {
		width: 34px;
		height: 34px;
	}
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__support {
		grid-template-columns: 36px minmax(0, 1fr);
		gap: 10px;
		padding: 14px;
	}
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__support a {
		grid-column: 1 / -1;
		width: 100%;
	}
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-actions {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
		padding-bottom: 18px;
	}
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-actions a {
		width: 100%;
		min-width: 0;
	}
}
