/* 공개 화면(피드/크리에이터숍/상품상세) 세 곳에 동일하게 반복되는 footer.
   이 코드베이스는 템플릿 엔진이 없어 disclosure.css의 .affiliate-notice처럼
   같은 마크업을 페이지마다 복사해 두는 방식을 따른다 — 스타일만 여기서 공유. */
.site-footer {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  text-align: center;
  font-size: 12px;
  color: var(--muted);
}
.site-footer a {
  color: var(--muted);
  text-decoration: underline;
}
.site-footer .site-footer-links { margin-bottom: 6px; }
.site-footer .site-footer-links a { margin: 0 6px; }
