
/* JobSeek Site UI Manager — deliberately conservative global rules */
#jsuim-brand-footer.jsuim-brand-footer{
    width:100%;
    box-sizing:border-box;
    background:#17191d;
    color:#fff;
    border-top:1px solid rgba(255,255,255,.08);
    clear:both;
    position:relative;
    z-index:5;
}
#jsuim-brand-footer .jsuim-brand-footer-inner{
    width:min(var(--jsuim-content-max, 1440px), calc(100% - 40px));
    margin:0 auto;
    padding:18px 0;
    text-align:center;
    font-size:14px;
    line-height:1.6;
}
#jsuim-brand-footer a{color:#fff;text-decoration:none}
#jsuim-brand-footer a:hover{text-decoration:underline}

/* Avoid affecting application overlays and the JLT floating control. */
#jsuim-brand-footer ~ [class*="jlt"],
#jsuim-brand-footer ~ [id*="jlt"]{z-index:9999}

@media (max-width: 768px){
    #jsuim-brand-footer .jsuim-brand-footer-inner{
        width:calc(100% - 28px);
        padding:16px 0;
        font-size:13px;
    }
}


/* v1.0.1 — completely suppress legacy JobScout/Rara credit bar.
   Footer widget/content areas remain untouched. */
.site-footer .footer-b,
#colophon .footer-b,
.site-footer .site-info,
#colophon .site-info,
.site-footer .footer-credit,
#colophon .footer-credit {
    display:none !important;
    height:0 !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    overflow:hidden !important;
}

/* Our replacement footer remains the only copyright bar. */
#jsuim-brand-footer{
    display:block !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 !important;
}
