@media (max-width: 640px) {
  section#menu .sticky.top-20 {
    top: 72px !important;
    z-index: 30 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 10px !important;
    padding: 10px 0 14px !important;
    margin-bottom: 18px !important;
    background: rgba(20, 16, 14, 0.96) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  section#menu .sticky.top-20::-webkit-scrollbar {
    display: none !important;
  }

  section#menu .sticky.top-20 > button,
  section#menu .sticky.top-20 > div {
    flex: 0 0 auto !important;
  }

  section#menu .sticky.top-20 > button {
    min-height: 42px !important;
    padding: 10px 14px !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
  }

  section#menu .flex.gap-8.relative {
    display: block !important;
  }

  section#menu .grid {
    margin-top: 8px !important;
  }

  section#menu .group.bg-card {
    min-height: 124px !important;
  }

  section#menu .group.bg-card .p-4.flex.flex-col.flex-1 {
    min-width: 0 !important;
  }

  section#menu .group.bg-card h3 {
    font-size: 1rem !important;
    line-height: 1.28 !important;
    overflow-wrap: anywhere !important;
  }
}
