/*
 * ShipWise Quote V5
 * Presentation only. Every rule is isolated to the V5 quote wrapper or a
 * quote-page body class so the existing marketing site remains untouched.
 */

.sw-quote-v5 {
  --sw-v5-orange: #fe7800;
  --sw-v5-orange-hover: #e96e00;
  --sw-v5-green: #188536;
  --sw-v5-green-soft: #edf7ee;
  --sw-v5-blue: #1449c7;
  --sw-v5-blue-soft: #eaf5ff;
  --sw-v5-ink: #111315;
  --sw-v5-muted: #647084;
  --sw-v5-border: #c7cdd6;
  --sw-v5-border-strong: #9099a8;
  --sw-v5-surface: #ffffff;
  --sw-v5-shadow: 0 18px 48px rgba(0, 0, 0, .22);
  --sw-v5-header-height: 68px;
  width: 100%;
  min-width: 0;
  color: var(--sw-v5-ink);
  background: #0b1014;
  font-family: Onest, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.sw-quote-v5,
.sw-quote-v5 *,
.sw-quote-v5 *::before,
.sw-quote-v5 *::after {
  box-sizing: border-box;
}

.sw-quote-v5 img {
  display: block;
  max-width: 100%;
}

.sw-quote-v5 button,
.sw-quote-v5 input,
.sw-quote-v5 select {
  font: inherit;
}

.sw-quote-v5 button,
.sw-quote-v5 a {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, .08);
}

.sw-quote-v5 button {
  cursor: pointer;
}

.sw-quote-v5 [hidden] {
  display: none !important;
}

.sw-quote-v5 .sw-v5-svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.sw-quote-v5 .sw-v5-icon {
  width: 1.25em;
  height: 1.25em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sw-quote-v5 .sw-v5-star-row {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #ffb000;
}

.sw-quote-v5 .sw-v5-star-row svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  stroke: none;
}

.sw-quote-v5 .sw-v5-header {
  position: relative;
  z-index: 20;
  width: 100%;
  height: var(--sw-v5-header-height);
  background: rgba(255, 255, 255, .985);
  border-bottom: 1px solid #e8ecef;
  box-shadow: 0 1px 0 rgba(17, 19, 21, .025), 0 4px 14px rgba(17, 19, 21, .035);
}

.sw-quote-v5 .sw-v5-header-inner {
  width: min(1536px, calc(100% - clamp(56px, 8vw, 144px)));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sw-quote-v5 .sw-v5-brand {
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.sw-quote-v5 .sw-v5-brand img {
  width: 180px;
  height: auto;
  aspect-ratio: 190 / 32;
}

.sw-quote-v5 .sw-v5-secure-cue {
  padding: 8px 12px;
  border: 1px solid #dce7df;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #f5f8f6;
  color: #3d4858;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1;
}

.sw-quote-v5 .sw-v5-secure-cue > svg {
  width: 18px;
  height: 18px;
  color: var(--sw-v5-green);
}

.sw-quote-v5 .sw-v5-secure-short {
  display: none;
}

.sw-quote-v5 .sw-v5-shell,
.sw-quote-v5 .sw-v5-main {
  width: 100%;
  min-width: 0;
}

/* Steps 2 and 3 use the page wrapper itself as the step class. */
.sw-quote-v5.sw-v5-step-two .sw-v5-main,
.sw-quote-v5.sw-v5-step-three .sw-v5-main {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100dvh - var(--sw-v5-header-height));
  padding: 30px clamp(28px, 4vw, 72px);
  background: #0b1014;
}

.sw-quote-v5.sw-v5-step-two .sw-v5-main::before,
.sw-quote-v5.sw-v5-step-three .sw-v5-main::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(5, 10, 14, .22), rgba(5, 10, 14, .22)), url("../images/shipwise-v5-background-desktop.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.sw-quote-v5.sw-v5-step-two .sw-v5-main::before {
  background-position: 78% center;
}

.sw-quote-v5.sw-v5-step-three .sw-v5-main::before {
  background-position: 74% center;
  transform: scaleX(-1);
}

.sw-quote-v5 .sw-v5-step-one,
.sw-quote-v5 .sw-v5-step-two,
.sw-quote-v5 .sw-v5-step-three {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  min-height: calc(100dvh - var(--sw-v5-header-height));
  padding: 38px clamp(28px, 4vw, 72px);
  background: #0b1014;
}

