.footer-logo {
    max-width: 150px;
    height: auto;
    margin-bottom: 15px;
}

/* Make phone / contact links match the "Useful Links" column styles */
.footer a.footer-link,
.footer .footer-contact a.footer-link {
  display: inline-block;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1;
  text-decoration: none;
  transition: color .15s ease;
}

.footer a.footer-link:hover,
.footer .footer-contact a.footer-link:hover {
  color: var(--accent-color);
}
