/* =========================================================
   stopka-mobile.css
   STOPKA — MOBILE (KANON)
========================================================= */



/* FOOTER MOBILE — ACTIVE (AUTH) */
body.ui-internal.auth-body .fm-auth {
  background: #ff7917;
  color: #111827;
}

/* FOOTER MOBILE — ACTIVE (MAPA / APP) */
body.app-map-page .fm-map {
  background: #ff7917;
  color: #111827;
}

/* FOOTER MOBILE — ACTIVE (PANEL) */
body.panel-body .fm-panel {
  background: #ff7917;
  color: #111827;
}

/* FOOTER MOBILE — ACTIVE ITEM */
body.ads-context .fm-home {
  background: #ff7917;
  color: #111827;
}

/* FOOTER MOBILE — ACTIVE ITEM */
body.page-legal .fm-info {
  background: #ff7917;
  color: #111827;
}













.site-footer {
  display: none
}

.footer-mobile-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;

  display: flex;
  align-items: center;

  height: 64px;
  padding-bottom: env(safe-area-inset-bottom);

  background: #ffffff;
  border-top: 1px solid #e5e7eb;

  z-index: 999;
}

/* =========================================================
   UKRYTA (STEROWANA PRZEZ JS)
========================================================= */

.footer-mobile-nav.is-hidden {
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
  transition: transform .25s ease, opacity .2s ease;
}

/* =========================================================
   ELEMENT
========================================================= */

.footer-mobile-nav .fm-item {
  flex: 1;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;

  text-align: center;
  text-decoration: none;

  font-size: 14px;
  line-height: 1.1;
  color: #374151;
  height: 64px;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* =========================================================
   IKONA
========================================================= */

.footer-mobile-nav .fm-icon {
  width: 32px;
  height: 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #374151;
}

.footer-mobile-nav .fm-icon svg {
  width: 24px;
  height: 24px;

  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;

  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}

/* HARD FIX — SVG */
.footer-mobile-nav svg,
.footer-mobile-nav svg * {
  fill: none !important;
}

/* =========================================================
   TEKST
========================================================= */

.footer-mobile-nav .fm-item span:not(.fm-icon) {
  font-size: 11px;
  line-height: 1.2;
  pointer-events: none;
}

/* =========================================================
   WYRÓŻNIENIA
========================================================= */

.footer-mobile-nav .fm-home,
.footer-mobile-nav .fm-auth {
  font-weight: 600;
}
