/* Keep card copy fixed while retaining image zoom, border, and shadow feedback. */
.card-grid .test-card:hover,
.card-grid .test-card:focus-visible,
.horror-grid .horror-card:hover,
.horror-grid .horror-card:focus-visible {
  transform: none;
}

.card-grid .test-card:hover .card-copy,
.card-grid .test-card:focus-visible .card-copy {
  transform: none;
}
