/*
 Theme Name: JupiterX Zweispurig Child
 Theme URI: https://hyden.it/
 Description: Child-Theme to list vehicles from zweispurig.at via shortcodes.
 Author: Heimo Hyden
 Version: 1.0.0
 Template: jupiterx
*/

/* Simple grid for vehicle cards */
.zs-grid { display:grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 1rem; }
.zs-card { border:1px solid #e5e7eb; border-radius:12px; overflow:hidden; background:#fff; box-shadow: 0 1px 2px rgba(0,0,0,.04); }
.zs-card img { width:100%; height: 180px; object-fit: cover; display:block; }
.zs-card .zs-body { padding: .75rem .9rem; }
.zs-card .zs-title { font-size: 1rem; font-weight: 600; margin: 0 0 .25rem; }
.zs-card .zs-meta { color:#6b7280; font-size:.9rem; }
.zs-price { font-weight:700; margin-top:.35rem; }
.zs-btn { display:inline-block; padding:.5rem .75rem; border-radius:8px; border:1px solid #e5e7eb; text-decoration:none; margin-top:.5rem; }
.zs-gallery { display:grid; grid-template-columns: repeat(auto-fill, minmax(160px,1fr)); gap:.5rem; }
.zs-gallery img { width:100%; height:140px; object-fit:cover; }
.zs-detail { display:grid; gap:1rem; grid-template-columns: 1.2fr .8fr; }
@media (max-width: 900px){ .zs-detail { grid-template-columns: 1fr; } }