/* Copied from includes/css/footer.css - public asset */
:root{--rzx-footer-height:52px}
/* Keep a fixed height so we can add body padding to avoid covering content */
body{padding-bottom:var(--rzx-footer-height)}
.site-footer{position:fixed;left:0;right:0;bottom:0;height:var(--rzx-footer-height);background:#f8f9fa;border-top:1px solid #e6e9ee;display:block;z-index:99999}
.site-footer__inner{display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto;padding:0 16px;height:100%}
.site-footer__left,.site-footer__center,.site-footer__right{flex:0 0 auto;color:#666}
.site-footer__center{flex:1 1 auto;text-align:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 12px}
.site-footer__link{color:#0077cc;text-decoration:none}
.site-footer__link:hover{text-decoration:underline}
.site-footer__meta,.site-footer__copy{color:#999}
@media (max-width:600px){
  :root{--rzx-footer-height:72px}
  body{padding-bottom:var(--rzx-footer-height)}
  .site-footer{height:var(--rzx-footer-height)}
  .site-footer__inner{flex-direction:column;gap:6px;padding:8px}
  .site-footer__center{white-space:normal}
}
