/* All Product Table MY – Frontend Styles */
.apt-table-wrap { width: 100%; overflow-x: auto; }
.apt-table { width: 100%; border-collapse: collapse; font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", "Apple Color Emoji", "Segoe UI Emoji"; }
.apt-table thead th { text-align: center; font-weight: 700; padding: 12px 8px; border-bottom: 1px solid #dfe3eb; }
.apt-table tbody td { padding: 12px 8px; border-bottom: 1px solid #f0f2f5; vertical-align: middle; }
.apt-th-center, .apt-td-center { text-align: center; }
.apt-table img { border-radius: 8px; display: block; margin: 0 auto; width: 120px; height: 120px; object-fit: cover; }
.apt-table .button { padding: 8px 12px; border-radius: 10px; }
.apt-table a { text-decoration: none; }
@media (max-width: 640px) {
  .apt-table thead { font-size: 14px; }
  .apt-table tbody td { font-size: 14px; }
  .apt-table img { width: 96px; height: 96px; }
}
