/* FC27 v10.2: consistent footer alignment and unobstructed chat. */
body .jf-student-footer, body .jf-login-site-footer, body .site-footer, body .jf-help-footer { text-align:center; }
body .jf-student-footer-inner, body .jf-login-footer-inner, body .footer-grid { align-items:start; }
body .jf-student-footer-brand, body .jf-login-footer-brand, body .footer-grid > div:first-child { display:flex; flex-direction:column; align-items:center; text-align:center; min-width:0; }
body .jf-student-footer-brand p, body .jf-login-footer-brand p, body .footer-grid > div:first-child p { margin-left:auto; margin-right:auto; max-width:460px; }
body .jf-student-footer-logo, body .footer-brand, body .jf-login-footer-brand > a { margin-left:auto; margin-right:auto; }
body .jf-student-footer nav, body .jf-login-footer-links, body .footer-links { align-items:center; justify-items:center; text-align:center; }
body .jf-student-footer-support { display:block; margin:8px auto 0; overflow-wrap:anywhere; }
body .jf-student-footer-bottom, body .jf-login-footer-bottom, body .jf-help-footer .jf-help-shell { display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; gap:14px; }
body .jf-student-footer-legal, body .jf-login-footer-legal { justify-content:center; flex-wrap:wrap; }
body .site-footer .fineprint { text-align:center; line-height:1.9; }
body .jf-egency-credit { margin:14px auto!important; }
body.jf-student-footer-active .jf-login-site-footer { display:none!important; }
body .jf-chat-dock { display:flex; align-items:center; justify-content:center; min-height:90px; padding:18px 12px 12px; margin:12px auto 0; clear:both; }
body #chat-icon.jf-chat-managed { position:relative!important; inset:auto!important; margin:0!important; float:none!important; transform:none!important; flex:none; }
body #chat-icon.jf-chat-managed.jf-chat-floating { position:fixed!important; right:max(16px,env(safe-area-inset-right,0px))!important; bottom:var(--jf-chat-bottom,16px)!important; left:auto!important; top:auto!important; }
@media(max-width:700px){
 body .jf-student-footer-inner, body .jf-login-footer-inner, body .footer-grid { grid-template-columns:minmax(0,1fr); gap:32px; }
 body .jf-student-footer-brand, body .jf-login-footer-brand { grid-column:auto; }
 body .jf-student-footer nav a, body .jf-login-footer-links a, body .footer-links a { min-height:36px; display:flex; align-items:center; justify-content:center; }
 body .jf-student-footer-bottom, body .jf-login-footer-bottom { margin-top:30px; }
 body .jf-student-footer-legal a, body .jf-login-footer-legal a { padding:8px 3px; }
}

/* v10.3: docked chat must never inherit mobile product/student offsets. */
body .jf-chat-dock #chat-icon.jf-chat-managed:not(.jf-chat-floating) {
 position:static!important; top:auto!important; right:auto!important;
 bottom:auto!important; left:auto!important; transform:none!important;
 margin:0!important; align-self:center!important;
}
