/* YTRE WRAPPER – kant-til-kant lys grå bakgrunn */
.image-with-content-clone-outer {
  background-color: #f5f5f5 !important;
  width: 100%;
  display: block;
}

/* Page-center justerer innholdsbredde */
.image-with-content-clone-outer .page-center {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* Tekststyling */
.image-with-content-clone-heading h3 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  margin: 0 auto;
}
.image-with-content-clone-content {
  margin: 25px 0 0;
}
.image-with-content-clone-content p {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 30px;
}

/* Knapp */
.image-with-content-clone-button a {
  line-height: 23px;
  padding: 19px 35px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  background-color: #3e417f;
  color: #fff;
  border-radius: 4px;
}
.image-with-content-clone-button a:hover {
  background-color: #2e3164;
}

/* Layout desktop */
.image-with-content-clone-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.image-with-content-clone-main {
  flex: 0 48%;
}
.image-with-content-clone-image {
  flex: 0 47%;
}

/* Mobile */
@media (max-width: 1000px) {
  .image-with-content-clone-inner-wrap {
    flex-direction: column;
    align-items: center;
  }
  .image-with-content-clone-image {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    order: 2;
  }
  .image-with-content-clone-main {
    order: 1;
  }
}
      }
      .badge {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 20px;
  display: inline-block;
}

.badge-beige {
  background-color: #F4EDDC; /* Beige bakgrunn */
  color: #2E2A68; /* Lilla tekst */
}

.badge-gray {
  background-color: #f2f2f2;
  color: #333;
}

.badge a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

.badge a:hover {
  text-decoration: underline;
}

