/* =====================================================================
   p-fahrzeuge.css — /fahrzeuge (Bestand). Nur Seiten-Layout auf Tokens,
   keine neuen Farben/Fonts. Der Autegro-Slot ist das ERSTE Element in
   <main>.
   ===================================================================== */

/* 1. Bestandsliste: das Widget bringt Kopf + Filter selbst mit,
   deshalb kompakteres Padding als eine normale Sektion */
.fz-list {
  padding-block: clamp(2rem, 4.5vw, 3.5rem);
}

/* 2. Kauf-FAQ: Kopf nutzt die Signature-Komponente wie auf /ankauf */
.fz-faq__head {
  margin-bottom: var(--space-lg);
}

/* 3. Besuchs-CTA */
.fz-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-sm);
  margin-top: var(--space-lg);
}
