/* Footer alignment and site runtime presentation. */
#footer > span,
#footer .shayu-xiaowo-footer-grid {
  border-top: 1px solid var(--shayu-xiaowo-line-soft);
  background: var(--shayu-xiaowo-panel) !important;
  background-image: none !important;
  box-shadow: none !important;
}

#footer .shayu-xiaowo-footer-grid {
  position: relative;
  grid-template-columns: minmax(0, 1fr) !important;
}

#footer .shayu-xiaowo-footer-content {
  grid-column: 1 / -1 !important;
  width: 100%;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

#footer .shayu-xiaowo-footer-info {
  width: 100%;
  margin: 0;
  padding: 0;
  align-items: center;
  text-align: center;
  list-style: none;
}

#footer .shayu-xiaowo-footer-runtime {
  margin-top: 0.1rem;
  font-variant-numeric: tabular-nums;
}

#footer .shayu-xiaowo-footer-decoration {
  position: absolute !important;
  right: 1.5rem;
  bottom: 0;
}

@media (max-width: 1023px) {
  #footer .shayu-xiaowo-footer-decoration {
    display: none !important;
  }
}
