/* 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.73 enterprise confirmation presentation; submission and routing remain unchanged. */
.psc-v4-request-quote--confirmation {
	width: min(1200px, calc(100% - 32px));
	margin: 28px auto 40px;
	overflow: clip;
}

.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation {
	padding: 0;
	border-color: #d9e4f1;
	background: #f5f8fc;
	box-shadow: 0 18px 46px rgba(7, 26, 61, .08);
}

.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(250px, .8fr);
	gap: 34px;
	padding: clamp(30px, 5vw, 58px);
	border-bottom: 1px solid #d9e4f1;
	background: linear-gradient(135deg, #ffffff 0%, #edf5fb 100%);
}

.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: 56px;
	height: 56px;
	margin-bottom: 18px;
	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: 10px;
	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(32px, 4.4vw, 52px);
	line-height: 1.07;
}

.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-message > p:last-child {
	margin: 16px 0 0;
	color: #60708a;
	font-size: 16px;
	line-height: 1.55;
}

.psc-v4-request-quote--confirmation .psc-v4-request-quote__reference-card {
	display: grid;
	align-content: center;
	min-width: 0;
	padding: 24px;
	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 .psc-v4-request-quote__card-kicker {
	margin: 0 0 10px;
	color: #60708a;
}

.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: 20px;
	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: clamp(20px, 5vw, 58px);
	margin-left: clamp(20px, 5vw, 58px);
}

.psc-v4-request-quote--confirmation .psc-v4-request-quote__request-summary {
	padding-top: 30px;
}

.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: 22px;
}

.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 14px;
	margin-top: 16px;
}

.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-grid--with-image {
	grid-template-columns: minmax(170px, .7fr) minmax(0, 1.05fr) minmax(210px, .8fr);
}

.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: 20px;
	border: 1px solid #d9e4f1;
	border-radius: 10px;
	background: #ffffff;
}

.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-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: 850;
	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: 30px;
	padding-top: 26px;
	border-top: 1px solid #d9e4f1;
}

.psc-v4-request-quote--confirmation .psc-v4-request-quote__next ol {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 17px;
}

.psc-v4-request-quote--confirmation .psc-v4-request-quote__next li {
	position: relative;
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 11px;
	min-width: 0;
	padding: 14px;
	border: 1px solid #d9e4f1;
	border-radius: 10px;
	background: #ffffff;
}

.psc-v4-request-quote--confirmation .psc-v4-request-quote__step-icon {
	display: grid;
	grid-row: span 2;
	width: 34px;
	height: 34px;
	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__next li strong {
	align-self: center;
	color: #0b1f44;
	font-size: 13px;
}

.psc-v4-request-quote--confirmation .psc-v4-request-quote__next li > span:last-child {
	grid-column: 2;
	margin-top: 5px;
	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: 24px;
	padding: 17px 19px;
	border: 1px solid #c9e9e1;
	border-radius: 10px;
	background: #effaf7;
}

.psc-v4-request-quote--confirmation .psc-v4-request-quote__support-icon {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 50%;
	background: #d9f3ec;
	color: #159a83;
}

.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;
	padding: 9px 13px;
	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 {
	justify-content: center;
	margin-top: 24px;
	padding-bottom: clamp(28px, 4vw, 48px);
}

.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: #d9e4f1;
	color: #0b1f44;
}

@media (max-width: 980px) {
	.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-hero {
		grid-template-columns: minmax(0, 1.25fr) minmax(230px, .75fr);
		gap: 22px;
	}

	.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-grid--with-image {
		grid-template-columns: minmax(150px, .62fr) minmax(0, 1fr);
	}

	.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-grid--with-image .psc-v4-request-quote__confirmation-image {
		grid-row: span 2;
	}

	.psc-v4-request-quote--confirmation .psc-v4-request-quote__next ol {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 10px;
	}
}

@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: 22px;
		padding: 22px 18px;
	}

	.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-message h1 {
		font-size: clamp(32px, 9vw, 38px);
	}

	.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-message > p:last-child {
		font-size: 14px;
	}

	.psc-v4-request-quote--confirmation .psc-v4-request-quote__reference-card {
		padding: 18px;
	}

	.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: 18px;
		margin-left: 18px;
	}

	.psc-v4-request-quote--confirmation .psc-v4-request-quote__request-summary {
		padding-top: 24px;
	}

	.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-grid--with-image .psc-v4-request-quote__confirmation-image {
		grid-row: auto;
	}

	.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-image {
		min-height: 164px;
	}

	.psc-v4-request-quote--confirmation .psc-v4-request-quote__next ol {
		grid-template-columns: minmax(0, 1fr);
		gap: 9px;
	}

	.psc-v4-request-quote--confirmation .psc-v4-request-quote__next li {
		padding: 13px;
	}

	.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%;
		justify-content: center;
	}

	.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-actions {
		align-items: stretch;
		flex-direction: column;
		padding-bottom: 30px;
	}

	.psc-v4-request-quote--confirmation .psc-v4-request-quote__confirmation-actions a {
		width: 100%;
	}
}
