/* ============================================
   CATALOGUE PAGE - Additional Responsive Styles
   ============================================ */

/* These styles extend GeneralResponsive.css for the catalogue page */

@media screen and (max-width: 768px) {
  /* Remove table styling completely on mobile */
  .catalogue-top table,
  .catalogue-top tr,
  .catalogue-top td,
  table.main,
  table.catalogue-table {
    display: block;
    width: 100%;
  }

  table.catalogue-table {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .catalogue-top-item {
    width: 100%;
    margin: 0;
  }
}
