.single-vehicle .vehicle-overview{align-items:start}
.single-vehicle .vehicle-heading{text-align:left}
.single-vehicle .price-card{text-align:left;border-top:3px solid var(--green);box-shadow:0 16px 42px rgba(11,63,46,.08)}
.single-vehicle .price-card>a:last-child,.single-vehicle .price-card .sauto-source-link{text-align:left}
.single-vehicle .spec-grid{text-align:left}
.single-vehicle .spec-grid strong{text-transform:none}
.single-vehicle .vehicle-description{display:grid;grid-template-columns:1fr!important;gap:34px;padding-block:80px;text-align:left;border-bottom:1px solid var(--line)}
.single-vehicle .vehicle-description>div:first-child{max-width:920px}
.single-vehicle .vehicle-description>div:first-child h2{max-width:920px;margin:8px 0 0;font-size:clamp(2.25rem,4.4vw,4.25rem);line-height:1.02}
.single-vehicle .vehicle-description>div:first-child h2 br{display:none}
.single-vehicle .vehicle-description .prose{max-width:none;color:#35483f}
.single-vehicle .vehicle-description .prose>p{max-width:920px;margin:0 0 30px;font-size:clamp(1.05rem,1.45vw,1.25rem);line-height:1.7}
.single-vehicle .vehicle-description .prose>h3{margin:40px 0 18px;padding-bottom:14px;border-bottom:1px solid var(--line);font-size:clamp(1.5rem,2.4vw,2rem)}
.single-vehicle .vehicle-description .prose>ul:not(.feature-list){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;margin:0;padding:0;list-style:none}
.single-vehicle .vehicle-description .prose>ul:not(.feature-list) li{padding:12px 0;border-bottom:1px solid var(--line);line-height:1.45}
.single-vehicle .vehicle-description .feature-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 14px;margin-top:34px;padding:0;border:0;list-style:none}
.single-vehicle .vehicle-description .feature-list li{display:flex;align-items:center;min-height:58px;padding:13px 16px;border:1px solid #dbe7e0;background:#f5f9f7;color:var(--ink);font-weight:650;line-height:1.35}
@media(max-width:980px){
  .single-vehicle .vehicle-description .feature-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .single-vehicle .vehicle-description{gap:24px;padding-block:54px}
  .single-vehicle .vehicle-description .prose>ul:not(.feature-list),.single-vehicle .vehicle-description .feature-list{grid-template-columns:1fr}
  .single-vehicle .vehicle-description .feature-list li{min-height:0}
}
