.dl-filters-left .dl-select-wrap:nth-child(2) {
    display: none;
}
#dl-type-filter option {
    text-transform: uppercase;
}
/* ── Reset & base ──────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Nexa', Arial, Helvetica, sans-serif; color: #1a1a2e; background: #f5f6f8; }
a { color: inherit; text-decoration: none; }
button, select, input { font-family: inherit; }

/* ── Container ─────────────────────────────────────────────── */
.dl-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Hero banner ───────────────────────────────────────────── */
.dl-hero {
  position: relative;
  overflow: hidden;
  background: #060d1b;
  padding: 95px 24px 80px;
  color: #fff;
}
/* Layered gradients for depth */
.dl-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 65% 90% at 75% 55%, rgba(0,60,180,.45) 0%, transparent 65%),
    radial-gradient(ellipse 50% 60% at 20% 40%, rgba(0,30,100,.3) 0%, transparent 60%);
  pointer-events: none;
}
/* Subtle circuit-grid overlay */
.dl-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,80,200,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,80,200,.07) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.dl-hero__inner { position: relative; z-index: 1; }
.dl-hero__title {
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
  line-height: 1.15;
}
.dl-hero__subtitle {
  color: #F0F0F0;
  font-size: 16px;
  line-height: 1.7;
  max-width: 750px;
  font-weight: 400;
  font-family: Open Sans, sans-serif;
}

/* ── Page body ─────────────────────────────────────────────── */
.dl-page {
  padding: 65px 0 72px; 
  background-color: #fff;
}

/* ── Filter bar ────────────────────────────────────────────── */
.dl-filters-bar {
  align-items: center;
  background: #fff;
  border: 0px solid #dde1ea;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0px 0px 24px;
}
.dl-filters-left {
  display: flex;
  gap: 10px;
  flex: 1;
  flex-wrap: wrap;
}
.dl-filters-right {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
}

