/** Shopify CDN: Minification failed

Line 124:0 Unexpected "{"
Line 124:1 Expected identifier but found "%"
Line 135:0 Unexpected "{"
Line 135:1 Expected identifier but found "%"

**/
/* 
styling for the download sections
this css is referenced by list.liquid
DO NOT MODIFY
*/
.download-list__wrapper .main-table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.download-list__wrapper .main-table thead {
  border-bottom: 2px solid #332132;
  background-color: #F4F4F4;
}

.download-list__wrapper .main-table thead th {
  padding: 0.5rem 0;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: none;
}

.download-list__wrapper .main-table tbody tr {
  border-bottom: 2px solid #332132;
}

.download-list__wrapper .main-table tbody tr td {
  padding: 0.5rem 1rem;
  text-align: center;
}

.download-list__wrapper .main-table tbody .file-details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.download-list__wrapper .main-table tbody .file-details .media {
  flex: 0 0 auto;
  width: 3rem;
}

.download-list__wrapper .main-table tbody .file-name {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .download-list__wrapper {
    width: 100%;
    padding: 10px;
    overflow-x: auto;
  }

  .main-table {
    width: 100%;
    display: block;
    overflow-x: auto;
  }

  .main-table thead {
    display: none;
  }

  .main-table tbody,
  .main-table tr {
    display: block;
    width: 100%;
  }

  .main-table tr {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
  }

  .main-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
  }

  .file-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .main-table td {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .button.button--small {
    display: inline-block;
    margin: 5px auto;
    text-align: center;
  }

  .main-table,
  .main-table tr,
  .main-table td {
    border: none !important;
  }
}

{%- style -%}
.clear-filters-btn {
  padding: 8px 12px;
  border: none;
  background-color: #f36e21;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
{%- endstyle -%}

#zip-button-container {
  z-index: 900;
}

body.menu-open #zip-button-container,
body.nav-open #zip-button-container {
  display: none !important;
}

.pdf-preview-hover {
  position: relative;
  display: inline-block;
}

.preview-box {
  position: absolute !important;
  top: 120% !important;
  left: 0 !important;
  width: 80vw !important;
  height: 70vh !important;
  max-width: none !important;
  max-height: none !important;
  z-index: 9999 !important;
  border: 1px solid #ccc !important;
  background: #fff !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2) !important;
  border-radius: 6px !important;
  overflow: hidden !important;
}

.preview-box iframe {
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .preview-box {
    width: 90vw !important;
    height: 60vh !important;
    top: 110% !important;
    left: 5vw !important;
  }
}

@media screen and (max-width: 768px) {
  .download-list__wrapper {
    padding: 1rem;
  }

  .download-list__wrapper .main-table {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .main-table tr {
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    padding: 1rem;
  }

  .file-details {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.75rem;
  }

  .file-details .media img {
    width: 48px;
    height: auto;
  }

  .file-name {
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
  }

  .main-table td:last-child {
    margin-top: 0.5rem;
  }

  .clear-filters-btn,
  .button.button--small {
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
    padding: 10px;
    font-size: 14px;
  }

  .zip-progress-bar {
    position: fixed;
    bottom: 70px;
    left: 5%;
    width: 90%;
    background: #e0e0e0;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
    z-index: 1000;
  }

  .zip-progress-fill {
    background-color: #f36e21;
    height: 100%;
    width: 0%;
    transition: width 0.3s ease;
  }

  .preview-box {
    max-width: 100%;
    height: 60vh;
    top: 110%;
  }

  .filter-controls select {
    font-size: 14px !important;
    padding: 10px 14px !important;
    background-color: #333 !important;
    color: #fff !important;
    border-radius: 8px !important;
    border: 1px solid #666 !important;
    min-width: 180px;
    font-family: 'Open Sans', sans-serif;
  }

  .filter-controls option {
    background-color: #333 !important;
    color: #fff !important;
    font-size: 14px;
  }

  #filter-controls select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  #filter-controls {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  /* ✅ NEW: Center align the 3 buttons on mobile */
  .download-controls > div:nth-child(3) {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
    gap: 10px;
  }

  .download-controls > div:nth-child(3) button {
    width: 100%;
    max-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .pdf-preview-hover {
    pointer-events: none !important;
  }

  .pdf-preview-hover::after {
    display: none !important;
  }

  .preview-box {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .clear-filters-btn {
    margin-bottom: 20px;
  }
}