/* v1121 — Final footer legal text size/weight hard fix.
   Applies to both desktop and mobile. Keeps the footer legal/disclaimer area
   visually lighter and prevents older footer CSS from making it too large/bold. */

/* Bottom copyright/legal links bar */
body .vge-footer-bottom-v787GV{
  background:#070d35 !important;
  border-top:1px solid rgba(255,255,255,.08) !important;
}
body .vge-footer-bottom-v787GV .vge-footer-bottom-inner-v787GV{
  min-height:52px !important;
  padding-top:10px !important;
  padding-bottom:10px !important;
}
body .vge-footer-bottom-v787GV .vge-footer-copy-v787GV,
body .vge-footer-bottom-v787GV .vge-footer-legal-links-v787GV a,
body .vge-footer-bottom-v787GV a{
  font-size:13px !important;
  line-height:1.35 !important;
  font-weight:400 !important;
  letter-spacing:.01em !important;
  color:rgba(255,255,255,.86) !important;
  text-decoration:none !important;
}
body .vge-footer-bottom-v787GV .vge-footer-legal-links-v787GV{
  gap:22px !important;
}

/* Home bottom disclaimer */
body.home-page .home-footer-disclaimer-v1109{
  background:#061a3a !important;
  border-top:1px solid rgba(255,255,255,.08) !important;
  color:rgba(226,238,255,.68) !important;
  padding:10px 0 12px !important;
}
body.home-page .home-footer-disclaimer-v1109 .container{
  max-width:1180px !important;
}
body.home-page .home-footer-disclaimer-v1109 p{
  margin:0 !important;
  font-size:12px !important;
  line-height:1.45 !important;
  font-weight:300 !important;
  letter-spacing:0 !important;
  color:rgba(226,238,255,.68) !important;
}
body.home-page .home-footer-disclaimer-v1109 strong{
  color:rgba(255,255,255,.82) !important;
  font-weight:500 !important;
}

@media (max-width: 760px){
  body .vge-footer-bottom-v787GV .vge-footer-bottom-inner-v787GV{
    padding-top:12px !important;
    padding-bottom:12px !important;
  }
  body .vge-footer-bottom-v787GV .vge-footer-copy-v787GV,
  body .vge-footer-bottom-v787GV .vge-footer-legal-links-v787GV a,
  body .vge-footer-bottom-v787GV a{
    font-size:12px !important;
    line-height:1.35 !important;
    font-weight:400 !important;
  }
  body .vge-footer-bottom-v787GV .vge-footer-legal-links-v787GV{
    gap:10px 16px !important;
  }
  body.home-page .home-footer-disclaimer-v1109{
    padding:9px 0 11px !important;
  }
  body.home-page .home-footer-disclaimer-v1109 .container{
    padding-left:18px !important;
    padding-right:18px !important;
  }
  body.home-page .home-footer-disclaimer-v1109 p{
    font-size:11px !important;
    line-height:1.42 !important;
    font-weight:300 !important;
  }
}
