/* JR_LISTING_BN_CLEAR_v2 — beat jr-bn-badges-lock on listing detail (mobile) */
@media (max-width: 900px) {
  body.jr-listing-v2-page nav.jrg-bn,
  body.jr-listing-v2-page .jrg-bn,
  body.jr-listing-v2-page .jrg-bn.jrg-hidden,
  body.jr-listing-v2-page.jr-chrome-hidden .jrg-bn,
  body.jr-listing-v2-page.jr-bottomnav-hidden .jrg-bn,
  body.jr-listing-v2-page .jr-e18-bottomnav,
  body.jr-listing-v2-page .jr-bottomnav,
  body.jr-analytics-page.jr-listing-v2-page .jrg-bn {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    transform: translateY(120%) !important;
  }

  body.jr-listing-v2-page .jr2-root.jr2-page,
  body.jr-listing-v2-page .jr2-page {
    padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px)) !important;
  }
}
