/* Global Grants Hub unified public footer compatibility for Careers.
   Mirrors the normal public-site footer without changing Careers logic. */
.ggh-footer,.ggh-footer *{box-sizing:border-box}
.ggh-footer{position:relative;z-index:20;color:#d6e0eb;background:#06162c;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
.ggh-footer .ggh-container{width:min(1220px,calc(100% - 34px));margin:auto}
.ggh-footer-main{padding:58px 0 35px;display:grid;grid-template-columns:1.2fr .7fr .7fr 1fr;gap:34px}
.ggh-footer-brand{display:flex;align-items:center;gap:13px}
.ggh-footer-brand img{width:76px;height:76px;object-fit:contain}
.ggh-footer-brand strong{display:block;color:#fff;font-size:1.05rem}
.ggh-footer-brand span span{display:block;margin-top:4px;color:#f1d476;font-size:.7rem}
.ggh-footer-about{margin:17px 0 0;max-width:390px;color:#9fb0c1;font-size:.8rem;line-height:1.65}
.ggh-footer h3{margin:0 0 14px;color:#fff;font-size:.9rem}
.ggh-footer-links{display:grid;gap:8px}
.ggh-footer-links a{text-decoration:none;color:#aebdcc;font-size:.8rem}
.ggh-footer-links a:hover{color:#f1d476}
.ggh-footer-contact{display:grid;gap:9px;color:#aebdcc;font-size:.79rem}
.ggh-footer-contact a{color:#aebdcc;text-decoration:none}
.ggh-footer-contact a:hover{color:#f1d476}
.ggh-footer-bottom{padding:19px 0;border-top:1px solid rgba(255,255,255,.09);display:flex;align-items:center;justify-content:space-between;gap:18px;color:#8598ab;font-size:.72rem}
.ggh-footer-bottom strong{color:#dce5ee}
.ggh-socials{display:flex;gap:8px;margin-top:18px;flex-wrap:wrap}
.ggh-socials a{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.07);text-decoration:none;color:#d6e0eb}
.ggh-socials a:hover{background:rgba(255,255,255,.12)}
.ggh-socials svg{width:18px;height:18px}
@media(max-width:1050px){.ggh-footer-main{grid-template-columns:1.2fr 1fr 1fr}.ggh-footer-main>div:last-child{grid-column:1/-1}}
@media(max-width:820px){.ggh-footer-main{grid-template-columns:1fr 1fr}.ggh-footer-main>div:first-child,.ggh-footer-main>div:last-child{grid-column:1/-1}}
@media(max-width:600px){.ggh-footer .ggh-container{width:min(100% - 24px,1220px)}.ggh-footer-main{grid-template-columns:1fr;padding:42px 0 30px}.ggh-footer-main>*{grid-column:auto!important}.ggh-footer-bottom{align-items:flex-start;flex-direction:column}}
