﻿.zs-download-main {
  background: #fff;
  padding-top: calc(var(--zs-header-offset));
}

.zs-download-hero {
  padding: 0;
  background-color: #20262d;
  background-image: linear-gradient(90deg, rgba(26, 31, 36, 0.08), rgba(26, 31, 36, 0.18)), url("../img/diesel-generator-services.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.zs-download-hero-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  min-height: 340px;
  padding: 28px 0;
}

.zs-download-hero-copy {
  text-align: right;
}

.zs-download-hero h2 {
  margin: 0;
  color: #fff;
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.zs-download-breadcrumbs {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}

.zs-download-breadcrumbs a {
  color: #fff;
}

.zs-download-breadcrumbs a:hover {
  color: #d7e6f2;
}

.zs-download-list-section {
  padding: 42px 0 92px;
}

.zs-download-table-wrap {
  overflow-x: auto;
  background: #fff;
  border: 0;
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
}

.zs-download-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
}

.zs-download-table th,
.zs-download-table td {
  padding: 16px 18px;
  text-align: left;
  vertical-align: middle;
}

.zs-download-table thead th {
  background: #f7f7f7;
  color: #202020;
  font-size: 15px;
  font-weight: 700;
}

.zs-download-table tbody td {
  color: #666b72;
  font-size: 14px;
  line-height: 1.45;
}

.zs-download-table tbody tr:hover {
  background: #fafcff;
}

.zs-download-table td:nth-child(1) {
  width: 46%;
  word-break: break-word;
}

.zs-download-table td:nth-child(2) {
  width: 12%;
  white-space: nowrap;
}

.zs-download-table td:nth-child(3),
.zs-download-table td:nth-child(4) {
  width: 21%;
  text-align: left;
}

.zs-download-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ef2b2d;
}

.zs-download-icon svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.zs-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 32px;
  padding: 0 16px;
  border-radius: 999px;
  background: #ef2b2d;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.zs-download-btn:hover {
  background: #b91f24;
  color: #fff;
}

@media (max-width: 860px) {
  .zs-download-hero {
    background-position: 26% center;
  }

  .zs-download-hero-inner {
    min-height: 220px;
    justify-content: center;
    padding: 18px 0;
  }

  .zs-download-hero-copy {
    width: 100%;
  }

  .zs-download-hero h2 {
    font-size: 34px;
  }

  .zs-download-list-section {
    padding: 30px 0 60px;
  }

  .zs-download-table th,
  .zs-download-table td {
    padding: 14px 12px;
  }
}

