/* Sfondo principale */
body,
.fabrikk--body,
.main-wrapper,
.page-content,
.site-container {
    background: #85ab5c !important;
}

/* Rimuove eventuali background dei box articoli o overlay che coprono lo sfondo */
.tws-articlegroups .thumbnail .caption,
.tws-articlegroup-list .thumbnail .caption {
    background: rgba(0,0,0,0.5) !important; /* leggermente trasparente se vuoi testo leggibile */
}

/* Mantieni i link bianchi sugli articoli */
.tws-articlegroups .thumbnail .caption .tws-articlegroup-list--article-name .tws-util-heading--heading a,
.tws-articlegroup-list .thumbnail .caption .tws-articlegroup-list--article-name .tws-util-heading--heading a {
    color: #fff !important;
    text-decoration: none;
}

.site-footer {
  width: 100%;
  margin-top: auto;
}

.site-footer img {
  width: 100%;
  height: auto;
  display: block;
}




