/* Passion Freight Global V18: documented route feature and structured freight intake. */
.v16-featured-urgent{
  grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);
  align-items:stretch;
}
.v16-featured-urgent>img{
  width:100%;
  height:100%;
  min-height:300px;
  aspect-ratio:auto;
  object-fit:cover;
}
.v16-featured-urgent>div{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.v16-case-facts{grid-template-columns:repeat(auto-fit,minmax(145px,1fr))}
.v18-quote-summary{max-width:100%;padding:14px}
.v18-quote-summary>strong{display:block;margin-bottom:9px;color:#073777}
.v18-quote-summary table{width:100%;border-collapse:collapse;font-size:.78rem}
.v18-quote-summary th,.v18-quote-summary td{padding:6px 4px;border-bottom:1px solid #d8e4e7;text-align:left;vertical-align:top}
.v18-quote-summary th{width:42%;color:#526b80}
.v18-quote-summary p{margin-top:10px}
@media(max-width:720px){
  .v16-featured-urgent{grid-template-columns:1fr}
  .v16-featured-urgent>img{height:auto;min-height:0;aspect-ratio:3/2}
}
