.quote-request {
  min-width: 0;
  scroll-margin-top: 132px;
}

.service-quote__selections { margin: 0; display: grid; gap: 14px; }
.service-quote__selections > div { display: grid; grid-template-columns: 110px minmax(0,1fr); gap: 12px; }
.service-quote__selections dt { color: #64727c; font: 500 9px/1.8 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.service-quote__selections dd { margin: 0; color: #183548; font-size: 13px; line-height: 1.5; }
@media (max-width: 500px) { .service-quote__selections > div { grid-template-columns: 1fr; gap: 3px; } }

.route-quote {
  position: relative;
  padding: clamp(24px, 3vw, 38px);
  margin-bottom: 20px;
  overflow: hidden;
  background: #f8f6f0;
  border: 1px solid #d7dce0;
  border-top: 3px solid #e51b30;
  color: #061225;
}

.route-quote[hidden] {
  display: none;
}

.route-quote__eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  font: 500 10px/1.5 var(--mono, monospace);
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #566271;
}

.route-quote__eyebrow > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e51b30;
  box-shadow: 0 0 0 4px rgba(229, 27, 48, .08);
}

.route-quote h2 {
  margin: 0 0 26px;
  font: 700 clamp(24px, 2.3vw, 34px)/1.15 var(--body, sans-serif);
  letter-spacing: -.035em;
  text-transform: none;
}

.route-quote__journey {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}

.route-quote__journey > div {
  min-width: 0;
}

.route-quote__label,
.route-quote__region,
.route-quote__journey strong {
  display: block;
}

.route-quote__label {
  margin-bottom: 8px;
  font: 500 9px/1.4 var(--mono, monospace);
  letter-spacing: .1em;
  color: #5b6876;
  text-transform: uppercase;
}

.route-quote__journey strong {
  font: 700 clamp(20px, 2vw, 28px)/1.15 var(--body, sans-serif);
  letter-spacing: -.03em;
  overflow-wrap: anywhere;
}

.route-quote__region {
  margin-top: 7px;
  font-size: 11px;
  line-height: 1.6;
  color: #566271;
}

.route-quote__arrow {
  width: 100%;
  fill: none;
  stroke: #e51b30;
  stroke-width: 1.7;
}

.route-quote__freight {
  display: inline-block;
  margin: 24px 0 0;
  padding: 7px 11px;
  background: #e8ebed;
  color: #22374c;
  font: 600 11px/1.5 var(--body, sans-serif);
}

.route-quote__note {
  margin: 19px 0 0;
  padding-top: 17px;
  border-top: 1px solid #d7dce0;
  color: #566271;
  font: 400 12px/1.75 var(--body, sans-serif);
}

@media (max-width: 600px) {
  .quote-request {
    scroll-margin-top: 92px;
  }

  .route-quote__journey {
    grid-template-columns: minmax(0, 1fr) 25px minmax(0, 1fr);
    gap: 12px;
  }

  .route-quote__journey strong {
    font-size: 20px;
  }
}
