.footer-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer {
  backdrop-filter: blur(10px);
  color: #fff;
  background: linear-gradient(to top, #1a1e3bfa, #1a1e3bf2);
  border-top: 1px solid #ffffff1a;
  width: 100%;
  padding: 1rem 0;
  box-shadow: 0 -4px 30px #0000001a;
}

.footer-container {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  position: relative;
}

.footer-text {
  white-space: pre-line;
  color: #ffffffe6;
  text-shadow: 0 2px 4px #0000001a;
  font-size: .875rem;
  font-family: var(--font-primary);
  transition: all .3s;
}

.footer-text:hover {
  color: var(--primary-color);
  transform: translateY(-1px);
}
/*# sourceMappingURL=agora-main.0ae51ce2.css.map */
