/* moForte Shared Footer */

.mf-footer {
  background-color: var(--mf-bg-footer);
  color: #b0bec5;
  padding: 1.35rem 1.25rem 1.1rem;
  text-align: center;
  font-size: 0.8rem;
  border-top: 1px solid var(--mf-border-light);
}

.mf-footer a {
  color: #b0bec5;
  text-decoration: none;
  transition: color var(--mf-transition);
}
.mf-footer a:hover { color: var(--mf-text-white); }

.mf-footer-links {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
  margin-bottom: 0.7rem;
  flex-wrap: wrap;
}

.mf-footer-copy {
  color: #78909c;
  font-size: 0.76rem;
}
