/** Shopify CDN: Minification failed

Line 11:0 Unexpected "<"
Line 119:0 Unexpected "<"
Line 224:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
 <style>
  .sds-outer-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    font-family: inherit;
    padding: 2rem 1rem;
  }

  .sds-sheets-table-container {
    width: 100%;
    max-width: 2500px;
    margin: 0 auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .sds-search-input {
    margin-bottom: 12px;
    padding: 10px;
    max-width: 400px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
  }

  .sds-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
  }

  .sds-table th,
  .sds-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
  }

  .sds-table th {
    background-color: #1B386B;
    color: #FFDA00;
    font-weight: bold;
  }

  .sds-table tr:hover {
    background-color: #1B386B;
    color: #FFDA00;
  }

  .sds-table th:nth-child(1),
  .sds-table td:nth-child(1) {
    width: 10%;
  }

  .sds-table th:nth-child(2),
  .sds-table td:nth-child(2) {
    width: 20%;
  }

  .sds-table th:nth-child(3),
  .sds-table td:nth-child(3) {
    width: 12%;
  }

  .sds-table th:nth-child(4),
  .sds-table td:nth-child(4) {
    width: 19%;
    word-break: break-word;
  }

  .sds-table th:nth-child(5),
  .sds-table td:nth-child(5) {
    width: 10%;
  }

  .sds-table th:nth-child(6),
  .sds-table td:nth-child(6) {
    width: 20%;
    word-break: break-word;
  }

  .sds-table th:nth-child(7),
  .sds-table td:nth-child(7) {
    width: 10%;
  }

  /* Responsive: Enable horizontal scroll on smaller screens */
  @media (max-width: 768px) {
    .sds-sheets-table-container {
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }

    .sds-table {
      width: 100%;
      min-width: 1000px;
    }

    .sds-table td::before {
      content: none !important;
    }
  }
</style>
<style>
  .sds-outer-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    font-family: inherit;
    padding: 2rem 1rem;
  }

  .sds-sheets-table-container {
    width: 70%;
    margin: 0 auto;
    overflow-x: auto;
  }

  .sds-search-input,
  #clearSortBtn {
    margin-bottom: 12px;
    padding: 10px;
    max-width: 400px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
  }

  #clearSortBtn {
    background-color: #1B386B;
    color: #FFDA00;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

 
  .sds-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
  }

  .sds-table th,
  .sds-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .sds-table th {
    background-color: #1B386B;
    color: #FFDA00;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
  }

  .sds-table th.sorted {
    background-color: #4B6BA4 !important;
    color: #fff !important;
  }

  .sds-table tr:hover {
    background-color: #1B386B;
    color: #FFDA00;
  }

  .sds-table tr:hover td,
  .sds-table tr:hover a {
    color: #FFDA00;
  }

  .sds-file-icon {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #007ace;
    text-decoration: none;
  }

  .sds-file-icon:hover {
    text-decoration: underline;
  }

  .sort-icon {
    font-size: 0.8em;
    margin-left: 5px;
    color: #FFDA00;
  }

  .sorted-column {
    background-color: #4B6BA4 !important;
    color: #FFFFFF !important;
    font-weight: bold;
  }

  @media (max-width: 768px) {
    .sds-sheets-table-container {
      width: 95%;
    }
  }
</style>