.dz-docs-exact {
  min-height: 70vh;
  padding: 28px 0 86px;
  background: #f4f8fa;
  color: #1d252b;
  overflow: hidden;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.dz-docs-exact * {
  box-sizing: border-box;
}

.dz-docs-container {
  max-width: 1170px;
}

.dz-page-alerts {
  margin-top: 18px;
}

.dz-docs-breadcrumb {
  margin: 0 0 42px;
  padding: 0;
}

.dz-docs-breadcrumb .breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 12px 18px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(31, 37, 42, .05);
}

.dz-docs-breadcrumb .breadcrumb-item {
  color: #667085;
  font-size: 14px;
  font-weight: 500;
}

.dz-docs-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #98a2b3;
  content: "/";
}

.dz-docs-breadcrumb a {
  color: #0c81c9;
  font-weight: 700;
  text-decoration: none;
}

.dz-docs-breadcrumb a:hover {
  color: #12b8c2;
}

.dz-docs-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 44px;
}

.dz-docs-intro h1 {
  margin: 0 0 18px;
  color: #1f252a;
  font-size: clamp(38px, 5vw, 48px);
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -.04em;
}

.dz-docs-intro p {
  max-width: 720px;
  margin: 0;
  color: #58646c;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
}

.dz-docs-count {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: #ffffff;
  color: #0c81c9;
  box-shadow: 0 12px 28px rgba(31, 37, 42, .05);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.dz-docs-list {
  display: grid;
  gap: 18px;
}

.dz-doc-card {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 24px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(31, 37, 42, .055);
  transition: transform .18s ease, box-shadow .18s ease;
}

.dz-doc-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(31, 37, 42, .09);
}

.dz-doc-card__icon {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eefbfc;
  color: #0b9fa8;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.dz-doc-card__icon i {
  font-size: 28px;
}

.dz-doc-card__main {
  min-width: 0;
}

.dz-doc-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.dz-doc-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: #eefbfc;
  color: #0b9fa8;
  font-size: 12px;
  font-weight: 700;
}

.dz-doc-date {
  color: #667085;
  font-size: 13px;
  font-weight: 500;
}

.dz-doc-card__title {
  margin: 0 0 12px;
  color: #1f252a;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -.025em;
}

.dz-doc-card__title a {
  color: inherit;
  text-decoration: none;
}

.dz-doc-card__title a:hover {
  color: #0c81c9;
}

.dz-doc-card__excerpt {
  margin: 0;
  color: #5c6870;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
}

.dz-doc-card__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dz-doc-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
  transition: .18s ease;
}

.dz-doc-action:hover {
  transform: translateY(-1px);
}

.dz-doc-action-open {
  color: #0c81c9 !important;
  background: #eefbfc;
}

.dz-doc-action-pdf {
  color: #ffffff !important;
  background: linear-gradient(135deg, #18bdc5, #0c81c9);
  box-shadow: 0 12px 24px rgba(12, 129, 201, .20);
}

.dz-docs-empty {
  padding: 46px 28px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(31, 37, 42, .055);
  text-align: center;
}

.dz-docs-empty__icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 18px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eefbfc;
  color: #0c81c9;
  font-size: 32px;
}

.dz-docs-empty h2 {
  margin: 0 0 12px;
  color: #1f252a;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.03em;
}

.dz-docs-empty p {
  margin: 0;
  color: #5c6870;
  font-size: 16px;
  line-height: 1.65;
}

.dz-docs-pagination {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.dz-docs-pagination .pagination {
  gap: 8px;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.dz-docs-pagination .page-link {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 14px !important;
  background: #ffffff;
  color: #0c81c9;
  box-shadow: 0 10px 22px rgba(31, 37, 42, .045);
  font-weight: 700;
}

.dz-docs-pagination .page-item.active .page-link {
  background: linear-gradient(135deg, #18bdc5, #0c81c9);
  color: #ffffff;
}

.dz-docs-cta {
  margin-top: 42px;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(19, 132, 202, .96), rgba(14, 115, 183, .96));
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
}

.dz-docs-cta h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.035em;
}

.dz-docs-cta p {
  margin: 0;
  max-width: 680px;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.65;
}

.dz-docs-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  background: #18bdc5;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}

.dz-docs-btn:hover {
  color: #ffffff !important;
  transform: translateY(-1px);
}

@media (max-width: 991.98px) {
  .dz-docs-exact {
    padding-top: 22px;
    padding-bottom: 62px;
  }

  .dz-docs-intro {
    display: block;
  }

  .dz-docs-count {
    margin-top: 22px;
  }

  .dz-doc-card {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .dz-doc-card__actions {
    grid-column: 1 / -1;
    width: 100%;
  }

  .dz-doc-action {
    flex: 1 1 auto;
  }

  .dz-docs-cta {
    display: block;
  }

  .dz-docs-btn {
    width: 100%;
    margin-top: 22px;
  }
}

@media (max-width: 767.98px) {
  .dz-docs-breadcrumb {
    margin-bottom: 32px;
  }

  .dz-docs-intro {
    margin-bottom: 34px;
  }

  .dz-docs-intro h1 {
    font-size: 36px;
  }

  .dz-doc-card {
    padding: 22px;
    grid-template-columns: 1fr;
  }

  .dz-doc-card__icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 16px;
  }

  .dz-doc-card__icon i {
    font-size: 24px;
  }

  .dz-doc-card__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .dz-doc-action {
    width: 100%;
  }

  .dz-docs-cta {
    padding: 28px;
  }
}
