/* Website Design by Liam Clarke - quiet footer credit */
.made-by-liam {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.4;
  color: inherit;
}

.made-by-liam a {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.15s ease;
}

.made-by-liam a:hover,
.made-by-liam a:focus-visible {
  text-decoration-color: currentColor;
}

