a.hvs-graphic-button-link {
  display: inline-block;
}

span.hvs-graphic-button-wrapper {
  display: inline-block;
}

a.hvs-graphic-button-link img.hvs-graphic-button,
span.hvs-graphic-button-wrapper img.hvs-graphic-button {
  transition: box-shadow 0.2s ease, filter 0.2s ease;
  will-change: box-shadow, filter;
}

a.hvs-graphic-button-link:hover img.hvs-graphic-button,
a.hvs-graphic-button-link:focus-visible img.hvs-graphic-button {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.45);
  filter: brightness(1.05);
}
