.mah-site-footer {
  background-color: #4d004d;
  border-top: 1px solid #e2e8f0;
  padding: 3rem 1rem 2rem 2rem;
  font-size: 0.95rem;
  color: #fcb900;
}

.mah-footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.mah-footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.mah-footer-col {
  flex: 1 1 200px;
}

.mah-footer-col h4,
.mah-footer-social h4,
.mah-footer-pages h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #219ebc;
}

.mah-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mah-footer-col ul li {
  margin-bottom: 0.5rem;
}

.mah-footer-col ul li a,
.mah-footer-social ul li a,
.mah-footer-pages ul li a {
  text-decoration: none;
  color: #e2e8f0;
  transition: color 0.3s ease;
}

.mah-footer-col ul li a:hover,
.mah-footer-social ul li a:hover,
.mah-footer-pages ul li a:hover {
  color: #fcb900;
}

.mah-footer-bottom {
  text-align: center;
  font-size: 0.875rem;
  color: #718096;
  border-top: 1px solid #e2e8f0;
}

.mah-footer-copyright {
  margin-top: 1rem;
  color: #e2e8f0;
}

.mah-footer-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid #e2e8f0;
  padding-top: 2rem;
}

.mah-footer-branding {
  flex: 1 1 300px;
}

.mah-footer-logo {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}

.mah-footer-tagline {
  font-size: 0.9rem;
  color: #e2e8f0;
  margin-top: 0.25rem;
}

.mah-footer-tagline a {
  color: #fcb900;
  text-decoration: underline;
}

.mah-footer-tagline a:hover {
  color: #ffffff;
}

.mah-footer-social {
  flex: 1 1 300px;
}

.mah-footer-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mah-footer-social ul li {
  margin-bottom: 0.5rem;
}

.mah-footer-pages {
  flex: 1 1 300px;
}

.mah-footer-pages ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mah-footer-pages ul li {
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .mah-footer-meta {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .mah-footer-columns {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .mah-footer-col {
    flex: 1 1 calc(50% - 1rem);
  }

  .mah-footer-branding,
  .mah-footer-social,
  .mah-footer-pages {
    flex: 1 1 calc(50% - 1rem);
  }
}
