.car-inspection-svg { width: 100%; max-width: 900px; height: auto; min-height: 500px; }
.car-stage { min-height: 570px; }
.view-label {
    fill: #566a7f;
    font: 600 13px Arial, sans-serif;
    letter-spacing: 2px;
    text-anchor: middle;
}
.view-label.vertical { writing-mode: vertical-rl; }
.wheel { fill: #fff; stroke: #20262d; stroke-width: 5; }
.rim { fill: #fff; stroke: #697a8d; stroke-width: 3; }
.side-view .car-part, .top-view .car-part { stroke: #222b34; stroke-width: 2; }
.side-view .glass, .top-view .glass { fill: #e8f1f6; }
.side-view, .top-view { transition: transform .25s ease; }
.body-pickup .top-view { transform: scaleX(1.025); transform-origin: center; }
.body-van .side-view, .body-minivan .side-view, .body-mpv .side-view, .body-bus .side-view { transform: scaleY(1.08); transform-origin: center; }
.body-coupe .side-view, .body-roadster .side-view, .body-convertible .side-view { transform: scaleY(.92); transform-origin: center; }
@media (max-width: 767px) {
    .car-inspection-svg { min-height: 360px; }
    .car-stage { min-height: 410px; padding: 55px 10px 15px; }
}
