/* Admin-console-only styles. The shared tiers (tokens, shells, components) come from
   _content/SayartyZone.Web.Shared; rules that apply only to the admin console live here. */

/* The car under review, at a glance in the listings queue.

   `.sz-mediabox` is `inline-size: 100%` and takes its size from whatever holds it — every other
   caller gives it one through a card or a grid cell. A table cell does not, so the photograph
   would have taken the column and the row's height with it. This is the frame the queue wants:
   small enough that the list stays a list, large enough to tell one car from another. */
.sz-admin-listing-thumb {
    aspect-ratio: 4 / 3;
    inline-size: 6rem;
}
