/* Shared vehicle typography, card spacing and responsive grid remain unchanged. */
.pcgw .pcgv-card__media { height: 144px; aspect-ratio: auto; padding: 12px; }
.pcgw .pcgv-card__media img { object-fit: contain; max-width: 100%; max-height: 100%; }
.pcgw .pcgv-card__body { gap: 5px; }
.pcgw .pcgv-card__class { margin-top: 0; }
.pcgw .pcgw-status { font-size: 11px; color: #ffcc95; line-height: 1.5; }
.pcgw .pcgw-context { color: var(--pcgv-muted); font-size: 13px; line-height: 1.65; margin: 0 0 22px; }
.pcgw .pcgv-button { color: var(--pcgv-text); }
.pcgw .pcgv-more:disabled { opacity: .55; cursor: wait; }
/* The editor preview is SSR and intentionally non-interactive. */
.editor-styles-wrapper .pcgw .pcgv-filters[hidden] { display: grid !important; }

.pcgw .pcgv-card__media { position: relative; }
.pcgw .pcgw-image-label { position: absolute; bottom: 6px; left: 6px; padding: 3px 6px; background: rgba(0,0,0,.82); color: #fff; font-size: 11px; line-height: 1.3; border-radius: 3px; pointer-events: none; }
