.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
}

/* Centralized Footer Layout Resets */
#footer {
  flex: 0 0 auto;
  width: 100%;
  min-height: 72px;
  box-sizing: border-box;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #111;
  border-top: 1px solid #e5e7eb;
  text-align: center;
}

#footer .footer-links {
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  line-height: 1.2;
}

#footer .footer-links a {
  color: inherit;
  text-decoration: none;
}

#footer .footer-sep {
  color: #ccc;
}

#footer .footer-copy {
  margin-top: 6px;
  color: #999;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

#footer {
  min-height: 50px;
  padding: 4px 8px 6px 8px;
}

#footer .footer-links {
  gap: 6px;
  line-height: 1.08;
  font-size: 11px;
}

#footer .footer-copy {
  margin-top: 2px;
  font-size: 10px;
  line-height: 1.1;
}