/* ── Custom select ─────────────────────────────────────────── */
.dl-select-wrap {
  position: relative;
  min-width: 295px;
}
.dl-select-wrap::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-top: 5px solid #777;
  border-bottom: none;
  pointer-events: none;
}
.dl-select {
  width: 100%;
  padding: 8px 34px 8px 12px;
  border: 1px solid #C6C6C8;
  border-radius: 5px;
  font-size: 18px;
  color: #9A9EA5;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  line-height: 1.4;
}
.dl-select:focus { border-color: #1565c0; box-shadow: 0 0 0 3px rgba(21,101,192,.12); }

/* ── Search ────────────────────────────────────────────────── */
.dl-search-wrap {
  position: relative;
  min-width: 210px;
}
.dl-search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
  display: flex;
}
.dl-search-input {
 background: #fff;
    border: 0px solid #d0d5dd;
    border-radius: 5px;
    color: #333;
    font-size: 18px;
    line-height: 1.4;
    outline: none;
    padding: 8px 12px 8px 34px;
    width: 100%;
    border-bottom: 1px solid #D4D4D4;
    border-radius: 0px;
}
}
.dl-search-input:focus { border-color: #1565c0; box-shadow: 0 0 0 3px rgba(21,101,192,.12); }
.dl-search-input::placeholder { color: #aaa; }

/* ── Filter icon button ────────────────────────────────────── */
.dl-sort-btn {
  width: 38px;
  height: 38px;
  border: 1px solid #d0d5dd;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color .15s, background .15s;
}
.dl-sort-btn:hover { border-color: #999; background: #f9f9f9; }

/* ── Table wrapper ─────────────────────────────────────────── */
.dl-table-wrap {
  background: #fff;
  border: 0px solid #dde1ea;
  border-top: 1px solid #e8eaef;
  border-bottom: none;
  overflow-x: auto;
}

/* ── Table ─────────────────────────────────────────────────── */
.dl-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 600px;
}

/* Header */
.dl-table thead tr {
  border-bottom: 0px solid #dde1ea;
  background: #fff;
}
.dl-table th {
  color: #575F6E;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    padding: 18px 18px;
    text-align: left;
    text-transform: none;
    white-space: nowrap;
}
.dl-table th.dl-th-sort {
  cursor: pointer;
  user-select: none;
}
.dl-table th.dl-th-sort:hover { color: #555; }
.dl-sort-indicator {
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
  color: #aaa;
  vertical-align: middle;
  transition: transform .2s, color .2s;
}
th.sort-asc  .dl-sort-indicator { color: #1565c0; transform: rotate(180deg); }
th.sort-desc .dl-sort-indicator { color: #1565c0; }

/* Body rows */
.dl-table tbody tr {
  border-bottom: 1px solid #f0f2f6;
  transition: background .1s;
}
.dl-table tbody tr:last-child { border-bottom: none; }
.dl-table tbody tr:hover { background: #f8f9fc; }
.dl-table tbody tr.dl-row-hidden,
.dl-table tbody tr.dl-page-hide { display: none; }

.dl-table td {
  padding: 14px 18px;
  color: #333;
  vertical-align: middle;
  line-height: 1.5;
}


/* ── Download link ─────────────────────────────────────────── */
.dl-link {
     align-items: center;
    color: #0F66AE;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    gap: 7px;
    text-decoration: underline;
    transition: color .15s;
    white-space: nowrap;
}
.dl-link:hover { color: #0d47a1; text-decoration: underline; }
.dl-link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 0px solid rgba(21,101,192,.25);
  border-radius: 50%;
  flex-shrink: 0;
  transition: border-color .15s, background .15s;
}
.dl-link:hover .dl-link-icon {
  background: rgba(21,101,192,.08);
  border-color: rgba(21,101,192,.5);
}

/* ── No results ────────────────────────────────────────────── */
.dl-no-results {
  display: none;
  text-align: center;
  padding: 48px 24px;
  color: #999;
  font-size: 14px;
}
.dl-no-results.is-visible { display: block; }

/* ── Pagination ────────────────────────────────────────────── */
.dl-pagination {
  background: #fff;
  border: 1px solid #dde1ea;
  border-top: 1px solid #e8eaef;
  border-radius: 0 0 6px 6px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #666;
}
.dl-rpp {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dl-rpp-select {
  padding: 5px 26px 5px 8px;
  border: 1px solid #d0d5dd;
  border-radius: 4px;
  font-size: 13px;
  color: #444;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23777'/%3E%3C/svg%3E") no-repeat right 7px center;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: inherit;
  outline: none;
}
.dl-rpp-select:focus { border-color: #1565c0; }

.dl-page-controls {
  display: flex;
  align-items: center;
  gap: 3px;
}
.dl-page-btn {
  min-width: 32px;
  height: 32px;
  padding: 0 7px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: none;
  font-size: 13px;
  color: #555;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: all .15s;
}
.dl-page-btn:hover:not(:disabled) { background: #f0f3f8; border-color: #dde1ea; }
.dl-page-btn.is-active {
  background: #1565c0;
  color: #fff;
  border-color: #1565c0;
  font-weight: 700;
}
.dl-page-btn:disabled { opacity: .35; cursor: default; }
.dl-page-btn--arrow { font-size: 17px; color: #444; }
.dl-page-ellipsis {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 4px;
  color: #999;
  font-size: 13px;
}

/* ── Mobile ────────────────────────────────────────────────── */
@media (max-width: 680px) {
  .dl-hero { padding: 48px 20px 56px; }
  .dl-filters-bar { flex-direction: column; align-items: stretch; }
  .dl-filters-right { width: 100%; }
  .dl-search-wrap { flex: 1; min-width: 0; }
  .dl-select-wrap { min-width: 0; flex: 1; }
  .dl-table th, .dl-table td { padding: 10px 12px; }
  .dl-pagination { flex-direction: column; align-items: flex-start; }
}


/* ── New CSS ───────────────────────────────────────────── */
.dl-hero {
  background-image: url(https://2560585.fs1.hubspotusercontent-ap1.net/hubfs/2560585/iVSEC%20Product/Download-Background.png);
  background-size: cover;
  background-repeat: no-repeat;
}
h1.dl-hero__title {
  color: #F0F0F0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
button#dl-filter-toggle {
  display: none;
}
thead th {
    background-color: #F7F7F8;
}
.dl-table td {
    border: 0px solid #232323;
}
.dl-table tbody tr {
    border-bottom: 0px solid #f0f2f6;
}
.dl-table td {
    color: #242731;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 18px;
}
.dl-table th {
    border: 0px;
}
table#dl-table {
    border: 1px solid #D4D4D4;
}
th.sort-desc .dl-sort-indicator path {
    fill: #242731;
}

