/* =========================================
   Stockliste – nur individuelle Ergänzungen
   Basis-Styles kommen aus /assets/site.css
   ========================================= */

body.page-stockliste .pagehead::before{
  /* optional: etwas stärker/leichter als Standard */
  opacity: 0.22;
}

/* optional: PDF-Block etwas kompakter auf mobilen Geräten */
@media (max-width: 640px){
  body.page-stockliste .pdfframe{ height: 70vh; }
}
/* Abstand zwischen Button-Leiste und PDF-Vorschau */
body.page-stockliste .pdfbox{
  display: flex;
  flex-direction: column;
}

/* Button-Leiste etwas “luftiger” */
body.page-stockliste .pdfbar{
  padding-bottom: 14px;
}

/* PDF-Frame mit Abstand nach oben */
body.page-stockliste .pdfframe{
  margin-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.10);
}
