/* ============================================================
   Mobile-Ergaenzungen · Stand 2026-07-25
   Anhang fuer assets/dsb.css
   Inline-Styles aus Dash gewinnen gegen Klassen -> !important noetig.
   ============================================================ */

/* --- Toggle-Pillen: Label am Handy UEBER die Auswahl ------- */
@media (max-width: 767.98px) {
  .dsb-filter-pill {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px !important;
    padding: 6px 12px !important;
  }
  .dsb-filter-pill > .dsb-filter-label {
    border-right: none !important;   /* senkrechter Trenner faellt weg */
    padding-right: 0 !important;
    margin-bottom: 1px !important;
  }
}

/* --- Am Handy ausblenden / nur am Handy zeigen ------------- */
.dsb-only-mobile { display: none; }

@media (max-width: 767.98px) {
  .dsb-hide-mobile { display: none !important; }
  .dsb-only-mobile { display: block !important; }
}
