/* Bolt.host footer */

.bolt-footer {
  background: var(--navy, #120644);
  padding: clamp(32px, 5vw, 40px) clamp(16px, 4vw, 24px);
}

.bolt-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.bolt-footer__logo img {
  height: 22px;
  width: auto;
  filter: brightness(0) invert(1);
}

.bolt-footer__copy {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.72);
}

.bolt-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 20px;
}

.bolt-footer__link {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: underline;
}

.bolt-footer__link:hover {
  color: rgba(255, 255, 255, 0.9);
}
