.js--block-link {
  cursor: pointer;
  position: relative;
}
.js--block-link:before {
  bottom: 0;
  box-shadow: 0 0 0 0 transparent inset;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 200ms;
  z-index: 10;
}