/* Invisible hit area for footer links. Does not change layout or type. */
footer.w-full a {
  position: relative;
}

footer.w-full a::after {
  content: "";
  position: absolute;
  top: -14px;
  right: -4px;
  bottom: -14px;
  left: -4px;
}
