.vehicle-make-logo{border-radius:var(--radius-lg);border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 92%, var(--ink) 4%);width:92px;height:76px;box-shadow:inset 0 1px 0 color-mix(in srgb, var(--brand-white) 15%, transparent);flex:none;place-items:center;display:grid;position:relative}:root[data-theme=dark] .vehicle-make-logo{border-color:var(--brand-teal-border);background:color-mix(in srgb, var(--brand-teal-900) 80%, var(--surface))}.vehicle-make-logo__fallback{color:var(--blue);font-family:var(--font-poppins,var(--font-heading), sans-serif);letter-spacing:-.04em;font-size:1.35rem;font-weight:900}.vehicle-make-logo__asset{inset:var(--space-2xs);width:calc(100% - var(--space-sm));height:calc(100% - var(--space-sm));-o-object-fit:contain;object-fit:contain;position:absolute}.vehicle-make-logo--compact{border-radius:var(--radius-sm);width:44px;height:44px}.vehicle-make-logo--compact .vehicle-make-logo__fallback{font-size:.85rem}.vehicle-make-logo--compact .vehicle-make-logo__asset{inset:var(--space-3xs);width:calc(100% - var(--space-xs));height:calc(100% - var(--space-xs))}