/* Make service cards look like their original <li> wrapping — but accessible */
.services .service-card {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.services .service-card:hover { color: inherit; text-decoration: none; }
.services .service-card:focus-visible { outline: 3px solid #ffbf47; outline-offset: 2px; }