.sw-quote-v5 .sw-v5-step-one::before,
.sw-quote-v5 .sw-v5-step-two::before,
.sw-quote-v5 .sw-v5-step-three::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(5, 10, 14, .22), rgba(5, 10, 14, .22)), url("../images/shipwise-v5-background-desktop.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sw-quote-v5 .sw-v5-step-two,
.sw-quote-v5 .sw-v5-step-three {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sw-quote-v5 .sw-v5-step-two::before {
  background-position: 78% center;
}

.sw-quote-v5 .sw-v5-step-three::before {
  background-position: 74% center;
  transform: scaleX(-1);
}

.sw-quote-v5 .sw-v5-step-one-layout {
  width: min(1536px, 100%);
  min-height: calc(100dvh - var(--sw-v5-header-height) - 76px);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(470px, 36.7vw, 613px);
  gap: clamp(76px, 6vw, 100px);
  align-items: start;
}

.sw-quote-v5 .sw-v5-two-card-layout {
  width: min(1040px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 600px) minmax(0, 420px);
  gap: 20px;
  align-items: start;
  justify-content: center;
}

.sw-quote-v5 .sw-v5-final-layout {
  width: min(1088px, 100%);
  grid-template-columns: minmax(0, 548px) minmax(0, 520px);
}

.sw-quote-v5 .sw-v5-hero-copy {
  max-width: 720px;
  margin-top: 80px;
  color: #fff;
}

.sw-quote-v5 .sw-v5-hero-rating {
  margin-bottom: 44px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-variant-numeric: tabular-nums;
}

.sw-quote-v5 .sw-v5-hero-rating .sw-v5-star-row svg {
  width: 23px;
  height: 23px;
}

.sw-quote-v5 .sw-v5-hero-eyebrow,
.sw-quote-v5 .sw-v5-hero-copy h1 {
  font-family: Anybody, Onest, sans-serif;
  font-style: italic;
  font-weight: 900;
  font-stretch: condensed;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.sw-quote-v5 .sw-v5-hero-eyebrow {
  margin: 0 0 8px;
  font-size: clamp(46px, 3.55vw, 60px);
  line-height: .96;
}

.sw-quote-v5 .sw-v5-hero-copy h1 {
  margin: 0;
  font-size: clamp(50px, 3.82vw, 64px);
  line-height: .98;
  white-space: nowrap;
}

.sw-quote-v5 .sw-v5-hero-highlight {
  display: inline-block;
  padding: .01em .12em .04em;
  background: var(--sw-v5-orange);
  color: #090a0b;
}

.sw-quote-v5 .sw-v5-hero-last-line {
  color: #fff;
}

.sw-quote-v5 .sw-v5-hero-support {
  max-width: 520px;
  margin: 40px 0 34px;
  font-size: clamp(20px, 1.7vw, 27px);
  line-height: 1.42;
  text-wrap: pretty;
}

.sw-quote-v5 .sw-v5-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sw-quote-v5 .sw-v5-hero-chips > span {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, .17);
  backdrop-filter: blur(10px);
  font-size: 16px;
}

.sw-quote-v5 .sw-v5-hero-chips .sw-v5-icon {
  width: 20px;
  height: 20px;
}

.sw-quote-v5 .sw-v5-form-card,
.sw-quote-v5 .sw-v5-support-card {
  min-width: 0;
  border: 1px solid rgba(219, 223, 229, .9);
  border-radius: 14px;
  background: var(--sw-v5-surface);
  box-shadow: var(--sw-v5-shadow);
}

.sw-quote-v5 .sw-v5-form-card {
  padding: 34px 36px;
}

.sw-quote-v5 .sw-v5-support-card {
  padding: 40px;
}

.sw-quote-v5 .sw-v5-route-card {
  min-height: clamp(596px, 82.8vh, 779px);
  display: flex;
  flex-direction: column;
}

.sw-quote-v5 .sw-v5-form-card h2,
.sw-quote-v5 .sw-v5-support-card h2 {
  margin: 0;
  color: var(--sw-v5-ink);
  font-family: Onest, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.sw-quote-v5 .sw-v5-form-card h1 {
  margin: 0;
  color: var(--sw-v5-ink);
  font-family: Onest, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.sw-quote-v5 .sw-v5-progress {
  height: 8px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 99px;
  background: #dfe1e4;
}

.sw-quote-v5 .sw-v5-progress > span {
  display: block;
  width: var(--sw-v5-progress);
  height: 100%;
  border-radius: inherit;
  background: var(--sw-v5-green);
}

.sw-quote-v5 .sw-v5-step-meta {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sw-quote-v5 .sw-v5-step-meta > span:first-child {
  color: var(--sw-v5-green);
  font-weight: 700;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.sw-quote-v5 .sw-v5-mobile-rating,
.sw-quote-v5 .sw-v5-mobile-micro-hero,
.sw-quote-v5 .sw-v5-mobile-title,
.sw-quote-v5 .sw-v5-mobile-summary,
.sw-quote-v5 .sw-v5-mobile-support,
.sw-quote-v5 .sw-v5-mobile-word,
.sw-quote-v5 .sw-v5-mobile-condition-label,
.sw-quote-v5 .sw-v5-mobile-email-label,
.sw-quote-v5 .sw-v5-mobile-saved {
  display: none;
}

.sw-quote-v5 .sw-v5-desktop-form-heading {
  margin-bottom: 34px;
}

.sw-quote-v5 .sw-v5-desktop-form-heading p,
.sw-quote-v5 .sw-v5-contact-intro {
  margin: 8px 0 0;
  color: var(--sw-v5-muted);
  font-size: 17px;
}

.sw-quote-v5 fieldset {
  min-width: 0;
}

.sw-quote-v5 .sw-v5-route-group,
.sw-quote-v5 .sw-v5-condition-field {
  padding: 0;
  border: 0;
}

.sw-quote-v5 .sw-v5-route-group {
  margin: 0 0 24px;
}

.sw-quote-v5 .sw-v5-route-group legend,
.sw-quote-v5 .sw-v5-condition-field legend {
  margin-bottom: 8px;
  padding: 0;
  color: #3b465b;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.sw-quote-v5 .sw-v5-route-row {
  display: grid;
  grid-template-columns: 1.18fr .62fr .92fr;
  gap: 10px;
}

.sw-quote-v5 .sw-v5-suggested-zip-note {
  margin: 5px 0 0;
  display: block;
  color: #657081;
  font-size: 11px;
  line-height: 1.3;
  text-align: right;
}

.sw-quote-v5 .sw-v5-suggested-zip-note:empty {
  display: none;
}

.sw-quote-v5 input.md_zip_suggested {
  border-color: #98b9a0;
  background: #fbfefb;
}

.sw-quote-v5 .sw-v5-route-row.md_flex > * + *,
.sw-quote-v5 .sw-v5-vehicle-grid > * + * {
  margin-left: 0;
}

.sw-quote-v5 .sw-v5-control,
.sw-quote-v5 .sw-v5-field {
  position: relative;
  min-width: 0;
}

.sw-quote-v5 .sw-v5-select-wrap {
  position: relative;
}

.sw-quote-v5 .sw-v5-control input,
.sw-quote-v5 .sw-v5-control select,
.sw-quote-v5 .sw-v5-field input,
.sw-quote-v5 .sw-v5-field select,
.sw-quote-v5 .sw-v5-date-control input {
  width: 100%;
  height: 54px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid var(--sw-v5-border);
  border-radius: 8px;
  outline: none;
  background-color: #fff;
  color: #283348;
  font-size: 17px;
  line-height: normal;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.sw-quote-v5 .sw-v5-control input:focus,
.sw-quote-v5 .sw-v5-control select:focus,
.sw-quote-v5 .sw-v5-field input:focus,
.sw-quote-v5 .sw-v5-field select:focus,
.sw-quote-v5 .choices.is-focused .choices__inner,
.sw-quote-v5 .choices.is-open .choices__inner {
  border-color: var(--sw-v5-blue);
  box-shadow: 0 0 0 3px rgba(20, 73, 199, .16);
}

.sw-quote-v5 .sw-v5-control input::placeholder,
.sw-quote-v5 .sw-v5-field input::placeholder,
.sw-quote-v5 .choices__placeholder {
  color: #778196;
  opacity: 1;
}

.sw-quote-v5 .sw-v5-has-icon > .sw-v5-field-icon {
  position: absolute;
  z-index: 2;
  left: 13px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  color: #5d6673;
  pointer-events: none;
}

.sw-quote-v5 .sw-v5-has-icon > input {
  padding-left: 40px;
}

.sw-quote-v5 .sw-v5-control select,
.sw-quote-v5 .sw-v5-field select {
  padding-right: 34px;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #344055 50%), linear-gradient(135deg, #344055 50%, transparent 50%);
  background-position: calc(100% - 17px) 23px, calc(100% - 12px) 23px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.sw-quote-v5 .sw-v5-form.md_form_invalid .md_invalid,
.sw-quote-v5 .md_input_error,
.sw-quote-v5 .is-invalid,
.sw-quote-v5 [aria-invalid="true"] {
  border-color: #c72f3f !important;
  box-shadow: 0 0 0 3px rgba(199, 47, 63, .12) !important;
}

.sw-quote-v5 .md_error_msg {
  margin: 5px 0 0;
  padding: 0;
  color: #a91f32;
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
}

.sw-quote-v5 .md_form_step1_error {
  margin-top: 10px;
  text-align: center;
}

.sw-quote-v5 .w-form-done,
.sw-quote-v5 .w-form-fail {
  display: none;
}

.sw-quote-v5 .md_dropdown_result {
  display: none;
  position: absolute;
  z-index: 50;
  top: calc(100% + 4px);
  left: 0;
  width: max(100%, 270px);
  max-height: min(240px, 42vh);
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cbd2dc;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(16, 24, 40, .16);
}

.sw-quote-v5 .md_dropdown_result > div {
  padding: 10px 12px;
  border-bottom: 1px solid #edf0f3;
  color: #263247;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.35;
}

.sw-quote-v5 .md_dropdown_result > div:last-child {
  border-bottom: 0;
}

.sw-quote-v5 .md_dropdown_result > .md_dropdown_message {
  color: #667085;
  background: #f8fafc;
  cursor: default;
  font-size: 13px;
  pointer-events: none;
}

.sw-quote-v5 .md_dropdown_result > .md_dropdown_mismatch {
  color: #9a4b13;
  background: #fff6ed;
}

.sw-quote-v5 .md_dropdown_result > .md_dropdown_action {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 0;
  border-top: 1px solid #edf0f3;
  background: #fff;
  color: #184f91;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.sw-quote-v5 .md_dropdown_result > .md_dropdown_action:hover,
.sw-quote-v5 .md_dropdown_result > .md_dropdown_action:focus-visible {
  background: #f2f6fb;
  outline: 0;
}

.sw-quote-v5 .md_dropdown_result > div:hover,
.sw-quote-v5 .md_dropdown_result > div:focus {
  background: #f2f6fb;
}

.sw-quote-v5 input.loading {
  background-image: radial-gradient(circle at center, var(--sw-v5-green) 0 2px, transparent 3px);
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  background-size: 8px 8px;
  cursor: progress;
}

.sw-quote-v5 .sw-v5-primary-cta,
.sw-quote-v5 .sw-v5-form > .btn {
  width: 100%;
  min-height: 58px;
  margin-top: 12px;
  padding: 10px 18px;
  border: 0;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: linear-gradient(180deg, #ff821d 0%, var(--sw-v5-orange) 100%);
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 9px 22px rgba(254, 120, 0, .18);
  transition: background .15s ease, transform .15s ease;
}

.sw-quote-v5 .sw-v5-primary-cta > .txt-24 {
  min-width: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  white-space: nowrap;
}

.sw-quote-v5 .sw-v5-primary-cta > span:first-child,
.sw-quote-v5 .sw-v5-primary-cta > div:first-child,
.sw-quote-v5 .sw-v5-form > .btn > div:first-child {
  margin-left: auto;
}

.sw-quote-v5 .sw-v5-primary-cta > svg,
.sw-quote-v5 .sw-v5-primary-cta > img,
.sw-quote-v5 .sw-v5-form > .btn > img {
  width: 24px;
  height: 24px;
  margin-left: auto;
  flex: 0 0 auto;
}

.sw-quote-v5 .sw-v5-primary-cta:hover,
.sw-quote-v5 .sw-v5-form > .btn:hover {
  background: var(--sw-v5-orange-hover);
}

.sw-quote-v5 .sw-v5-primary-cta:active,
.sw-quote-v5 .sw-v5-form > .btn:active {
  transform: translateY(1px);
}

.sw-quote-v5 .sw-v5-primary-cta:focus-visible,
.sw-quote-v5 .sw-v5-form > .btn:focus-visible {
  outline: 3px solid #fff;
  box-shadow: 0 0 0 5px var(--sw-v5-blue);
}

.sw-quote-v5 .sw-v5-primary-cta:disabled,
.sw-quote-v5 .sw-v5-primary-cta.loading,
.sw-quote-v5 .sw-v5-form > .btn:disabled {
  cursor: wait;
  opacity: .84;
}

.sw-quote-v5 .loader {
  display: none;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, .45);
  border-top-color: #fff;
  border-radius: 50%;
  background: transparent;
  -webkit-mask: none;
  mask: none;
  animation: sw-v5-spin .7s linear infinite;
}

.sw-quote-v5 .loading .loader {
  display: block;
}

.sw-quote-v5 .sw-v5-primary-cta.loading .sw-v5-cta-icon {
  display: none;
}

@keyframes sw-v5-spin {
  to { transform: rotate(360deg); }
}

.sw-quote-v5 .sw-v5-reassurance {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #4c576a;
  font-size: 13px;
  white-space: nowrap;
}

.sw-quote-v5 .sw-v5-reassurance > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.sw-quote-v5 .sw-v5-reassurance > span + span::before {
  content: "·";
  margin-right: 2px;
  color: #a5acb8;
  font-weight: 700;
}

.sw-quote-v5 .sw-v5-reassurance-compact {
  gap: 8px;
  color: #657081;
  font-size: 12px;
}

.sw-quote-v5 .sw-v5-reassurance-compact i {
  width: 18px;
  height: 18px;
  background: transparent;
  color: var(--sw-v5-green);
}

.sw-quote-v5 .sw-v5-reassurance-compact i .sw-v5-icon {
  width: 17px;
  height: 17px;
  stroke-width: 1.9;
}

.sw-quote-v5 .sw-v5-check-dot,
.sw-quote-v5 .sw-v5-reassurance i,
.sw-quote-v5 .sw-v5-route-saved > i,
.sw-quote-v5 .sw-v5-complete-banner > i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  background: var(--sw-v5-green);
  color: #fff;
  font-style: normal;
}

.sw-quote-v5 .sw-v5-check-dot .sw-v5-icon,
.sw-quote-v5 .sw-v5-reassurance i .sw-v5-icon,
.sw-quote-v5 .sw-v5-route-saved > i .sw-v5-icon,
.sw-quote-v5 .sw-v5-complete-banner > i .sw-v5-icon {
  width: 12px;
  height: 12px;
  stroke-width: 2.4;
}

.sw-quote-v5 .sw-v5-activity-proof {
  margin-top: 15px;
  display: none;
  align-items: center;
  gap: 10px;
  color: #5b6371;
  font-size: 13px;
}

.sw-quote-v5 .sw-v5-activity-proof strong {
  color: #20252d;
}

.sw-quote-v5 .sw-v5-avatar-stack {
  display: flex;
  flex: 0 0 auto;
}

.sw-quote-v5 .sw-v5-avatar-stack img {
  width: 29px;
  height: 29px;
  margin-left: -7px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

.sw-quote-v5 .sw-v5-avatar-stack img:first-child {
  margin-left: 0;
}

.sw-quote-v5 .sw-v5-desktop-social-proof {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--sw-v5-border);
  color: #384356;
}

.sw-quote-v5 .sw-v5-desktop-social-proof p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
}

.sw-quote-v5 .sw-v5-desktop-social-proof p + p {
  margin-top: 10px;
}

.sw-quote-v5 .sw-v5-desktop-social-proof .sw-v5-icon {
  width: 28px;
  height: 28px;
  color: #536074;
}

/* Step 2 */
.sw-quote-v5 .sw-v5-back-link {
  min-height: 32px;
  padding: 4px 0;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: #273246;
  font-size: 14px;
}

.sw-quote-v5 .sw-v5-back-link:hover {
  text-decoration: underline;
}

.sw-quote-v5 .sw-v5-route-saved {
  margin: 9px 0 20px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--sw-v5-green);
  font-size: 17px;
}

.sw-quote-v5 .sw-v5-route-saved > i {
  width: 26px;
  height: 26px;
}

.sw-quote-v5 .sw-v5-vehicle-grid {
  display: block;
}

.sw-quote-v5 .sw-v5-first-row {
  display: block;
}

.sw-quote-v5 .sw-v5-field {
  margin-bottom: 13px;
}

.sw-quote-v5 .sw-v5-field > label,
.sw-quote-v5 .sw-v5-field > span {
  display: block;
  margin-bottom: 6px;
  color: var(--sw-v5-ink);
  font-size: 14px;
  font-weight: 700;
}

.sw-quote-v5 .sw-v5-condition-field {
  margin: 10px 0 20px;
  display: block;
}

.sw-quote-v5 .sw-v5-condition-field legend {
  width: auto;
  max-width: 100%;
  margin: 0 0 7px;
  color: var(--sw-v5-ink);
  line-height: 1.35;
  text-transform: none;
  white-space: normal;
}

.sw-quote-v5 .sw-v5-condition-field label {
  min-height: 24px;
  margin-right: 26px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sw-quote-v5 .sw-v5-radio-row {
  display: flex;
  align-items: center;
  gap: 4px;
}

.sw-quote-v5 .sw-v5-condition-field input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--sw-v5-orange);
}

.sw-quote-v5 .sw-v5-date-control {
  position: relative;
  display: block;
}

.sw-quote-v5 .sw-v5-date-control input {
  padding-left: 48px;
  padding-right: 42px;
}

.sw-quote-v5 .sw-v5-date-control .sw-v5-field-icon,
.sw-quote-v5 .sw-v5-date-control .sw-v5-field-chevron {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 21px;
  height: 21px;
  transform: translateY(-50%);
  color: #344055;
  pointer-events: none;
}

.sw-quote-v5 .sw-v5-date-control .sw-v5-field-icon {
  left: 16px;
}

.sw-quote-v5 .sw-v5-date-control .sw-v5-field-chevron {
  right: 14px;
}

.sw-quote-v5 .sw-v5-field-help {
  display: block;
  margin: -6px 0 7px;
  color: var(--sw-v5-muted);
  font-size: 13px;
}

.sw-quote-v5 .sw-v5-next-note {
  margin: 10px 0 0;
  color: var(--sw-v5-muted);
  text-align: center;
  font-size: 13px;
}

.sw-quote-v5 .sw-v5-vehicle-support {
  display: flex;
  flex-direction: column;
}

.sw-quote-v5 .sw-v5-reason-list {
  margin-top: 40px;
}

.sw-quote-v5 .sw-v5-reason-list article {
  padding: 28px 0;
  border-bottom: 1px solid var(--sw-v5-border);
  display: grid;
  grid-template-columns: 64px 1fr;
  column-gap: 24px;
  align-items: start;
}

.sw-quote-v5 .sw-v5-reason-list article:first-child {
  padding-top: 0;
}

.sw-quote-v5 .sw-v5-reason-list b {
  font-size: 17px;
}

.sw-quote-v5 .sw-v5-reason-list p {
  margin: 6px 0 0;
  color: var(--sw-v5-muted);
  line-height: 1.45;
}

.sw-quote-v5 .sw-v5-reason-icon {
  width: 56px;
  height: 56px;
  color: var(--sw-v5-green);
  stroke-width: 1.7;
}

.sw-quote-v5 .sw-v5-review-card {
  margin: 28px 0 0;
  padding: 18px;
  border: 1px solid var(--sw-v5-border);
  border-radius: 12px;
  background: #fafafa;
}

.sw-quote-v5 .sw-v5-review-stars {
  justify-content: center;
}

.sw-quote-v5 .sw-v5-review-stars svg {
  width: 23px;
  height: 23px;
}

.sw-quote-v5 .sw-v5-review-row {
  margin-top: 11px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.sw-quote-v5 .sw-v5-review-row img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.sw-quote-v5 .sw-v5-review-row blockquote {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

.sw-quote-v5 .sw-v5-review-row cite {
  display: block;
  margin-top: 6px;
  color: var(--sw-v5-muted);
  font-size: 13px;
  font-style: normal;
}

.sw-quote-v5 .sw-v5-rating-proof {
  margin-top: 28px;
  padding: 14px 16px;
  border: 1px solid #e0e4e9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fafafa;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.sw-quote-v5 .sw-v5-rating-proof > span:last-child {
  white-space: nowrap;
}

.sw-quote-v5 .sw-v5-rating-proof .sw-v5-star-row {
  margin-right: 4px;
}

.sw-quote-v5 .sw-v5-rating-proof .sw-v5-star-row svg {
  width: 20px;
  height: 20px;
}

/* Choices.js stays responsible for value/state; V5 only skins it. */
.sw-quote-v5 .sw-v5-field .choices {
  width: 100%;
  margin: 0;
  font-size: 17px;
}

.sw-quote-v5 .sw-v5-field .choices__inner {
  width: 100%;
  min-height: 54px;
  padding: 0 40px 0 16px;
  border: 1px solid var(--sw-v5-border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  background: #fff;
  color: #283348;
  font-size: 17px;
  line-height: 1.25;
}

.sw-quote-v5 .sw-v5-field .choices__list--single {
  width: 100%;
  padding: 0;
}

.sw-quote-v5 .sw-v5-field .choices[data-type*="select-one"]::after {
  right: 17px;
  border-color: #344055 transparent transparent;
}

.sw-quote-v5 .sw-v5-field .choices.is-open .choices__inner {
  border-radius: 8px 8px 0 0;
}

.sw-quote-v5 .sw-v5-field .choices__list--dropdown {
  z-index: 60;
  border-color: var(--sw-v5-border);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 14px 30px rgba(16, 24, 40, .14);
}

.sw-quote-v5 .sw-v5-field .choices__list--dropdown > .choices__list {
  max-height: min(312px, 42vh);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.sw-quote-v5 .sw-v5-field .choices__input {
  margin: 0;
  padding: 11px 12px;
  background: #fff;
}

.sw-quote-v5 .sw-v5-field .choices__list--dropdown .choices__item {
  padding: 10px 12px;
  font-size: 14px;
}

.sw-quote-v5 .sw-v5-field .choices__list--dropdown .is-highlighted {
  background: #f2f6fb;
}

.sw-quote-v5 .sw-v5-field .choices.is-loading .choices__inner {
  background-image: radial-gradient(circle at center, var(--sw-v5-green) 0 2px, transparent 3px);
  background-repeat: no-repeat;
  background-position: calc(100% - 17px) center;
  background-size: 8px 8px;
  cursor: progress;
}

.sw-quote-v5 .sw-v5-field .choices.is-loading::after {
  display: none;
}

.sw-quote-v5 .sw-v5-field .choices:has(.js-choice-model) .choices__input--cloned::placeholder {
  color: #667085;
  opacity: 1;
}

.sw-quote-v5 .sw-v5-model-status {
  min-height: 16px;
  margin: 5px 0 0;
  color: var(--sw-v5-muted);
  font-size: 12px;
  line-height: 1.35;
}

.sw-quote-v5 .sw-v5-model-status.is-loading {
  color: var(--sw-v5-muted);
}

.sw-quote-v5 .sw-v5-model-status.is-error {
  color: #b42318;
}

.sw-quote-v5 .sw-v5-selected-bodytype-field {
  margin: 7px 0 2px;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.sw-quote-v5 .sw-v5-selected-bodytype-field[hidden] {
  display: none !important;
}

.sw-quote-v5 .sw-v5-selected-bodytype-field > label {
  margin: 0;
  color: var(--sw-v5-ink);
  font-size: 13px;
  font-weight: 700;
}

.sw-quote-v5 .sw-v5-selected-bodytype-field > select {
  height: 46px;
  min-width: 0;
}

.sw-quote-v5 .sw-v5-model-manual-toggle,
.sw-quote-v5 .sw-v5-model-list-toggle,
.sw-quote-v5 .md_model_retry {
  max-width: 100%;
  min-height: 30px;
  margin: 1px 0 0;
  padding: 4px 0;
  border: 0;
  border-radius: 4px;
  outline: 0;
  background: transparent;
  color: var(--sw-v5-muted);
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: var(--sw-v5-border);
  text-underline-offset: 3px;
  white-space: normal;
  cursor: pointer;
}

.sw-quote-v5 .sw-v5-model-manual-toggle:hover,
.sw-quote-v5 .sw-v5-model-list-toggle:hover,
.sw-quote-v5 .md_model_retry:hover {
  color: var(--sw-v5-ink);
  text-decoration-color: currentColor;
}

.sw-quote-v5 .sw-v5-model-manual-toggle:focus-visible,
.sw-quote-v5 .sw-v5-model-list-toggle:focus-visible,
.sw-quote-v5 .md_model_retry:focus-visible {
  outline: 2px solid #1449c7;
  outline-offset: 2px;
  box-shadow: none;
}

.sw-quote-v5 .sw-v5-model-manual-panel {
  margin-top: 1px;
  outline: 0;
}

.sw-quote-v5 .sw-v5-model-manual-fields {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, .85fr);
  gap: 8px;
}

.sw-quote-v5 .sw-v5-model-manual-fields > div {
  min-width: 0;
}

.sw-quote-v5 .sw-v5-model-manual-panel[hidden],
.sw-quote-v5 .sw-v5-model-manual-toggle[hidden],
.sw-quote-v5 #sw-v5-model-select-panel[hidden],
.sw-quote-v5 #sw-v5-model-status[hidden] {
  display: none !important;
}

.sw-quote-v5 .sw-v5-model-manual-fields label {
  display: block;
  margin-bottom: 6px;
  color: var(--sw-v5-ink);
  font-size: 14px;
  font-weight: 700;
}

.sw-quote-v5 .sw-v5-model-manual-panel > small {
  display: block;
  margin-top: 5px;
  color: var(--sw-v5-muted);
  font-size: 12px;
  line-height: 1.35;
}

.sw-quote-v5 .sw-v5-model-list-toggle {
  margin-top: 3px;
}

/* Step 3 */
.sw-quote-v5 .sw-v5-contact-card h2,
.sw-quote-v5 .sw-v5-contact-card h1 {
  font-size: 28px;
  letter-spacing: -.035em;
  white-space: nowrap;
}

.sw-quote-v5 .sw-v5-contact-intro {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.45;
}

.sw-quote-v5 .sw-v5-contact-card .sw-v5-field {
  margin-top: 8px;
  margin-bottom: 16px;
}

.sw-quote-v5 .sw-v5-contact-card .sw-v5-field input {
  height: 48px;
}

.sw-quote-v5 .sw-v5-contact-card .sw-v5-field > label,
.sw-quote-v5 .sw-v5-contact-card .sw-v5-field > span {
  color: #173b8f;
}

.sw-quote-v5 .sw-v5-contact-card .sw-v5-input-wrap {
  position: relative;
}

.sw-quote-v5 .sw-v5-contact-card .sw-v5-input-wrap > .sw-v5-icon {
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  color: #778196;
  pointer-events: none;
}

.sw-quote-v5 .sw-v5-contact-card .sw-v5-input-wrap > input {
  padding-left: 48px;
}

.sw-quote-v5 .sw-v5-phone-help {
  margin-top: 1px;
  padding: 8px 13px;
  border: 1px solid #b9dcff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--sw-v5-blue-soft);
  color: #173b8f;
  font-size: 13px;
  line-height: 1.4;
}

.sw-quote-v5 .sw-v5-phone-help .sw-v5-icon {
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  color: #1c6eff;
}

.sw-quote-v5 .sw-v5-contact-card .sw-v5-primary-cta {
  min-height: 54px;
  margin-top: 17px;
}

.sw-quote-v5 .sw-v5-legal-block {
  margin-top: 12px;
  padding-top: 11px;
  border-top: 1px solid #e4e8ed;
}

.sw-quote-v5 .sw-v5-legal-block p {
  margin: 0;
  color: #6f7988;
  font-size: 10.5px;
  line-height: 1.45;
}

.sw-quote-v5 .sw-v5-disclosure {
  margin: 0;
  color: #6f7988;
  font-size: 10.5px;
  line-height: 1.45;
}

.sw-quote-v5 .sw-v5-shipment-card {
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
}

.sw-quote-v5 .sw-v5-shipment-card h2 {
  margin-bottom: 20px;
}

.sw-quote-v5 .sw-v5-shipment-lines p {
  margin: 0;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
}

.sw-quote-v5 .sw-v5-shipment-lines p > .sw-v5-icon {
  width: 28px;
  height: 28px;
}

.sw-quote-v5 .sw-v5-shipment-lines button,
.sw-quote-v5 .sw-v5-summary-edit {
  padding: 0;
  border: 0;
  background: transparent;
  color: #153ca0;
  text-decoration: underline;
}

.sw-quote-v5 .sw-v5-complete-banner {
  margin: 24px 0 38px;
  padding: 18px 20px;
  border: 1px solid #bddcbe;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--sw-v5-green-soft);
  color: #15702b;
  font-weight: 700;
}

.sw-quote-v5 .sw-v5-shipment-card h3 {
  margin: 0 0 18px;
  font-size: 22px;
}

.sw-quote-v5 .sw-v5-next-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: sw-v5-step;
}

.sw-quote-v5 .sw-v5-next-steps li {
  position: relative;
  min-height: 38px;
  margin: 0 0 24px;
  padding-left: 54px;
  display: flex;
  align-items: center;
  counter-increment: sw-v5-step;
}

.sw-quote-v5 .sw-v5-next-steps li::before {
  content: counter(sw-v5-step);
  position: absolute;
  left: 0;
  top: 1px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--sw-v5-green);
  color: #fff;
  font-weight: 700;
}

.sw-quote-v5 .sw-v5-next-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 36px;
  width: 1px;
  height: 22px;
  background: #c9d0d7;
}

.sw-quote-v5 .sw-v5-final-rating {
  margin-top: 28px;
  padding: 14px 16px;
  border: 1px solid #e0e4e9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #fafafa;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}

.sw-quote-v5 .sw-v5-final-rating .sw-v5-star-row svg {
  width: 23px;
  height: 23px;
}

/* Datepicker is appended outside the quote wrapper by the existing plugin. */
body.page-id-13 .datepicker-dropdown {
  z-index: 9999;
  border: 1px solid #d8dde5 !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 44px rgba(16, 24, 40, .16) !important;
  font-family: Onest, system-ui, sans-serif;
}

body.page-id-13 .datepicker-panel > ul > li.picked,
body.page-id-13 .datepicker-panel > ul > li.highlighted,
body.page-id-13 .datepicker-panel > ul > li.picked:hover {
  color: #fff;
  background: #188536;
}

body.page-id-13 .datepicker-panel > ul > li:hover {
  background: #edf7ee;
}

@media (min-width: 960px) {
  .sw-quote-v5 .sw-v5-step-one .sw-v5-route-card {
    padding-top: 47px;
  }

  .sw-quote-v5 .sw-v5-step-one .sw-v5-progress {
    margin-bottom: 39px;
  }

  .sw-quote-v5 .sw-v5-step-one .sw-v5-desktop-form-heading {
    margin-bottom: 45px;
  }

  .sw-quote-v5 .sw-v5-step-one .sw-v5-route-group:first-of-type {
    margin-bottom: 35px;
  }

  .sw-quote-v5 .sw-v5-step-one .sw-v5-control input,
  .sw-quote-v5 .sw-v5-step-one .sw-v5-control select {
    height: 56px;
  }

  .sw-quote-v5 .sw-v5-step-one .sw-v5-form > .btn,
  .sw-quote-v5 .sw-v5-step-one .sw-v5-primary-cta {
    margin-top: 18px;
  }

  .sw-quote-v5 .sw-v5-step-two .sw-v5-progress,
  .sw-quote-v5.sw-v5-step-two .sw-v5-progress {
    margin-bottom: 21px;
  }

  .sw-quote-v5 .sw-v5-step-two .sw-v5-step-meta,
  .sw-quote-v5.sw-v5-step-two .sw-v5-step-meta {
    margin-bottom: 15px;
  }
}

@media (min-width: 960px) and (max-width: 1180px) {
  .sw-quote-v5 .sw-v5-step-one-layout {
    grid-template-columns: minmax(0, 1fr) 470px;
    gap: 40px;
  }

  .sw-quote-v5 .sw-v5-hero-copy {
    max-width: 440px;
    margin-top: 68px;
  }

  .sw-quote-v5 .sw-v5-hero-rating {
    gap: 10px;
    margin-bottom: 34px;
    font-size: 14px;
  }

  .sw-quote-v5 .sw-v5-hero-rating .sw-v5-star-row svg {
    width: 18px;
    height: 18px;
  }

  .sw-quote-v5 .sw-v5-hero-eyebrow,
  .sw-quote-v5 .sw-v5-hero-copy h1 {
    font-size: clamp(34px, 3.85vw, 44px);
  }

  .sw-quote-v5 .sw-v5-hero-support {
    margin-top: 30px;
    margin-bottom: 26px;
    font-size: 18px;
  }

  .sw-quote-v5 .sw-v5-hero-chips > span {
    padding: 8px 12px;
    font-size: 13px;
  }

  .sw-quote-v5 .sw-v5-contact-card h2,
  .sw-quote-v5 .sw-v5-contact-card h1 {
    font-size: 26px;
  }
}

@media (min-width: 960px) and (max-height: 926px) {
  .sw-quote-v5 .sw-v5-step-one,
  .sw-quote-v5 .sw-v5-step-two,
  .sw-quote-v5 .sw-v5-step-three {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .sw-quote-v5.sw-v5-step-two .sw-v5-main,
  .sw-quote-v5.sw-v5-step-three .sw-v5-main {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .sw-quote-v5 .sw-v5-form-card {
    padding: 21px 24px;
  }

  .sw-quote-v5 .sw-v5-support-card {
    padding: 24px;
  }

  .sw-quote-v5 .sw-v5-route-card,
  .sw-quote-v5 .sw-v5-form-card,
  .sw-quote-v5 .sw-v5-support-card {
    min-height: 0;
  }

  .sw-quote-v5 .sw-v5-progress {
    margin-bottom: 12px;
  }

  .sw-quote-v5 .sw-v5-step-meta {
    margin-bottom: 10px;
  }

  .sw-quote-v5 .sw-v5-form-card h2,
  .sw-quote-v5 .sw-v5-support-card h2 {
    font-size: 26px;
  }

  .sw-quote-v5 .sw-v5-step-one .sw-v5-route-card {
    padding: 24px;
  }

  .sw-quote-v5 .sw-v5-step-one .sw-v5-progress {
    margin-bottom: 18px;
  }

  .sw-quote-v5 .sw-v5-step-one .sw-v5-desktop-form-heading {
    margin-bottom: 24px;
  }

  .sw-quote-v5 .sw-v5-step-one .sw-v5-route-group,
  .sw-quote-v5 .sw-v5-step-one .sw-v5-route-group:first-of-type {
    margin-bottom: 18px;
  }

  .sw-quote-v5 .sw-v5-step-one .sw-v5-control input,
  .sw-quote-v5 .sw-v5-step-one .sw-v5-control select {
    height: 48px;
  }

  .sw-quote-v5 .sw-v5-step-one .sw-v5-form > .btn,
  .sw-quote-v5 .sw-v5-step-one .sw-v5-primary-cta {
    min-height: 52px;
    margin-top: 8px;
  }

  .sw-quote-v5 .sw-v5-step-one .sw-v5-desktop-social-proof {
    margin-top: 28px;
  }

  .sw-quote-v5 .sw-v5-field {
    margin-bottom: 8px;
  }

  .sw-quote-v5.sw-v5-step-two .sw-v5-progress {
    margin-bottom: 12px;
  }

  .sw-quote-v5.sw-v5-step-two .sw-v5-step-meta {
    margin-bottom: 10px;
  }

  .sw-quote-v5.sw-v5-step-two .sw-v5-route-saved {
    margin-top: 6px;
    margin-bottom: 12px;
  }

  .sw-quote-v5.sw-v5-step-two .sw-v5-field input,
  .sw-quote-v5.sw-v5-step-two .sw-v5-field select,
  .sw-quote-v5.sw-v5-step-two .sw-v5-field .choices__inner,
  .sw-quote-v5.sw-v5-step-two .sw-v5-date-control input {
    height: 48px;
    min-height: 48px;
  }

  .sw-quote-v5.sw-v5-step-two .sw-v5-condition-field {
    margin-top: 8px;
    margin-bottom: 12px;
  }

  .sw-quote-v5.sw-v5-step-two .sw-v5-condition-field legend {
    margin-bottom: 6px;
  }

  .sw-quote-v5.sw-v5-step-two .sw-v5-primary-cta,
  .sw-quote-v5 .sw-v5-step-two .sw-v5-primary-cta {
    min-height: 52px;
    margin-top: 10px;
  }

  .sw-quote-v5 .sw-v5-reason-list {
    margin-top: 15px;
  }

  .sw-quote-v5 .sw-v5-reason-list article {
    padding: 12px 0;
  }

  .sw-quote-v5 .sw-v5-review-card {
    margin-top: 14px;
    padding: 12px;
  }

  .sw-quote-v5 .sw-v5-shipment-lines p {
    padding: 9px 0;
  }

  .sw-quote-v5 .sw-v5-complete-banner {
    margin: 12px 0 18px;
    padding: 12px;
  }

  .sw-quote-v5 .sw-v5-next-steps li {
    margin-bottom: 13px;
  }
}

@media (max-width: 959px) {
  .sw-quote-v5 {
    --sw-v5-header-height: 40px;
  }

  .sw-quote-v5 .sw-v5-header {
    height: var(--sw-v5-header-height);
    box-shadow: none;
  }

  .sw-quote-v5 .sw-v5-header-inner {
    width: 100%;
    padding-right: max(12px, env(safe-area-inset-right));
    padding-left: max(12px, env(safe-area-inset-left));
  }

  .sw-quote-v5 .sw-v5-brand img {
    width: 92px;
  }

  .sw-quote-v5 .sw-v5-secure-cue {
    padding: 0;
    border: 0;
    gap: 4px;
    background: transparent;
    font-size: 10.5px;
    font-weight: 500;
  }

  .sw-quote-v5 .sw-v5-secure-cue > svg {
    width: 15px;
    height: 15px;
  }

  .sw-quote-v5 .sw-v5-secure-full {
    display: none;
  }

  .sw-quote-v5 .sw-v5-secure-short {
    display: inline;
  }

  .sw-quote-v5 .sw-v5-mobile-word,
  .sw-quote-v5 .sw-v5-mobile-condition-label,
  .sw-quote-v5 .sw-v5-mobile-email-label,
  .sw-quote-v5 .sw-v5-mobile-saved {
    display: inline;
  }

  .sw-quote-v5 .sw-v5-desktop-word,
  .sw-quote-v5 .sw-v5-desktop-condition-label,
  .sw-quote-v5 .sw-v5-desktop-email-label,
  .sw-quote-v5 .sw-v5-route-prefix {
    display: none;
  }

  .sw-quote-v5 .sw-v5-step-one,
  .sw-quote-v5 .sw-v5-step-two,
  .sw-quote-v5 .sw-v5-step-three {
    min-height: calc(100dvh - var(--sw-v5-header-height));
    padding: 12px max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
  }

  .sw-quote-v5 .sw-v5-step-one::before,
  .sw-quote-v5 .sw-v5-step-two::before,
  .sw-quote-v5 .sw-v5-step-three::before {
    background-image: linear-gradient(rgba(5, 10, 14, .34), rgba(5, 10, 14, .34)), url("../images/shipwise-v5-background-mobile.webp");
    background-position: center;
    transform: none;
  }

  .sw-quote-v5.sw-v5-step-two .sw-v5-main,
  .sw-quote-v5.sw-v5-step-three .sw-v5-main {
    min-height: calc(100dvh - var(--sw-v5-header-height));
    padding: 12px max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
  }

  .sw-quote-v5.sw-v5-step-two .sw-v5-main::before,
  .sw-quote-v5.sw-v5-step-three .sw-v5-main::before {
    background-image: linear-gradient(rgba(5, 10, 14, .34), rgba(5, 10, 14, .34)), url("../images/shipwise-v5-background-mobile.webp");
    background-position: center;
    transform: none;
  }

  .sw-quote-v5 .sw-v5-step-one-layout,
  .sw-quote-v5 .sw-v5-two-card-layout,
  .sw-quote-v5 .sw-v5-final-layout {
    width: 100%;
    min-height: 0;
    margin: 0;
    display: block;
  }

  .sw-quote-v5 .sw-v5-hero-copy {
    display: none;
  }

  .sw-quote-v5 .sw-v5-form-card,
  .sw-quote-v5 .sw-v5-support-card {
    width: 100%;
    min-height: 0;
    border-radius: 17px;
  }

  .sw-quote-v5 .sw-v5-form-card {
    padding: 17px;
  }

  .sw-quote-v5 .sw-v5-support-card {
    margin-top: 10px;
    padding: 20px;
  }

  .sw-quote-v5 .sw-v5-form-card h2 {
    font-size: 24px;
  }

  .sw-quote-v5 .sw-v5-progress {
    height: 6px;
    margin-bottom: 15px;
  }

  .sw-quote-v5 .sw-v5-step-meta {
    min-height: 21px;
    margin-bottom: 14px;
  }

  .sw-quote-v5 .sw-v5-step-meta > span:first-child {
    font-size: 13px;
  }

  .sw-quote-v5 .sw-v5-desktop-form-heading {
    display: none;
  }

  .sw-quote-v5 .sw-v5-mobile-micro-hero {
    display: block;
    margin-bottom: 16px;
  }

  .sw-quote-v5 .sw-v5-mobile-micro-hero p {
    margin: 0 0 2px;
    color: #2c3950;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
  }

  .sw-quote-v5 .sw-v5-mobile-micro-hero h2 {
    margin: 0;
    font-family: Anybody, Onest, sans-serif;
    font-size: clamp(25px, 7.4vw, 29px);
    font-weight: 900;
    font-stretch: condensed;
    line-height: .93;
    letter-spacing: -.02em;
    text-transform: uppercase;
    text-wrap: balance;
  }

  .sw-quote-v5 .sw-v5-mobile-micro-hero h2 span {
    color: var(--sw-v5-orange);
  }

  .sw-quote-v5 .sw-v5-mobile-micro-hero small {
    display: block;
    margin-top: 5px;
    color: #41506a;
    font-size: 13px;
  }

  .sw-quote-v5 .sw-v5-mobile-rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #202938;
    font-size: 13px;
    font-variant-numeric: tabular-nums;
  }

  .sw-quote-v5 .sw-v5-mobile-rating .sw-v5-star-row {
    gap: 2px;
  }

  .sw-quote-v5 .sw-v5-mobile-rating .sw-v5-star-row svg {
    width: 12px;
    height: 12px;
  }

  .sw-quote-v5 .sw-v5-route-group {
    margin-bottom: 17px;
  }

  .sw-quote-v5 .sw-v5-route-group legend {
    margin-bottom: 4px;
    font-size: 11px;
  }

  .sw-quote-v5 .sw-v5-route-row {
    grid-template-columns: 1.25fr .84fr .94fr;
    gap: 7px;
  }

  .sw-quote-v5 .sw-v5-control input,
  .sw-quote-v5 .sw-v5-control select {
    height: 44px;
    padding: 0 9px;
    border-radius: 7px;
    font-size: 16px;
  }

  .sw-quote-v5 .sw-v5-has-icon > .sw-v5-field-icon {
    left: 7px;
    width: 13px;
    height: 13px;
  }

  .sw-quote-v5 .sw-v5-has-icon > input {
    padding-right: 4px;
    padding-left: 25px;
  }

  .sw-quote-v5 .sw-v5-zip-control > .sw-v5-field-icon {
    left: 3px;
    width: 9px;
    height: 9px;
  }

  .sw-quote-v5 .sw-v5-zip-control > input {
    padding-right: 0;
    padding-left: 16px;
    font-size: 16px;
    letter-spacing: -.05em;
  }

  .sw-quote-v5 .sw-v5-control select {
    background-position: calc(100% - 14px) 18px, calc(100% - 9px) 18px;
  }

  .sw-quote-v5 .sw-v5-primary-cta,
  .sw-quote-v5 .sw-v5-form > .btn {
    min-height: 44px;
    margin-top: 9px;
    padding: 7px 11px;
    border-radius: 9px;
    font-size: 15px;
  }

  .sw-quote-v5 .sw-v5-primary-cta > svg,
  .sw-quote-v5 .sw-v5-primary-cta > img,
  .sw-quote-v5 .sw-v5-form > .btn > img {
    width: 20px;
    height: 20px;
  }

  .sw-quote-v5 .sw-v5-reassurance {
    gap: 3px;
    margin-top: 10px;
    font-size: 9px;
  }

  .sw-quote-v5 .sw-v5-check-dot {
    width: 13px;
    height: 13px;
  }

  .sw-quote-v5 .sw-v5-activity-proof {
    margin-top: 15px;
    display: flex;
    gap: 8px;
    font-size: 10.5px;
    white-space: nowrap;
  }

  .sw-quote-v5 .sw-v5-avatar-stack img {
    width: 23px;
    height: 23px;
    margin-left: -6px;
  }

  .sw-quote-v5 .sw-v5-desktop-social-proof {
    display: none;
  }

  .sw-quote-v5 .md_dropdown_result {
    width: max(100%, 230px);
    max-width: calc(100vw - 40px);
  }

  /* Step 2 mobile */
  .sw-quote-v5 .sw-v5-step-two,
  .sw-quote-v5.sw-v5-step-two .sw-v5-main {
    padding-inline: 20px;
  }

  .sw-quote-v5 .sw-v5-vehicle-card h2,
  .sw-quote-v5 .sw-v5-vehicle-card h1 {
    margin-bottom: 5px;
    font-size: clamp(18px, 5.2vw, 22px);
  }

  .sw-quote-v5 .sw-v5-route-saved {
    margin: 4px 0 9px;
    gap: 6px;
    font-size: 12px;
  }

  .sw-quote-v5 .sw-v5-route-saved > i {
    width: 20px;
    height: 20px;
  }

  .sw-quote-v5 .sw-v5-route-prefix {
    display: none;
  }

  .sw-quote-v5 .sw-v5-vehicle-grid,
  .sw-quote-v5 .sw-v5-first-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }

  .sw-quote-v5 .sw-v5-field {
    margin-bottom: 7px;
  }

  .sw-quote-v5 .sw-v5-field > label,
  .sw-quote-v5 .sw-v5-field > span {
    margin-bottom: 3px;
    font-size: 11px;
  }

  .sw-quote-v5 .sw-v5-field input,
  .sw-quote-v5 .sw-v5-field select,
  .sw-quote-v5 .sw-v5-field .choices__inner {
    height: 44px;
    min-height: 44px;
    padding-right: 34px;
    padding-left: 11px;
    border-radius: 7px;
    font-size: 16px;
  }

  .sw-quote-v5 .sw-v5-model-status,
  .sw-quote-v5 .sw-v5-model-manual-panel > small {
    min-height: 14px;
    margin-top: 3px;
    font-size: 10.5px;
    line-height: 1.3;
  }

  .sw-quote-v5 .sw-v5-model-manual-toggle,
  .sw-quote-v5 .sw-v5-model-list-toggle,
  .sw-quote-v5 .md_model_retry {
    min-height: 34px;
    padding-block: 3px;
    font-size: 12px;
  }

  .sw-quote-v5 .sw-v5-selected-bodytype-field {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 7px;
    margin-top: 5px;
  }

  .sw-quote-v5 .sw-v5-selected-bodytype-field > label {
    font-size: 11px;
  }

  .sw-quote-v5 .sw-v5-selected-bodytype-field > select {
    height: 40px;
    min-height: 40px;
  }

  .sw-quote-v5 .sw-v5-model-manual-fields {
    grid-template-columns: minmax(0, 1fr) minmax(100px, .65fr);
  }

  .sw-quote-v5 .sw-v5-model-manual-fields label {
    margin-bottom: 3px;
    font-size: 11px;
  }

  .sw-quote-v5 .sw-v5-field .choices__list--dropdown > .choices__list {
    max-height: min(264px, 38vh);
    max-height: min(264px, 38dvh);
  }

  .sw-quote-v5 .sw-v5-date-control input {
    padding-left: 40px;
  }

  .sw-quote-v5 .sw-v5-date-control .sw-v5-field-icon {
    left: 12px;
    width: 17px;
    height: 17px;
  }

  .sw-quote-v5 .sw-v5-date-control .sw-v5-field-chevron {
    right: 11px;
    width: 18px;
    height: 18px;
  }

  .sw-quote-v5 .sw-v5-condition-field {
    min-height: 44px;
    margin: 0 0 6px;
  }

  .sw-quote-v5 .sw-v5-condition-field legend {
    margin-bottom: 2px;
    font-size: 12px;
  }

  .sw-quote-v5 .sw-v5-condition-field label {
    min-height: 44px;
    margin: -10px 10px -10px -8px;
    padding: 10px 8px;
    gap: 5px;
    font-size: 13px;
  }

  .sw-quote-v5 .sw-v5-condition-field input {
    width: 18px;
    height: 18px;
  }

  .sw-quote-v5 .sw-v5-field-help {
    margin: -4px 0 4px;
    font-size: 10.5px;
  }

  .sw-quote-v5 .sw-v5-next-note {
    margin-top: 6px;
    font-size: 10.5px;
  }

  /* Step 3 mobile */
  .sw-quote-v5 .sw-v5-form-card.sw-v5-contact-card {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .sw-quote-v5 .sw-v5-contact-surface {
    padding: 14px;
    border: 1px solid rgba(219, 223, 229, .9);
    border-radius: 17px;
    background: #fff;
    box-shadow: var(--sw-v5-shadow);
  }

  .sw-quote-v5 .sw-v5-contact-card h2,
  .sw-quote-v5 .sw-v5-contact-card h1 {
    font-size: clamp(13.5px, 4.2vw, 20px);
    white-space: nowrap;
  }

  .sw-quote-v5 .sw-v5-desktop-title,
  .sw-quote-v5 .sw-v5-contact-intro {
    display: none;
  }

  .sw-quote-v5 .sw-v5-mobile-title {
    display: inline;
  }

  .sw-quote-v5 .sw-v5-mobile-summary {
    width: 100%;
    min-height: 54px;
    margin: 7px 0 8px;
    padding: 7px 9px;
    border: 1px solid #bfc7d5;
    border-radius: 9px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 38px;
    align-items: center;
    gap: 4px;
    background: #fff;
  }

  .sw-quote-v5 .sw-v5-mobile-summary > i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--sw-v5-green);
    color: #fff;
    font-style: normal;
  }

  .sw-quote-v5 .sw-v5-mobile-summary > i .sw-v5-icon {
    width: 12px;
    height: 12px;
    stroke-width: 2.4;
  }

  .sw-quote-v5 .sw-v5-mobile-summary > span {
    min-width: 0;
  }

  .sw-quote-v5 .sw-v5-mobile-summary > span b,
  .sw-quote-v5 .sw-v5-mobile-summary > span small {
    display: block;
  }

  .sw-quote-v5 .sw-v5-mobile-summary > span b {
    font-size: 12px;
  }

  .sw-quote-v5 .sw-v5-mobile-summary > span small {
    margin-top: 2px;
    overflow: hidden;
    color: #3f4753;
    font-size: 10.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sw-quote-v5 .sw-v5-mobile-summary > a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #153ca0;
    font-size: 11px;
    text-decoration: underline;
  }

  .sw-quote-v5 .sw-v5-summary-toggle {
    min-width: 0;
    min-height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
  }

  .sw-quote-v5 .sw-v5-summary-toggle b,
  .sw-quote-v5 .sw-v5-summary-toggle small {
    display: block;
  }

  .sw-quote-v5 .sw-v5-summary-toggle b {
    font-size: 12px;
  }

  .sw-quote-v5 .sw-v5-summary-toggle small {
    margin-top: 2px;
    overflow: hidden;
    color: #3f4753;
    font-size: 10.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sw-quote-v5 .sw-v5-summary-edit,
  .sw-quote-v5 .sw-v5-summary-chevron-toggle {
    min-height: 44px;
  }

  .sw-quote-v5 .sw-v5-summary-chevron-toggle {
    width: 30px;
    padding: 0;
    border: 0;
    display: grid;
    place-items: center;
    background: transparent;
  }

  .sw-quote-v5 .sw-v5-contact-card .sw-v5-field {
    position: relative;
    margin-top: 14px;
    margin-bottom: 0;
  }

  .sw-quote-v5 .sw-v5-contact-card .sw-v5-field > label,
  .sw-quote-v5 .sw-v5-contact-card .sw-v5-field > span {
    position: absolute;
    z-index: 3;
    left: 11px;
    top: -6px;
    margin: 0;
    padding: 0 4px;
    background: #fff;
    font-size: 10px;
  }

  .sw-quote-v5 .sw-v5-contact-card .sw-v5-field input {
    height: 44px;
    padding-top: 4px;
  }

  .sw-quote-v5 .sw-v5-contact-card .sw-v5-input-wrap > .sw-v5-icon {
    left: 12px;
    top: 50%;
    width: 17px;
    height: 17px;
    transform: translateY(-50%);
  }

  .sw-quote-v5 .sw-v5-contact-card .sw-v5-input-wrap > input {
    padding-left: 38px;
  }

  .sw-quote-v5 .sw-v5-contact-card .sw-v5-name-field .sw-v5-input-wrap > .sw-v5-icon {
    display: none;
  }

  .sw-quote-v5 .sw-v5-contact-card .sw-v5-name-field .sw-v5-input-wrap > input {
    padding-left: 11px;
  }

  .sw-quote-v5 .sw-v5-phone-help {
    min-height: 38px;
    margin-top: 10px;
    padding: 8px;
    gap: 7px;
    font-size: 10.5px;
  }

  .sw-quote-v5 .sw-v5-contact-card .sw-v5-primary-cta {
    margin-top: 14px;
    gap: 4px;
    font-size: clamp(13px, 3.8vw, 16.5px);
  }

  .sw-quote-v5 .sw-v5-legal-block {
    margin-top: 12px;
    padding-top: 11px;
  }

  .sw-quote-v5 .sw-v5-shipment-card {
    display: none;
  }
}

@media (max-width: 767px) {
  .sw-quote-v5 .sw-v5-mobile-support,
  .sw-quote-v5 .sw-v5-step-two .sw-v5-vehicle-support,
  .sw-quote-v5 .sw-v5-step-three .sw-v5-shipment-card,
  .sw-quote-v5.sw-v5-step-two .sw-v5-vehicle-support,
  .sw-quote-v5.sw-v5-step-three .sw-v5-shipment-card {
    margin-top: 12px;
    padding: 18px;
    border-radius: 15px;
    display: block;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
  }

  .sw-quote-v5 .sw-v5-step-two .sw-v5-vehicle-support h2,
  .sw-quote-v5 .sw-v5-step-three .sw-v5-shipment-card h3,
  .sw-quote-v5.sw-v5-step-two .sw-v5-vehicle-support h2,
  .sw-quote-v5.sw-v5-step-three .sw-v5-shipment-card h3,
  .sw-quote-v5 .sw-v5-mobile-support h2 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.2;
  }

  .sw-quote-v5 .sw-v5-mobile-support-list article {
    padding: 13px 0;
    border-bottom: 1px solid var(--sw-v5-border);
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: start;
    gap: 11px;
  }

  .sw-quote-v5 .sw-v5-mobile-support-list article:first-child {
    padding-top: 5px;
  }

  .sw-quote-v5 .sw-v5-mobile-support-list article:last-child {
    padding-bottom: 2px;
    border-bottom: 0;
  }

  .sw-quote-v5 .sw-v5-mobile-support-list > article > .sw-v5-icon {
    width: 28px;
    height: 28px;
    color: var(--sw-v5-green);
  }

  .sw-quote-v5 .sw-v5-mobile-support-list b {
    font-size: 13.5px;
  }

  .sw-quote-v5 .sw-v5-mobile-support-list p {
    margin: 3px 0 0;
    color: var(--sw-v5-muted);
    font-size: 11.5px;
    line-height: 1.4;
  }

  .sw-quote-v5 .sw-v5-step-two .sw-v5-reason-list,
  .sw-quote-v5.sw-v5-step-two .sw-v5-reason-list {
    margin-top: 0;
  }

  .sw-quote-v5 .sw-v5-step-two .sw-v5-reason-list article,
  .sw-quote-v5.sw-v5-step-two .sw-v5-reason-list article {
    padding: 13px 0;
    grid-template-columns: 32px 1fr;
    gap: 11px;
  }

  .sw-quote-v5 .sw-v5-step-two .sw-v5-reason-icon,
  .sw-quote-v5.sw-v5-step-two .sw-v5-reason-icon {
    width: 28px;
    height: 28px;
  }

  .sw-quote-v5 .sw-v5-step-two .sw-v5-reason-list b,
  .sw-quote-v5.sw-v5-step-two .sw-v5-reason-list b {
    font-size: 13.5px;
  }

  .sw-quote-v5 .sw-v5-step-two .sw-v5-reason-list p,
  .sw-quote-v5.sw-v5-step-two .sw-v5-reason-list p {
    margin-top: 3px;
    font-size: 11.5px;
  }

  .sw-quote-v5 .sw-v5-step-two .sw-v5-review-card {
    margin-top: 14px;
    padding: 13px;
  }

  .sw-quote-v5 .sw-v5-step-two .sw-v5-review-stars svg {
    width: 16px;
    height: 16px;
  }

  .sw-quote-v5 .sw-v5-step-two .sw-v5-review-row img {
    width: 42px;
    height: 42px;
  }

  .sw-quote-v5 .sw-v5-step-two .sw-v5-review-row blockquote {
    font-size: 12.5px;
  }

  .sw-quote-v5 .sw-v5-rating-proof {
    margin-top: 14px;
    padding: 12px;
    gap: 7px;
    font-size: 11.5px;
  }

  .sw-quote-v5 .sw-v5-rating-proof .sw-v5-star-row {
    gap: 2px;
    margin-right: 2px;
  }

  .sw-quote-v5 .sw-v5-rating-proof .sw-v5-star-row svg {
    width: 14px;
    height: 14px;
  }

  .sw-quote-v5 .sw-v5-step-three .sw-v5-shipment-card > h2,
  .sw-quote-v5 .sw-v5-step-three .sw-v5-shipment-lines,
  .sw-quote-v5 .sw-v5-step-three .sw-v5-complete-banner,
  .sw-quote-v5.sw-v5-step-three .sw-v5-shipment-card > h2,
  .sw-quote-v5.sw-v5-step-three .sw-v5-shipment-lines,
  .sw-quote-v5.sw-v5-step-three .sw-v5-complete-banner {
    display: none;
  }

  .sw-quote-v5 .sw-v5-step-three .sw-v5-next-steps li,
  .sw-quote-v5.sw-v5-step-three .sw-v5-next-steps li {
    min-height: 30px;
    margin-bottom: 12px;
    padding-left: 40px;
    font-size: 12.5px;
  }

  .sw-quote-v5 .sw-v5-step-three .sw-v5-next-steps li::before,
  .sw-quote-v5.sw-v5-step-three .sw-v5-next-steps li::before {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .sw-quote-v5 .sw-v5-step-three .sw-v5-next-steps li:not(:last-child)::after,
  .sw-quote-v5.sw-v5-step-three .sw-v5-next-steps li:not(:last-child)::after {
    left: 13px;
    top: 28px;
    height: 14px;
  }

  .sw-quote-v5 .sw-v5-step-three .sw-v5-final-rating,
  .sw-quote-v5.sw-v5-step-three .sw-v5-final-rating {
    margin-top: 10px;
    padding: 0;
    border: 0;
    justify-content: flex-start;
    gap: 10px;
    background: transparent;
    font-size: 12px;
  }

  .sw-quote-v5 .sw-v5-step-three .sw-v5-final-rating .sw-v5-star-row svg,
  .sw-quote-v5.sw-v5-step-three .sw-v5-final-rating .sw-v5-star-row svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 350px), (max-height: 610px) and (max-width: 767px) {
  .sw-quote-v5 .sw-v5-header-inner {
    padding-inline: 11px;
  }

  .sw-quote-v5 .sw-v5-brand img {
    width: 86px;
  }

  .sw-quote-v5 .sw-v5-secure-cue {
    font-size: 10px;
  }

  .sw-quote-v5 .sw-v5-step-one,
  .sw-quote-v5 .sw-v5-step-two,
  .sw-quote-v5 .sw-v5-step-three {
    padding-top: 12px;
  }

  .sw-quote-v5.sw-v5-step-two .sw-v5-main,
  .sw-quote-v5.sw-v5-step-three .sw-v5-main {
    padding-top: 12px;
  }

  .sw-quote-v5 .sw-v5-step-two,
  .sw-quote-v5.sw-v5-step-two .sw-v5-main {
    padding-inline: 20px;
  }

  .sw-quote-v5 .sw-v5-form-card {
    padding: 13px;
  }

  .sw-quote-v5 .sw-v5-route-card {
    padding: 12px 13px;
  }

  .sw-quote-v5 .sw-v5-form-card.sw-v5-contact-card {
    padding: 0;
  }

  .sw-quote-v5 .sw-v5-mobile-micro-hero h2 {
    font-size: 23px;
  }

  .sw-quote-v5 .sw-v5-progress {
    margin-bottom: 10px;
  }

  .sw-quote-v5 .sw-v5-step-meta {
    margin-bottom: 9px;
  }

  .sw-quote-v5 .sw-v5-mobile-micro-hero {
    margin-bottom: 10px;
  }

  .sw-quote-v5 .sw-v5-route-group {
    margin-bottom: 10px;
  }

  .sw-quote-v5 .sw-v5-location-details-toggle {
    min-height: 36px;
    padding-block: 3px;
  }

  .sw-quote-v5 .sw-v5-primary-cta,
  .sw-quote-v5 .sw-v5-form > .btn {
    margin-top: 3px;
  }

  .sw-quote-v5 .sw-v5-primary-cta,
  .sw-quote-v5 .sw-v5-form > .btn {
    font-size: 14px;
  }

  .sw-quote-v5 .sw-v5-reassurance {
    justify-content: space-between;
    font-size: 8.8px;
  }

  .sw-quote-v5 .sw-v5-activity-proof {
    font-size: 10px;
  }

  .sw-quote-v5 .sw-v5-vehicle-card h2,
  .sw-quote-v5 .sw-v5-vehicle-card h1 {
    font-size: 20px;
  }

  .sw-quote-v5 .sw-v5-contact-card h2,
  .sw-quote-v5 .sw-v5-contact-card h1 {
    font-size: 13.5px;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .sw-quote-v5 {
    --sw-v5-header-height: 56px;
  }

  .sw-quote-v5 .sw-v5-header-inner {
    padding-inline: 24px;
  }

  .sw-quote-v5 .sw-v5-brand img {
    width: 140px;
  }

  .sw-quote-v5 .sw-v5-secure-cue {
    padding: 7px 11px;
    border: 1px solid #dce7df;
    gap: 7px;
    background: #f5f8f6;
    font-size: 13px;
    font-weight: 600;
  }

  .sw-quote-v5 .sw-v5-secure-full {
    display: inline;
  }

  .sw-quote-v5 .sw-v5-secure-short {
    display: none;
  }

  .sw-quote-v5 .sw-v5-step-one,
  .sw-quote-v5 .sw-v5-step-two,
  .sw-quote-v5 .sw-v5-step-three {
    padding: 24px;
  }

  .sw-quote-v5.sw-v5-step-two .sw-v5-main,
  .sw-quote-v5.sw-v5-step-three .sw-v5-main {
    padding: 24px;
  }

  .sw-quote-v5 .sw-v5-step-one-layout,
  .sw-quote-v5 .sw-v5-two-card-layout,
  .sw-quote-v5 .sw-v5-final-layout {
    width: min(640px, 100%);
    margin-inline: auto;
  }

  .sw-quote-v5 .sw-v5-form-card {
    padding: 24px;
  }

  .sw-quote-v5 .sw-v5-mobile-micro-hero h2 {
    font-size: 34px;
  }

  .sw-quote-v5 .sw-v5-route-row {
    grid-template-columns: 1.2fr .72fr 1fr;
    gap: 10px;
  }

  .sw-quote-v5 .sw-v5-control input,
  .sw-quote-v5 .sw-v5-control select,
  .sw-quote-v5 .sw-v5-field input,
  .sw-quote-v5 .sw-v5-field select,
  .sw-quote-v5 .sw-v5-field .choices__inner {
    height: 48px;
    min-height: 48px;
  }

  .sw-quote-v5 .sw-v5-contact-surface {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sw-quote-v5 *,
  .sw-quote-v5 *::before,
  .sw-quote-v5 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
.md_model_error_msg,
.md_vehicle_error_msg {
  margin-top: 8px;
}

.md_model_error_msg .md_model_retry {
  margin-left: 8px;
  color: inherit;
  font-size: inherit;
}

.choices.has-load-error .choices__inner {
  border-color: #b42318;
}

.sw-quote-v5 .sw-v5-reassurance.sw-v5-reassurance-single {
  justify-content: center;
}

/*
 * CRO V2 interaction layer
 *
 * Reference lock: Brex-like black/white precision with ShipWise orange kept
 * exclusive to the primary CTA. Confirmation and validation use semantic
 * green/red, not decorative accent color. These rules are additive so the
 * existing form remains usable while templates adopt the CRO V2 classes.
 */

/* Semantic progress: Route -> Vehicle -> Estimate. */
.sw-quote-v5 .sw-v5-progress-labels {
  margin: -18px 0 24px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  color: #667085;
  list-style: none;
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1.25;
}

.sw-quote-v5 .sw-v5-progress-label {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}

.sw-quote-v5 .sw-v5-progress-label::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border: 1.5px solid #98a2b3;
  border-radius: 50%;
  background: #fff;
}

.sw-quote-v5 .sw-v5-progress-label.is-complete {
  color: #27673a;
}

.sw-quote-v5 .sw-v5-progress-label.is-complete::before {
  border-color: var(--sw-v5-green);
  background: var(--sw-v5-green);
  box-shadow: inset 0 0 0 2px #fff;
}

.sw-quote-v5 .sw-v5-progress-label.is-current,
.sw-quote-v5 .sw-v5-progress-label[aria-current="step"] {
  color: var(--sw-v5-ink);
  font-weight: 800;
}

.sw-quote-v5 .sw-v5-progress-label.is-current::before,
.sw-quote-v5 .sw-v5-progress-label[aria-current="step"]::before {
  border-color: var(--sw-v5-green);
  background: #fff;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 5px var(--sw-v5-green);
}

/* Progressive location disclosure and compact confirmed values. */
.sw-quote-v5 .sw-v5-location-stage {
  min-width: 0;
  transition: opacity .16s ease, transform .16s ease;
}

.sw-quote-v5 .sw-v5-location-stage.is-pending,
.sw-quote-v5 .sw-v5-location-stage[aria-disabled="true"] {
  opacity: .58;
}

.sw-quote-v5 .sw-v5-location-stage[aria-disabled="true"] {
  pointer-events: none;
}

.sw-quote-v5 .sw-v5-location-stage.is-active {
  opacity: 1;
}

.sw-quote-v5 .sw-v5-location-details {
  min-width: 0;
  display: contents;
}

.sw-quote-v5 .sw-v5-location-stage.sw-cro-location-composer:not(.is-manual):not(.is-complete) .sw-v5-location-details {
  display: none;
}

.sw-quote-v5 .sw-v5-location-stage.sw-cro-location-composer:not(.is-manual):not(.is-complete) > .sw-v5-route-row {
  grid-template-columns: minmax(0, 1fr);
}

.sw-quote-v5 .sw-v5-location-stage.sw-cro-location-composer:not(.is-manual):not(.is-complete) .sw-cro-location-composer-primary {
  width: 100%;
  grid-column: 1 / -1;
}

.sw-quote-v5 .sw-v5-location-details-toggle {
  min-height: 44px;
  margin: 1px 0 3px;
  padding: 7px 2px;
  border: 0;
  border-radius: 5px;
  display: none;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
  color: #586273;
  font: inherit;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: var(--sw-v5-border);
  text-underline-offset: 3px;
}

.sw-quote-v5 .sw-v5-location-stage.sw-cro-location-composer .sw-v5-location-details-toggle {
  display: inline-flex;
}

.sw-quote-v5 .sw-v5-location-details-toggle:hover {
  color: var(--sw-v5-ink);
  text-decoration-color: currentColor;
}

.sw-quote-v5 .sw-v5-location-confirm {
  width: 100%;
  min-height: 58px;
  margin: 8px 0 16px;
  padding: 8px 8px 8px 12px;
  border: 1px solid #b8cdbd;
  border-radius: 9px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  background: #f7fbf8;
  color: var(--sw-v5-ink);
}

.sw-quote-v5 .sw-v5-location-confirm[hidden] {
  display: none !important;
}

.sw-quote-v5 .sw-v5-location-stage:not(.is-complete) .sw-v5-location-confirm {
  display: none;
}

.sw-quote-v5 .sw-v5-location-stage.is-complete:not(.is-manual) > .sw-v5-route-row,
.sw-quote-v5 .sw-v5-location-stage.is-complete:not(.is-manual) > .sw-v5-location-details-toggle,
.sw-quote-v5 .sw-v5-location-stage.is-complete:not(.is-manual) > .sw-v5-suggested-zip-note {
  display: none;
}

.sw-quote-v5 .sw-v5-location-stage.is-manual > .sw-v5-location-confirm {
  display: none !important;
}

.sw-quote-v5 .sw-v5-location-confirm__icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--sw-v5-green);
  color: #fff;
}

.sw-quote-v5 .sw-v5-location-confirm__icon .sw-v5-icon,
.sw-quote-v5 .sw-v5-location-confirm__icon svg {
  width: 15px;
  height: 15px;
  stroke-width: 2.4;
}

.sw-quote-v5 .sw-v5-location-confirm__body {
  min-width: 0;
}

.sw-quote-v5 .sw-v5-location-confirm__label,
.sw-quote-v5 .sw-v5-location-confirm__value {
  display: block;
}

.sw-quote-v5 .sw-v5-location-confirm__label {
  margin-bottom: 1px;
  color: #586273;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.25;
}

.sw-quote-v5 .sw-v5-location-confirm__value {
  overflow: hidden;
  color: #1f2937;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sw-quote-v5 .sw-v5-location-confirm__edit {
  min-width: 48px;
  min-height: 44px;
  padding: 0 10px;
  border: 0;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #173b8f;
  font-size: 12px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sw-quote-v5 .sw-v5-location-confirm__edit:hover {
  background: #edf3ef;
}

/* Large, thumb-friendly vehicle condition choices. */
.sw-quote-v5 .sw-v5-condition-choices {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.sw-quote-v5 .sw-v5-condition-field .sw-v5-condition-choice {
  position: relative;
  min-width: 0;
  min-height: 58px;
  margin: 0;
  padding: 10px 12px 10px 40px;
  border: 1px solid var(--sw-v5-border);
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
  background: #fff;
  color: #273246;
  cursor: pointer;
  transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}

.sw-quote-v5 .sw-v5-condition-choice::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 1.5px solid #7c8798;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}

.sw-quote-v5 .sw-v5-condition-field .sw-v5-condition-choice:hover {
  border-color: var(--sw-v5-border-strong);
  background: #fafbfc;
}

.sw-quote-v5 .sw-v5-condition-field .sw-v5-condition-choice:has(input:checked),
.sw-quote-v5 .sw-v5-condition-field .sw-v5-condition-choice.is-selected {
  border-color: var(--sw-v5-green);
  background: var(--sw-v5-green-soft);
  box-shadow: 0 0 0 1px rgba(24, 133, 54, .08);
}

.sw-quote-v5 .sw-v5-condition-field .sw-v5-condition-choice:has(input:checked)::before,
.sw-quote-v5 .sw-v5-condition-field .sw-v5-condition-choice.is-selected::before {
  border-color: var(--sw-v5-green);
  background: radial-gradient(circle, var(--sw-v5-green) 0 4px, #fff 4.5px);
}

.sw-quote-v5 .sw-v5-condition-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.sw-quote-v5 .sw-v5-condition-choice__title {
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
}

.sw-quote-v5 .sw-v5-condition-choice__hint {
  color: #5f6a7b;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
}

.sw-quote-v5 .sw-v5-condition-field .sw-v5-condition-choice:has(input:disabled),
.sw-quote-v5 .sw-v5-condition-field .sw-v5-condition-choice.is-disabled {
  opacity: .56;
  cursor: not-allowed;
}

/* Validation and recovery states: specific feedback without layout jumps. */
.sw-quote-v5 .sw-v5-control.is-positive input,
.sw-quote-v5 .sw-v5-control.is-positive select,
.sw-quote-v5 .sw-v5-field.is-positive input,
.sw-quote-v5 .sw-v5-field.is-positive select,
.sw-quote-v5 .sw-v5-field.is-positive .choices__inner,
.sw-quote-v5 .sw-v5-control[data-state="positive"] input,
.sw-quote-v5 .sw-v5-field[data-state="positive"] input {
  border-color: #5c9b6d;
  background-color: #fbfefb;
  box-shadow: 0 0 0 2px rgba(24, 133, 54, .08);
}

.sw-quote-v5 .sw-v5-control.is-error input,
.sw-quote-v5 .sw-v5-control.is-error select,
.sw-quote-v5 .sw-v5-field.is-error input,
.sw-quote-v5 .sw-v5-field.is-error select,
.sw-quote-v5 .sw-v5-field.is-error .choices__inner,
.sw-quote-v5 .sw-v5-control[data-state="error"] input,
.sw-quote-v5 .sw-v5-field[data-state="error"] input {
  border-color: #b42335;
  background-color: #fffafa;
  box-shadow: 0 0 0 3px rgba(180, 35, 53, .10);
}

.sw-quote-v5 .sw-v5-field-state {
  min-height: 17px;
  margin: 5px 0 0;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  color: #586273;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.4;
}

.sw-quote-v5 .sw-v5-field-state:empty {
  display: none;
}

.sw-quote-v5 .sw-v5-field-state.is-positive,
.sw-quote-v5 .sw-v5-field-state[data-state="positive"] {
  color: #176b30;
}

.sw-quote-v5 .sw-v5-field-state.is-error,
.sw-quote-v5 .sw-v5-field-state[data-state="error"] {
  color: #a61b2d;
}

.sw-quote-v5 .sw-v5-field-state .sw-v5-icon,
.sw-quote-v5 .sw-v5-field-state > svg {
  width: 15px;
  height: 15px;
  margin-top: 1px;
  flex: 0 0 auto;
}

/* Masked confirmation of the entered phone, shown before submission. */
.sw-quote-v5 .sw-v5-phone-confirm {
  min-height: 50px;
  margin: 10px 0 0;
  padding: 6px 7px 6px 11px;
  border: 1px solid #b8cdbd;
  border-radius: 9px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  background: #f7fbf8;
  color: #1f2937;
}

.sw-quote-v5 .sw-v5-phone-confirm[hidden] {
  display: none !important;
}

.sw-quote-v5 .sw-v5-phone-confirm__icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--sw-v5-green);
  color: #fff;
}

.sw-quote-v5 .sw-v5-phone-confirm__icon .sw-v5-icon,
.sw-quote-v5 .sw-v5-phone-confirm__icon svg {
  width: 14px;
  height: 14px;
  stroke-width: 2.4;
}

.sw-quote-v5 .sw-v5-phone-confirm__copy {
  min-width: 0;
  color: #465264;
  font-size: 12px;
  line-height: 1.35;
}

.sw-quote-v5 .sw-v5-phone-confirm__copy strong,
.sw-quote-v5 .sw-v5-phone-confirm__copy b {
  color: var(--sw-v5-ink);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.sw-quote-v5 .sw-v5-phone-confirm__change {
  min-width: 52px;
  min-height: 44px;
  padding: 0 9px;
  border: 0;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #173b8f;
  font-size: 12px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sw-quote-v5 .sw-v5-phone-confirm__change:hover {
  background: #edf3ef;
}

/* Quiet correction for common email-domain typos. */
.sw-quote-v5 .sw-v5-email-suggestion {
  min-height: 36px;
  margin: 2px 0 0;
  padding: 5px 2px;
  border: 0;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
  color: #173b8f;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sw-quote-v5 .sw-v5-email-suggestion[hidden] {
  display: none !important;
}

.sw-quote-v5 .sw-v5-email-suggestion:hover {
  background: #f3f6fb;
}

.sw-quote-v5 .sw-v5-email-suggestion:focus-visible {
  outline: 2px solid var(--sw-v5-blue);
  outline-offset: 2px;
}

.sw-quote-v5 .sw-v5-submission-status {
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid #c8d3e1;
  border-radius: 8px;
  background: #f5f8fc;
  color: #344055;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

/* Legal consent remains visually secondary, but readable at its small size. */
.sw-quote-v5 .sw-v5-consent,
.sw-quote-v5 .sw-v5-consent-copy,
.sw-quote-v5 .sw-v5-legal-block p,
.sw-quote-v5 .sw-v5-disclosure {
  color: #586273;
  font-size: 11.5px;
  font-weight: 450;
  line-height: 1.5;
}

.sw-quote-v5 .sw-v5-consent {
  margin: 11px 0 0;
}

.sw-quote-v5 .sw-v5-consent label {
  min-height: 44px;
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.sw-quote-v5 .sw-v5-consent input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  flex: 0 0 auto;
  accent-color: var(--sw-v5-green);
}

.sw-quote-v5 .sw-v5-consent a,
.sw-quote-v5 .sw-v5-consent-copy a,
.sw-quote-v5 .sw-v5-legal-block a,
.sw-quote-v5 .sw-v5-disclosure a {
  color: #173b8f;
  font-weight: 650;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

/* Unified visible keyboard focus for CRO V2 controls. */
.sw-quote-v5 .sw-v5-location-confirm__edit:focus-visible,
.sw-quote-v5 .sw-v5-location-details-toggle:focus-visible,
.sw-quote-v5 .sw-v5-phone-confirm__change:focus-visible,
.sw-quote-v5 .sw-v5-consent a:focus-visible,
.sw-quote-v5 .sw-v5-consent-copy a:focus-visible,
.sw-quote-v5 .sw-v5-legal-block a:focus-visible,
.sw-quote-v5 .sw-v5-disclosure a:focus-visible {
  outline: 3px solid var(--sw-v5-blue);
  outline-offset: 2px;
  box-shadow: none;
}

.sw-quote-v5 .sw-v5-condition-field .sw-v5-condition-choice:has(input:focus-visible),
.sw-quote-v5 .sw-v5-condition-field .sw-v5-condition-choice.is-focus-visible {
  outline: 3px solid var(--sw-v5-blue);
  outline-offset: 2px;
}

@media (min-width: 960px) {
  .sw-quote-v5 .sw-v5-progress-labels {
    margin-top: -19px;
  }

  .sw-quote-v5 .sw-v5-condition-field .sw-v5-condition-choice {
    min-height: 60px;
  }
}

@media (max-width: 767px) {
  .sw-quote-v5 .sw-v5-progress-labels {
    margin: -8px 0 13px;
    gap: 5px;
    font-size: 10.5px;
  }

  .sw-quote-v5 .sw-v5-progress-label {
    gap: 5px;
  }

  .sw-quote-v5 .sw-v5-progress-label::before {
    width: 8px;
    height: 8px;
    flex-basis: 8px;
  }

  .sw-quote-v5 .sw-v5-location-confirm {
    min-height: 52px;
    margin: 6px 0 11px;
    padding-block: 4px;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    gap: 7px;
  }

  .sw-quote-v5 .sw-v5-location-details-toggle {
    margin-top: 0;
    padding-block: 6px;
    font-size: 11px;
  }

  .sw-quote-v5 .sw-v5-location-confirm__icon {
    width: 22px;
    height: 22px;
  }

  .sw-quote-v5 .sw-v5-location-confirm__label {
    font-size: 10px;
  }

  .sw-quote-v5 .sw-v5-location-confirm__value {
    font-size: 12.5px;
  }

  .sw-quote-v5 .sw-v5-location-confirm__edit {
    min-width: 44px;
    padding-inline: 6px;
    font-size: 11px;
  }

  .sw-quote-v5 .sw-v5-condition-field:has(.sw-v5-condition-choices) {
    min-height: 0;
    margin-bottom: 8px;
  }

  .sw-quote-v5 .sw-v5-condition-choices {
    gap: 7px;
  }

  .sw-quote-v5 .sw-v5-condition-field .sw-v5-condition-choice {
    min-height: 56px;
    margin: 0;
    padding: 8px 8px 8px 34px;
    gap: 0;
    font-size: inherit;
  }

  .sw-quote-v5 .sw-v5-condition-choice::before {
    left: 10px;
    width: 17px;
    height: 17px;
  }

  .sw-quote-v5 .sw-v5-condition-choice__title {
    font-size: 12.5px;
  }

  .sw-quote-v5 .sw-v5-condition-choice__hint {
    margin-top: 2px;
    font-size: 10px;
  }

  .sw-quote-v5 .sw-v5-field-state {
    min-height: 15px;
    margin-top: 3px;
    font-size: 11px;
  }

  .sw-quote-v5 .sw-v5-phone-confirm {
    min-height: 48px;
    margin-top: 8px;
    padding-block: 3px;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    gap: 7px;
  }

  .sw-quote-v5 .sw-v5-phone-confirm__icon {
    width: 21px;
    height: 21px;
  }

  .sw-quote-v5 .sw-v5-phone-confirm__copy {
    font-size: 10.75px;
  }

  .sw-quote-v5 .sw-v5-phone-confirm__change {
    min-width: 44px;
    padding-inline: 5px;
    font-size: 11px;
  }

  .sw-quote-v5 .sw-v5-consent,
  .sw-quote-v5 .sw-v5-consent-copy,
  .sw-quote-v5 .sw-v5-legal-block p,
  .sw-quote-v5 .sw-v5-disclosure {
    font-size: 11px;
    line-height: 1.48;
  }
}

/* 320px safety: retain two quick choices and keep every value truncatable. */
@media (max-width: 350px) {
  .sw-quote-v5 .sw-v5-progress-labels {
    gap: 3px;
    font-size: 10px;
  }

  .sw-quote-v5 .sw-v5-progress-label {
    gap: 4px;
  }

  .sw-quote-v5 .sw-v5-condition-field .sw-v5-condition-choice {
    min-height: 60px;
    padding-right: 6px;
    padding-left: 31px;
  }

  .sw-quote-v5 .sw-v5-condition-choice::before {
    left: 8px;
  }

  .sw-quote-v5 .sw-v5-condition-choice__title {
    font-size: 12px;
  }

  .sw-quote-v5 .sw-v5-location-confirm,
  .sw-quote-v5 .sw-v5-phone-confirm {
    padding-left: 8px;
  }

  .sw-quote-v5 .sw-v5-location-confirm__value {
    font-size: 12px;
  }

  .sw-quote-v5 .sw-v5-phone-confirm__copy {
    font-size: 10.5px;
  }
}

/* Common 720px-tall laptops: keep the Step 2 decision and CTA in one view. */
@media (min-width: 960px) and (max-height: 760px) {
  .sw-quote-v5.sw-v5-step-two .sw-v5-vehicle-card {
    padding: 16px 20px 12px;
  }

  .sw-quote-v5.sw-v5-step-two .sw-v5-first-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .sw-quote-v5.sw-v5-step-two .sw-v5-condition-field .sw-v5-condition-choice {
    min-height: 48px;
    padding-block: 6px;
  }

  .sw-quote-v5.sw-v5-step-two .sw-v5-primary-cta {
    margin-top: 4px;
  }

  .sw-quote-v5.sw-v5-step-two .sw-v5-next-note {
    margin-top: 3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sw-quote-v5 .sw-v5-location-stage,
  .sw-quote-v5 .sw-v5-condition-field .sw-v5-condition-choice {
    transition: none !important;
  }
}
