/* Base resets needed by the standalone homepage, which does not load inner-pages.css. */

a {
  color: inherit;
  text-decoration: none;
}

.home-link-card,
.home-link-card * {
  text-decoration: none !important;
}

.footer-links {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.footer-links a {
  display: block !important;
}

.footer-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
}

@media (max-width: 760px) {
  .footer-bottom {
    display: block !important;
  }
}
