body.single-post .drift-related-section {
  position: relative;
}

body.single-post .drift-related-section[aria-busy="true"] .drift-related-grid {
  opacity: 0.72;
}

body.single-post .drift-related-section .drift-related-grid {
  transition: opacity 160ms ease;
}

body.single-post .drift-related-section .drift-related-slider-nav {
  align-items: center;
}

body.single-post .drift-related-count {
  margin-right: 4px;
  color: #686864;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

body.single-post .drift-related-image.is-placeholder {
  align-items: center;
  background: #e9e9e4;
  color: #171717;
  display: flex;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.08em;
  text-decoration: none;
}

body.single-post .drift-related-content h3 {
  display: -webkit-box;
  min-height: 3.54em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (max-width: 560px) {
  body.single-post .drift-related-count {
    font-size: 10px;
    letter-spacing: 0.06em;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.single-post .drift-related-section .drift-related-grid,
  body.single-post .drift-related-section .drift-related-image img {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

