/* ==========================================================================
   mobile_bottom_nav.css — CD-A3b (18.09.2026)
   Ersetzt die 5 statischen style="-Attribute des mobilen Bodys-Docks
   (layout/mobile_bottom_nav.tpl) durch mbn-*-Klassen — Werte 1:1, unlayered.
   Die Badges behalten display:none als KLASSEN-Wert: footer-boot.js toggelt
   via inline style.display — Inline schlägt Klasse, Verhalten identisch
   zum frueheren Inline-none/Inline-show.
   ========================================================================== */
.mbn-badge-peak { font-size: 0.55rem; padding: 1px 4px; }
.mbn-badge-bm { display: none; font-size: 0.6rem; padding: 2px 4px; }
.mbn-btn-44 { width: 44px; height: 44px; min-width: 44px; min-height: 44px; }
.mbn-trunc-140 { max-width: 140px; }
.mbn-logo-48 { width: 48px; height: 48px; object-fit: contain; }
