.hexco-footer-link {
  display: inline-flex;
  flex-shrink: 0;
  opacity: 0.85;
  transition: opacity 140ms ease;
  text-decoration: none;
  line-height: 0;
}

.hexco-footer-link:hover,
.hexco-footer-link:focus-visible {
  opacity: 1;
}

.hexco-footer-link__logo {
  display: block;
  height: 20px;
  width: auto;
  max-width: 100%;
}
