.scrollable-touch {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

@media (max-width: 640px) {
  .premium-table th {
    font-size: 0.75rem;
  }
  .premium-table td,
  .premium-table th {
    padding: 0.75rem 0.75rem;
  }
  .btn-premium {
    font-size: 0.875rem;
    padding: 0.75rem 1.25rem;
  }
  .mobile-drawer {
    width: 100vw;
  }
}
