/* Pages mode: base styles are imported from /styles.css */
@import url("../styles.css?v=20260221_04");
/* Align icons in Oferta / Sprzęt / Cennik (same row as H3, to the right) */
@import url("../assets/icons-right.css");

/* Minimal page-mode adjustments; keep visual identity identical */
body.bp-pages main { scroll-behavior:auto; }
body.bp-pages main > section { padding-top: 36px; }
@media (max-width: 720px){
  body.bp-pages main > section { padding-top: 24px; }
}

/* Mobile menu: allow scrolling inside the drawer (so all menu items are reachable) */
@media (max-width: 980px), (hover: none) and (pointer: coarse){
  .menuPanel{
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 28px);
    max-height: calc(100dvh - 28px);
  }
  .menuTop{ flex: 0 0 auto; }
.menuLinks{
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding-bottom: max(10px, env(safe-area-inset-bottom));
  }
}
