/* Footer */
footer.site-footer {
  background: #0b3c8a;
  color: #dbe6ff;
  padding: 0.8rem 1rem;
  font-size: 0.78rem;
  border-top: 2px solid #ffc107;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
}

.footer-link {
  color: #ffc107;
  text-decoration: none;
  font-weight: 500;
}

.footer-link:hover,
.footer-link:focus {
  text-decoration: underline;
}
