/* bi ovverride */
body .card:after {
  display: none;
}

/* stretch link all over the card */
body .card.full-link-card a.read-more {
  position: static;
  bottom: 0;
}

body .card.full-link-card a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

body .card {
  transition: 0.2s ease;
}

body .card:hover {
  background-color: #f8f8f5;

  a {
    text-decoration: underline !important;
  }
}
