/* Minimal fallback — primary styles live in theme custom.css / _footer.scss */
.hac-partners {
  background: #0A152E;
  padding: 2.5rem 1rem 3rem;
  text-align: center;
}
.hac-partners__divider {
  width: 100%;
  height: 0;
  border: 0;
  border-top: 1px solid #7a9bb8;
  margin: 0 0 2rem;
}
.hac-partners__label {
  display: block;
  margin-bottom: 0.85rem;
  color: #BEA153;
  text-transform: none;
  font-weight: 700;
  letter-spacing: normal;
  font-size: 22px;
  line-height: 1.3;
}
.hac-partners__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hac-partners__item {
  margin: 0;
  flex: 0 0 200px;
  width: 200px;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hac-partners__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.hac-partners__logo {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  max-height: 80px;
  object-fit: contain;
}
