.rdv-resources-page a {
  transition: color 180ms ease-out, background-color 180ms ease-out, border-color 180ms ease-out;
}

.rdv-resources-page a:hover,
.rdv-resources-page a:focus-visible {
  color: #6d4aff;
}

.rdv-resources-industry-image img {
  aspect-ratio: 3 / 2;
  border-radius: 7px;
  display: block;
  object-fit: cover;
  transition: transform 300ms cubic-bezier(.16, 1, .3, 1);
  width: 100%;
}

.rdv-resources-industry-row:hover .rdv-resources-industry-image img,
.rdv-resources-industry-row:focus-within .rdv-resources-industry-image img {
  transform: scale(1.04);
}

.rdv-resources-document-button .elementor-button:hover,
.rdv-resources-document-button .elementor-button:focus-visible {
  background: #6d4aff;
  border-color: #6d4aff;
  color: #f5f3ef;
}

@media (prefers-reduced-motion: reduce) {
  .rdv-resources-page a,
  .rdv-resources-industry-image img {
    transition: none;
  }
}
