/* /Components/Layout/Footer.razor.rz.scp.css */
.site-footer[b-ombzbp2mir] {
  background: var(--navy);
  padding: 1.5rem;
}

.site-footer-inner[b-ombzbp2mir] {
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-footer-copyright[b-ombzbp2mir] {
  margin: 0;
  color: var(--blue-pale);
  font-size: 0.85rem;
}

.site-footer-links[b-ombzbp2mir] {
  display: flex;
  gap: 1.5rem;
}

  .site-footer-links a[b-ombzbp2mir] {
    color: white;
    font-size: 0.85rem;
    text-decoration: none;
  }

    .site-footer-links a:hover[b-ombzbp2mir] {
      text-decoration: underline;
    }

@media (max-width: 576px) {
  .site-footer-inner[b-ombzbp2mir] {
    flex-direction: column;
    text-align: center;
  }
}
