@media (max-width: 991.98px) {
  .public-mobile-nav {
    --bs-offcanvas-width: min(92vw, 23.5rem);
    color: #101828;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border-right: 1px solid #e5edf7;
    box-shadow: 20px 0 50px rgba(15, 23, 42, .18);
  }

  .public-mobile-nav .offcanvas-header {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 1rem 1rem .85rem;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid #e5edf7;
    backdrop-filter: blur(12px);
  }

  .public-mobile-nav .offcanvas-title {
    color: #101828;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -.01em;
  }

  .public-mobile-nav .btn-close {
    width: 2.15rem;
    height: 2.15rem;
    padding: .55rem;
    background-color: #f1f5f9;
    border-radius: 999px;
    opacity: .9;
  }

  .public-mobile-nav .offcanvas-body {
    padding: .9rem;
  }

  .public-mobile-category-list {
    display: grid;
    gap: .7rem;
  }

  .public-mobile-category {
    padding: .78rem;
    background: #fff;
    border: 1px solid #e5edf7;
    border-radius: 1rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .055);
  }

  .public-mobile-root {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: .7rem;
    color: #101828;
    font-size: .92rem;
    font-weight: 800;
    text-decoration: none;
  }

  .public-mobile-root small {
    padding: .2rem .45rem;
    color: #667085;
    background: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: 999px;
    font-size: .65rem;
    font-weight: 700;
    white-space: nowrap;
  }

  .public-mobile-children {
    display: flex;
    flex-wrap: wrap;
    gap: .42rem;
    margin-top: .65rem;
  }

  .public-mobile-children a {
    padding: .34rem .55rem;
    color: #1a73e8;
    background: #eef4ff;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 750;
    line-height: 1.1;
    text-decoration: none;
  }

  .public-mobile-nav hr {
    margin: 1rem 0;
    border-color: #e5edf7;
    opacity: 1;
  }

  .public-mobile-nav .d-grid .btn {
    min-height: 2.7rem;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 750;
  }
}
