:root{
  --wb-blue:#00529b;--wb-blue-dark:#003d7a;--wb-blue-light:#e5f1f9;
  --wb-sky:#1ea2dc;--wb-yellow:#fee014;--wb-lime:#94c943;
  --wb-white:#fff;--wb-off:#f5f7fa;--wb-border:#d0dce8;
  --wb-text:#1a1a1a;--wb-muted:#5a7291;--wb-red:#c8102e;
  --grad-blue:linear-gradient(135deg,#00529b 0%,#1ea2dc 100%);
}

.site-footer-wrapper{
background:var(--wb-blue-dark);border-top:4px solid var(--wb-yellow);
border: none !important;
}
.site-footer{padding:20px 0px;display:flex;justify-content:space-between;align-items:center;}
.footer-logo{height:36px;width:auto;filter:brightness(0) invert(1)}
.footer-copy{font-size:12px;font-weight:400;color:rgba(255,255,255,.75)}
.footer-links{display:flex;gap:20px}
.footer-links a{font-size:12px;font-weight:400;color:rgba(255,255,255,.75);text-decoration:none;transition:color .2s}
.footer-links a:hover{color:var(--wb-yellow)}