/* Vero INCI – header/footer extracted from info.v1.css (2025-12-13-2019) – source: static/css/pages/info.v1.css.bak_strip_hf_2025-12-13-2011 */
/* VI home – uniforma il footer alla pagina Categorie */
html.vi-allow footer.site-footer .footer-nav a,
html.vi-allow footer.site-footer .footer-nav a:link,
html.vi-allow footer.site-footer .footer-nav a:visited {
  color: #e6edf3 !important;  /* link chiari sul fondo scuro */
}





/* VI home – footer brand allineato come /categorie/ */
html.vi-allow .site-footer .footer-brand {
  display: flex;
  flex-direction: row !important;   /* niente più colonna */
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
































































































































































































































































































































/* HOME VERO INCI – footer allineato all'header (solo sulla home) */
.vi-home .site-footer {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}

.vi-home .site-footer .cols,
.vi-home .site-footer .foot-copy .inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* moved from info.v1.css (targeted) 2025-12-13-2023 */
html.vi-allow .site-footer .cols {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
  }

html.vi-allow .site-footer .footer-brand {
    justify-content: center !important;
  }

/* moved single leftover from info.v1.css 2025-12-13-2026 */
html.vi-allow .site-footer .cols > * {
    justify-self: center !important;
    text-align: center !important;
  }
