.place-list a {
  color: inherit;
  text-decoration: none;
}

.place-list a:hover {
  color: #d8c795;
  text-decoration: underline;
  text-underline-offset: .4rem;
}

.place-list a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: .35rem;
}
