.container-header {
  background-color: #6b876b;
  background-image: none;
}
.container-footer {
  background-color: #6b876b;
  background-image: none;
}
/* Gjelder bare denne bunntekst-modulen når den har klassen 'midtstilt' */
footer .moduletable.midtstilt {
  text-align: center;
}

/* Desktop: sørg for at modul-boksen kan sentreres i footers flex/grid */
@media (min-width: 992px) {
  footer .moduletable.midtstilt {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;            /* valgfritt */
  }
  /* Hvis modulen viser artikler i en flex-liste, sentrer elementene */
  footer .moduletable.midtstilt .mod-articlesnews__items,
  footer .moduletable.midtstilt .mod-articles-category__items {
    display: flex;
    justify-content: center;
  }
  /* Sentrer eventuelle bilder inni modulen */
  footer .moduletable.midtstilt img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Midtstill alle artikler-moduler i footer */
footer .mod-articles-items {
  text-align: center !important;
  justify-content: center !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* Sørg for at selve innholdet sentreres */
footer .mod-articles-item-content {
  text-align: center !important;
  width: 100%;
}

/* Juster for desktop hvis ønskelig */
@media (min-width: 992px) {
  footer .mod-articles-items {
    max-width: 900px;
    margin: 0 auto;
  }
}
