@media (max-width: 900px) {
  body.home .arbeex-toc-fab,
  body.home .arbeex-toc-backdrop {
    display: none !important;
  }

  body.home .sticky-news-toc,
  body.home .sticky-news-toc.is-condensed,
  body.home .sticky-news-toc.is-condensed.is-open,
  body.home .sticky-news-toc.is-pinned,
  body.home .sticky-news-toc.is-pinned.is-condensed,
  body.home .sticky-news-toc.is-pinned.is-condensed.is-open {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: calc(100% - 16px) !important;
    margin: 0 auto 18px !important;
    padding: 10px !important;
    border-radius: 18px !important;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body.home .sticky-news-toc .news-toc {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  body.home .arbeex-mobile-feeds-fab {
    position: fixed;
    left: 12px;
    bottom: 12px;
    z-index: 10000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 1px solid rgba(70, 228, 255, 0.24);
    border-radius: 999px;
    background:
      radial-gradient(circle at top, rgba(70, 228, 255, 0.18), transparent 48%),
      rgba(5, 16, 30, 0.94);
    color: #f5fbff;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.36);
    transform: scale(0.88);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  body.home .arbeex-mobile-feeds-fab span {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  body.home .arbeex-mobile-feeds-backdrop {
    position: fixed;
    inset: 0;
    z-index: 9997;
    display: block;
    border: 0;
    background: rgba(2, 8, 18, 0.32);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  body.home.arbeex-mobile-nav-collapsed .arbeex-mobile-feeds-fab {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
  }

  body.home.arbeex-mobile-nav-open .arbeex-mobile-feeds-fab {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.92);
  }

  body.home.arbeex-mobile-nav-collapsed .sticky-news-toc,
  body.home.arbeex-mobile-nav-collapsed .sticky-news-toc.is-condensed,
  body.home.arbeex-mobile-nav-collapsed .sticky-news-toc.is-condensed.is-open,
  body.home.arbeex-mobile-nav-collapsed .sticky-news-toc.is-pinned,
  body.home.arbeex-mobile-nav-collapsed .sticky-news-toc.is-pinned.is-condensed,
  body.home.arbeex-mobile-nav-collapsed .sticky-news-toc.is-pinned.is-condensed.is-open {
    position: fixed !important;
    left: 12px !important;
    top: 50% !important;
    width: min(280px, calc(100vw - 24px)) !important;
    margin: 0 !important;
    padding: 16px 14px !important;
    border-radius: 20px !important;
    transform: translate(-120%, -50%) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    z-index: 9998 !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28) !important;
  }

  body.home.arbeex-mobile-nav-collapsed .sticky-news-toc .news-toc {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
  }

  body.home.arbeex-mobile-nav-collapsed .sticky-news-toc .news-toc li {
    width: 100%;
  }

  body.home.arbeex-mobile-nav-collapsed .sticky-news-toc .news-toc li a {
    display: flex;
    width: 100%;
    justify-content: flex-start;
  }

  body.home.arbeex-mobile-nav-open .arbeex-mobile-feeds-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  body.home.arbeex-mobile-nav-open .sticky-news-toc,
  body.home.arbeex-mobile-nav-open .sticky-news-toc.is-condensed,
  body.home.arbeex-mobile-nav-open .sticky-news-toc.is-condensed.is-open,
  body.home.arbeex-mobile-nav-open .sticky-news-toc.is-pinned,
  body.home.arbeex-mobile-nav-open .sticky-news-toc.is-pinned.is-condensed,
  body.home.arbeex-mobile-nav-open .sticky-news-toc.is-pinned.is-condensed.is-open {
    transform: translate(0, -50%) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}
