@import url('./ui/index.css');

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

@media (max-width: 768px) {
  .max-w-7xl.mx-auto.px-6.py-4.flex.justify-between.items-center {
    padding: 0.5rem 1rem !important;
  }

  .grid.grid-cols-2.sm\:grid-cols-3.md\:grid-cols-5.gap-8.mb-10 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.75rem !important;
    margin-bottom: 1.5rem !important;
    padding: 0 0.5rem !important;
  }

  .tencent-footer.mt-auto {
    margin-top: 0.5rem !important;
    padding: 0.75rem 0.5rem !important;
  }
}
