/* Isolated to the Fugui footer; preserve configured branding and description. */
html body .site-footer:has([data-fg-footer]) { padding-top:40px; }
html body .site-footer [data-fg-footer] { grid-template-columns:minmax(0,1.65fr) repeat(3,minmax(0,1fr)); gap:40px; padding-bottom:32px; }
html body .site-footer [data-fg-footer] .footer-col h3 { color:#24443f; margin-bottom:16px; }
html body .site-footer [data-fg-footer] .footer-col a { color:#52675f; display:block; width:fit-content; padding:5px 0; line-height:1.65; }
html body .site-footer [data-fg-footer] .footer-col a:hover { color:#14756a; text-decoration:underline; text-underline-offset:4px; }
html body .site-footer [data-fg-footer] .footer-col a:focus-visible { outline:2px solid #14756a; outline-offset:4px; }
@media(max-width:1000px) {
 html body .site-footer [data-fg-footer] { grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
 html body .site-footer [data-fg-footer] .footer-brand { grid-column:1/-1; }
}
@media(max-width:540px) {
 html body .site-footer [data-fg-footer] { grid-template-columns:repeat(2,minmax(0,1fr)); gap:26px 18px; padding-bottom:24px; }
 html body .site-footer [data-fg-footer] .footer-col a { padding:7px 0; }
}

html body .site-footer [data-fg-footer] .footer-brand [data-site-footer-description] { line-height:1.9; }
