/* Footer-only scoped styles */
#site-footer {
  border-top: 1px solid #22304f;
  padding: 1rem 0;
  font-family: inherit;
  width: 100%;
}

#site-footer .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-left {
  margin-right: auto;
}

.footer-nav {
  display: flex;
  gap: 1rem;
  margin-left: auto;
}

#site-footer a {
  text-decoration: none;
}

#site-footer a:hover {
  text-decoration: underline;
}
