/* v787BB cleanup — footer logo only.
   Historical floating-contact positioning rules were removed. Public support dock placement
   now has one authority: public-chat-dock-right-edge-textlabels-v472G.css +
   quick-contact-dock-labeled-v428G.js canonical mode. */
html body:not(.vge-admin-page):not(.admin-body):not([class*="admin"]) .footer .footer-logo,
html body:not(.vge-admin-page):not(.admin-body):not([class*="admin"]) footer.footer .footer-logo{
  display:inline-flex !important;
  align-items:center !important;
  line-height:0 !important;
  margin-bottom:18px !important;
}
html body:not(.vge-admin-page):not(.admin-body):not([class*="admin"]) .footer .footer-logo img,
html body:not(.vge-admin-page):not(.admin-body):not([class*="admin"]) footer.footer .footer-logo img,
html body:not(.vge-admin-page):not(.admin-body):not([class*="admin"]) .footer .footer-logo img.logo-dark,
html body:not(.vge-admin-page):not(.admin-body):not([class*="admin"]) footer.footer .footer-logo img.logo-dark{
  height:78px !important;
  max-height:none !important;
  width:auto !important;
  max-width:min(360px,82vw) !important;
  object-fit:contain !important;
}
@media(max-width:820px){
  html body:not(.vge-admin-page):not(.admin-body):not([class*="admin"]) .footer .footer-logo img,
  html body:not(.vge-admin-page):not(.admin-body):not([class*="admin"]) footer.footer .footer-logo img,
  html body:not(.vge-admin-page):not(.admin-body):not([class*="admin"]) .footer .footer-logo img.logo-dark,
  html body:not(.vge-admin-page):not(.admin-body):not([class*="admin"]) footer.footer .footer-logo img.logo-dark{
    height:62px !important;
    max-width:min(292px,76vw) !important;
  }
}
@media(max-width:480px){
  html body:not(.vge-admin-page):not(.admin-body):not([class*="admin"]) .footer .footer-logo img,
  html body:not(.vge-admin-page):not(.admin-body):not([class*="admin"]) footer.footer .footer-logo img,
  html body:not(.vge-admin-page):not(.admin-body):not([class*="admin"]) .footer .footer-logo img.logo-dark,
  html body:not(.vge-admin-page):not(.admin-body):not([class*="admin"]) footer.footer .footer-logo img.logo-dark{
    height:54px !important;
    max-width:min(250px,72vw) !important;
  }
}
