.daily-movation-footer-button {
  border-radius: 6px
}

.legal-footer-info {
  margin-top: 3rem;
  padding-top: 2rem
}

.source-footer-button {
  background-color: #FFD700;
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  margin-left: 0;
  display: inline-block
}

.daily-motivation-footer-button {
  background-color: #673AB7;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  margin-left: 0;
  display: inline-block
}

.footer-links {
  color: inherit;
  text-decoration: none;
  margin-left: 0
}

.footer-copyright {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 120px;
  text-align: center;
}

.footer-copyright-copy {
  display: inline-block;
  white-space: nowrap;
}

footer {
  background-color: var(--rich-black);
  color: var(--soft-white);
  text-align: center;
  padding: 8px 8px calc(8px + env(safe-area-inset-bottom, 0px)) 8px;
  font-size: 0.7rem;
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  height: var(--footer-height);
  min-height: var(--footer-height);
  max-height: var(--footer-height);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  overflow: hidden
}

footer>div {
  margin-top: 0;
  flex-wrap: wrap
}

footer > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}

footer > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px
}

footer .footer-links {
  white-space: nowrap
}

footer .footer-copyright {
  white-space: nowrap
}

footer .daily-motivation-footer-button {
  white-space: nowrap
}

footer .source-footer-button {
  white-space: nowrap
}

.footer-copyright {
  margin-top: 0;
  font-size: 0.8rem
}

