/* Vero INCI – Footer brand center (mobile) – extracted from page CSS */
@media (max-width:640px){
  .site-footer .cols .footer-brand,
  .site-footer a.footer-brand,
  .site-footer .footer-brand{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:center !important;
    flex-wrap:nowrap !important;
    gap:.6rem !important;
    width:fit-content !important;
    margin:0 auto .25rem !important;
    text-align:center !important;
    float:none !important;
  }
  .site-footer .footer-brand img.shield{
    display:block !important;
    margin:0 !important;
  }
  .site-footer .footer-brand .wordmark{
    display:inline-block !important;
    line-height:1 !important;
    margin:0 !important;
  }
}
