@charset "UTF-8";
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  line-height: var(--spacing);
  box-shadow: var(--shadow);
}

footer a {
  color: var(--text) !important;
}

footer a:hover {
  color: var(--primary) !important;
}

footer .icon {
  font-size: var(--xl);
}

footer.background {
  position: relative;
}

.footer-copy {
  position: absolute;
  bottom: 8px; /* move up/down to sit nicely on yellow */
  left: 0;
  right: 0;
  text-align: center;
  color: #003DA5; /* UCR blue so it’s readable on yellow */
}

/*# sourceMappingURL=footer.css.map */