.download-center-section {
  padding: 72px 0 104px;
  background: #f3f6f8;
}

.download-filter {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 12px;
  padding: 20px;
  border: 1px solid #d9e2e8;
  border-radius: 12px;
  background: #fff;
}

.download-filter > .filter-field,
.download-filter .filter-control {
  min-width: 0;
}

.download-results {
  margin-top: 30px;
}

.download-center-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.download-card-v13 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 360px;
  min-width: 0;
  padding: 24px;
  border: 1px solid #d9e2e8;
  border-radius: 12px;
  background: #fff;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.download-card-header {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  min-width: 0;
}

.download-card-heading,
.download-card-content,
.download-card-footer {
  min-width: 0;
  width: 100%;
}

.download-card-heading h2 {
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.download-file-count {
  display: block;
  margin-top: 4px;
  color: #7b8794;
  font-size: 11px;
}

.download-card-v13:hover {
  transform: translateY(-3px);
  border-color: #a8d4e1;
  box-shadow: 0 16px 36px rgba(5,22,47,.08);
}

.download-type-icon {
  display: grid;
  width: 48px;
  height: 56px;
  place-items: center;
  border: 1px solid #c7dce5;
  border-radius: 5px;
  background: #edf5f8;
  color: #0077b6;
  font: 500 10px/1 Geist, sans-serif;
  letter-spacing: .06em;
}

.download-card-type {
  color: #0077b6;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.download-card-v13 h2 {
  margin-top: 7px;
  color: #10233f;
  font: 500 18px/1.35 Geist, "Noto Sans SC", sans-serif;
}

.download-card-meta {
  display: grid;
  gap: 10px;
  margin-top: 9px;
  color: #5d6b7a;
  font-size: 11px;
}

.download-card-meta span {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 8px;
  line-height: 1.45;
}

.download-card-meta b {
  color: #7b8794;
  font-weight: 400;
}

.download-card-footer {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #edf1f4;
}

.download-file-list {
  display: grid;
  gap: 8px;
}

.download-card-description {
  margin-top: 10px;
  color: #5d6b7a;
  font-size: 13px;
  line-height: 1.65;
}

.download-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 40px;
  padding: 0 13px;
  border-radius: 5px;
  background: #00a6d6;
  color: #03101f;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.download-action-name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  margin-left: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.download-action.disabled {
  border: 1px solid #d9e2e8;
  background: #f3f6f8;
  color: #5d6b7a;
  cursor: default;
}

.download-safety-note {
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 3px solid #00a6d6;
  background: #eaf3f6;
  color: #5d6b7a;
  font-size: 13px;
  line-height: 1.7;
}

.related-downloads {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.download-category-groups {
  display: grid;
  gap: 32px;
  margin-top: 26px;
}

.download-category-group + .download-category-group,
.download-product-category + .download-product-category {
  margin-top: 32px;
}

.download-category-group > h2 {
  margin-bottom: 20px;
}

.download-product-category > h3 {
  margin: 0 0 16px;
  color: #334e68;
  font-size: 18px;
}

.download-category {
  padding-top: 24px;
  border-top: 1px solid #d9e2e8;
}

.download-category:first-child {
  padding-top: 0;
  border-top: 0;
}

.download-category > h3 {
  color: #10233f;
  font-size: 20px;
  font-weight: 600;
}

.download-category > .detail-section-lead {
  margin-top: 6px;
}

.download-category .related-downloads {
  margin-top: 16px;
}

.related-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 19px;
  border: 1px solid #d9e2e8;
  border-radius: 9px;
}

.related-download h3 {
  color: #10233f;
  font-size: 15px;
  font-weight: 500;
}

.related-download p {
  margin-top: 5px;
  color: #5d6b7a;
  font-size: 11px;
}

@media (max-width: 1023px) {
  .download-filter {
    grid-template-columns: repeat(2, 1fr);
  }

  .download-center-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .download-center-section .product-wrap,
  .download-filter,
  .download-results {
    min-width: 0;
    max-width: 100%;
  }

  .download-center-section {
    padding: 56px 0 72px;
  }

  .download-filter {
    grid-template-columns: 1fr;
  }

  .download-card-v13 {
    min-height: 340px;
  }

  .download-action {
    width: 100%;
  }

  .download-center-grid {
    grid-template-columns: 1fr;
  }

  .related-downloads {
    grid-template-columns: 1fr;
  }
}
