.AtomVehicleItem{display:flex;flex-direction:column;gap:1rem;width:calc(50% - 1rem)}@media screen and (max-width:580px){.AtomVehicleItem{width:100%}}.AtomVehicleItem__imageWrapper{background-color:var(--c-grey-lightest);border-radius:.5rem;padding:1rem;width:100%}.AtomVehicleItem__image{aspect-ratio:3/2}.AtomVehicleItem__content{align-items:start;display:flex;flex-direction:column;gap:1rem}.AtomVehicleItem__title{font-size:var(--f-lg-font-size);font-weight:500;letter-spacing:var(--f-lg-letter-spacing);line-height:var(--f-lg-line-height)}.AtomVehicleItem__detailTitle{font-size:var(--f-body-lg-font-size);font-weight:500;line-height:var(--f-body-lg-line-height)}.AtomVehicleItem__detailTitle.equipment{margin-bottom:1rem}.AtomVehicleItem__detailList{display:grid;font-size:var(--f-body-sm-font-size);gap:1rem 2.5rem;grid-template-areas:"first first first" "middle middle last";grid-template-columns:1fr;line-height:var(--f-body-sm-line-height)}.AtomVehicleItem__detailList .BaseIcon{font-size:1.25rem}@media screen and (max-width:750px){.AtomVehicleItem__detailList{display:flex;flex-wrap:wrap;gap:1rem 3rem;justify-content:flex-start}}.AtomVehicleItem__detailItem{align-items:center;display:flex;gap:.5rem}.AtomVehicleItem__detailItem.middle{grid-area:middle}.AtomVehicleItem__detailItem.last{grid-area:last}.AtomVehicleItem__detail.equipment{padding-bottom:.5rem}
