/* ===================================
 *  footer.css — 页尾
 * =================================== */

.site-footer {
  border-top: 1px solid var(--color-border);
  margin-top: 3rem;
  padding: 1.5rem 2.5rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--color-text-lighter);
  max-width: 800px;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-copy i {
  margin-right: 0.3rem;
}

.footer-stats i {
  margin-right: 0.2rem;
}

.footer-stats #busuanzi_value_site_pv,
.footer-stats #busuanzi_value_site_uv {
  display: inline;
}

@media (max-width: 768px) {
  .site-footer {
    padding: 1rem;
  }
  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}
