/* ============================================================
   MOORLI VendorRiskDiagnostic — Shared Footer
   Canonical source: /css/footer.css
   ============================================================ */

.site-footer {
  background: #FFFFFF;
  color: #101828;
  padding: 60px 24px;
  border-top: 3px solid #EBA937;
  text-align: center;
}

.site-footer .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

.site-footer .footer-logo {
  display: inline-block;
}

.site-footer .footer-logo a {
  display: inline-block;
}

.site-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 32px;
}

.site-footer .footer-links a {
  color: #101828;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.site-footer .footer-links a:hover {
  color: #EBA937;
}

.site-footer p {
  color: #64748B;
  font-size: 14px;
  margin: 12px 0 0 0;
}

.site-footer p:last-child {
  font-size: 13px;
}
