/* Product content table responsiveness */
section.section.responsive.sectop .tbl-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
}

section.section.responsive.sectop .tbl-responsive > table {
  display: table !important;
  border-collapse: collapse !important;
  table-layout: auto !important;
  width: auto !important;
  min-width: 560px !important;
  max-width: none !important;
}

section.section.responsive.sectop .tbl-responsive th,
section.section.responsive.sectop .tbl-responsive td {
  width: auto !important;
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

/* Fallback for direct tables without wrapper */
section.section.responsive.sectop table {
  display: block;
  width: 100%;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
}

section.section.responsive.sectop table tbody {
  display: table;
  min-width: 560px;
  width: 100%;
}

@media (max-width: 768px) {
  section.section.responsive.sectop .tbl-responsive > table {
    width: 100% !important;
    min-width: 100% !important;
    table-layout: fixed !important;
  }

  section.section.responsive.sectop .tbl-responsive th,
  section.section.responsive.sectop .tbl-responsive td {
    font-size: 15px !important;
    line-height: 1.45 !important;
    padding: 8px 6px !important;
  }

  section.section.responsive.sectop .tbl-responsive th:first-child,
  section.section.responsive.sectop .tbl-responsive td:first-child {
    width: 64% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  section.section.responsive.sectop .tbl-responsive th:last-child,
  section.section.responsive.sectop .tbl-responsive td:last-child {
    width: 36% !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    text-align: left !important;
  }
}
