/* Incoterms PDF download landing page */

.incoterms-pdf-hero {
  padding: 4.5rem 0 1.5rem;
}

.incoterms-pdf-lead {
  max-width: 40rem;
  margin: 0 0 1.5rem;
  font-family: var(--font-family-base);
  font-size: 1.125rem;
  line-height: 1.55;
  color: var(--color-text);
}

.incoterms-pdf-hero .blog-post__download-btn {
  margin: 0;
}

.incoterms-pdf-preview {
  padding: 1.5rem 0 2rem;
}

.incoterms-pdf-preview__box {
  padding: 1rem;
}

.incoterms-pdf-preview__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-card, 8px);
  background-color: var(--color-bg-surface-muted);
}

.incoterms-pdf-body {
  padding: 0 0 2rem;
}

.incoterms-pdf-copy {
  max-width: 46rem;
  margin-inline: auto;
  padding: 2rem 2.25rem;
}

.incoterms-pdf-copy__h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-family-bold);
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-text);
}

.incoterms-pdf-copy__h2 + .incoterms-pdf-copy__p,
.incoterms-pdf-copy__h2 + .incoterms-pdf-copy__list {
  margin-top: 0;
}

.incoterms-pdf-copy__p + .incoterms-pdf-copy__h2,
.incoterms-pdf-copy__list + .incoterms-pdf-copy__h2,
.incoterms-pdf-copy__note + .incoterms-pdf-copy__h2 {
  margin-top: 1.75rem;
}

.incoterms-pdf-copy__p,
.incoterms-pdf-copy__note {
  margin: 0 0 1rem;
  font-family: var(--font-family-base);
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--color-text);
}

.incoterms-pdf-copy__list {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  list-style: disc;
  font-family: var(--font-family-base);
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--color-text);
}

.incoterms-pdf-copy__list li + li {
  margin-top: 0.4rem;
}

.incoterms-pdf-copy a {
  color: var(--color-text-accent);
}

.incoterms-pdf-copy__note {
  color: var(--color-text-muted);
  font-size: 0.95rem;
}

@media (max-width: 767px) {
  .incoterms-pdf-hero {
    padding-top: 3.25rem;
  }

  .incoterms-pdf-copy {
    padding: 1.5rem 1.25rem;
  }
}
