.custom-footer-wrapper {
  background-color: #364D0C;
  color: #eee;
  font-family: sans-serif;
  margin-top: 4rem;
  padding: 2rem 1rem 1rem;
}

.custom-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
  padding-bottom: 1rem;
}

.footer-section {
  flex: 1 1 200px;
  min-width: 200px;
}

.footer-section h3 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  color: #fff;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 0.4rem;
}

.footer-section a {
  color: #ccc;
  text-decoration: none;
}

.footer-section a:hover {
  text-decoration: underline;
  color: #fff;
}

.custom-footer-sponsors {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

.custom-footer-sponsors img {
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(100%) brightness(1.2);
}

.custom-footer-note {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #bbb;
}

.footer-columns {
  display: flex;
  gap: 2rem;
  margin: 0 auto;
}

.footer-columns ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-logo {
    max-width: 120px;
    height: auto;
    display: block;
    margin-bottom: 0.5rem;
}
