.kampagnetype-oversigt {
  background: var(--wp--preset--color--tertiary);
  max-width: fit-content;
  color: var(--wp--preset--color--primary) !important;
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 4px;
}

.single-kampagnetype {
  background: var(--wp--preset--color--custom-e-1-e-6-ee);
  max-width: fit-content;
  margin-left: 0 !important;
  padding: 3px 12px;
  margin-bottom: 20px;
}

.aktuele-behandlinger-loop .blog-query {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media only screen and (max-width: 999px) {
  .aktuele-behandlinger-loop .blog-query {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 777px) {
  .aktuele-behandlinger-loop .blog-query {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
.aktuele-behandlinger-loop .is-linked:hover .bowe-media img,
.aktuele-behandlinger-loop .is-linked:focus-within .bowe-media img {
  opacity: 0.8 !important;
}
.aktuele-behandlinger-loop .bowe-cover-content-inner {
  background: var(--wp--preset--color--custom-8699-bab-0-transparent);
}

@media only screen and (min-width: 999px) {
  .aktuele-behandlinger-loop .bowe-cover-content-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 160px;
  }
}