footer {
  --footer-bg-color: var(--wp--preset--color--primary);
  --footer-text-color: var(--wp--preset--color--base);
}
footer ul {
  list-style: none;
}
footer a {
  text-decoration: none;
}

.footer-inner {
  position: relative;
}

.footer-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://maerkbartlederskab.dk/wp-content/uploads/2026/02/maerkbart-background.svg");
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.footer-inner > * {
  position: relative;
  z-index: 1;
}

/*
footer {
  @media (max-width: 777px) {
    .bowe-media {
      height: fit-content; // Skal fikses i Tema
      // Test med cover : contain
    }
  }
}
*/
.has-icon .block-icon.stroke svg path {
  stroke: #fff !important;
}