/* Integrate the editorial hero with the shared floating navigation. */
.marketing-downloads {
  background: #faf8f5;
  color: #1c1100;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
}
.marketing-downloads .tl-hero {
  padding-top: 150px;
}
.marketing-downloads .tl-hero-inner > * {
  min-width: 0;
}
.marketing-downloads a:focus-visible {
  outline: 2px solid #16332a;
  outline-offset: 4px;
}
.marketing-downloads .dl-meta {
  color: #6f6a62;
}
.marketing-downloads .dl-btn {
  text-align: center;
  line-height: 1.25;
}
/* In the narrow two-column layout, square tiles shrink with their glass panel. */
@media (min-width: 901px) {
  .marketing-downloads .dl-glass {
    max-width: calc(100% - 32px);
  }
  .marketing-downloads .dl-tile {
    min-width: 0;
    height: auto;
    aspect-ratio: 1;
  }
}
/* Hidden fixed prompts must not remain in the keyboard navigation order. */
.marketing-downloads .sticky-cta {
  visibility: hidden;
}
.marketing-downloads .sticky-cta.visible {
  visibility: visible;
}
@media (max-width: 900px) {
  .marketing-downloads .tl-hero {
    padding-top: 126px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .marketing-downloads *,
  .marketing-downloads *::before,
  .marketing-downloads *::after {
    animation: none !important;
    transition: none !important;
  }
}
