:root{--legal-footer-line:rgba(255,255,255,.09);--legal-footer-text:rgba(238,243,251,.48);--legal-footer-link:rgba(238,243,251,.68)}
.legal-footer{width:min(1180px,calc(100% - 32px));margin:28px auto 30px;padding:20px 0;border-top:1px solid var(--legal-footer-line);display:flex;align-items:center;justify-content:space-between;gap:14px 18px;flex-wrap:wrap;color:var(--legal-footer-text);font:600 12px/1.5 Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.legal-footer-links{display:flex;align-items:center;gap:12px 16px;flex-wrap:wrap}.legal-footer a{color:var(--legal-footer-link);text-decoration:none;background:none;padding:0;border-radius:0}.legal-footer a:hover,.legal-footer a:focus-visible{color:#fff;text-decoration:underline}.legal-footer.auth-page-footer{position:relative;z-index:4;margin-top:4px;margin-bottom:20px}.auth-legal-links{margin-top:30px!important;padding-top:18px!important;border-top:1px solid rgba(255,255,255,.08);display:flex!important;align-items:center!important;justify-content:center!important;gap:9px 14px!important;flex-wrap:wrap!important}.auth-legal-links .legal-footer-copy{flex:0 0 100%;text-align:center;color:rgba(255,255,255,.42);font-size:11px;font-weight:600}.auth-legal-links a{font-size:12px!important}
.legal-only-header .header{justify-content:center!important}.legal-only-header .logo{margin:0 auto!important}
@media(max-width:620px){.legal-footer{justify-content:center;text-align:center;margin-bottom:22px}.legal-footer-links{justify-content:center}.auth-legal-links{margin-top:25px!important;padding-top:15px!important}}

/* V13 compact footer */
.legal-footer{margin:8px auto 10px!important;padding:11px 0!important;gap:9px 14px!important;min-height:0!important}
.legal-footer-links{gap:8px 13px!important}
@media(max-width:620px){.legal-footer{margin:6px auto 8px!important;padding:10px 0!important}}


/* V16 patch */

.legal-footer{width:min(1180px,calc(100% - 28px))!important;margin:0 auto!important;padding:0 14px!important;min-height:44px!important;height:44px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px 16px!important;border-top:1px solid rgba(255,255,255,.08)!important;color:rgba(238,243,251,.56)!important}
.legal-footer-links{display:flex!important;align-items:center!important;gap:10px 14px!important;flex-wrap:wrap!important}
.legal-footer a{font-size:12px!important}
@media(max-width:760px){.legal-footer{justify-content:center!important;text-align:center!important;height:auto!important;min-height:44px!important;padding:8px 10px!important}.legal-footer-links{justify-content:center!important}}


/* V18 unified legal footer */
:root{--cz-legal-footer-height:48px}
body .legal-footer{
  width:min(1180px,calc(100% - 28px))!important;
  min-height:var(--cz-legal-footer-height)!important;
  height:var(--cz-legal-footer-height)!important;
  margin:0 auto!important;
  padding:0 12px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-content:center!important;
  gap:8px 16px!important;
  flex-wrap:wrap!important;
  text-align:center!important;
  border-top:1px solid rgba(255,255,255,.085)!important;
  color:rgba(238,243,251,.53)!important;
  font:600 12px/1.35 Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}
body .legal-footer>span{display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important}
body .legal-footer .legal-footer-links{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px 14px!important;flex-wrap:wrap!important}
body .legal-footer a{padding:0!important;color:rgba(238,243,251,.72)!important;font-size:12px!important;line-height:1.35!important;text-decoration:none!important}
body .legal-footer a:hover,body .legal-footer a:focus-visible{color:#fff!important;text-decoration:underline!important}
@media(max-width:680px){
  body .legal-footer{height:auto!important;min-height:48px!important;padding:7px 8px!important;gap:5px 10px!important}
  body .legal-footer>span{flex:0 0 100%!important;font-size:11px!important}
  body .legal-footer .legal-footer-links{gap:7px 11px!important}
  body .legal-footer a{font-size:11px!important}
}
