
  .image-with-text-6 .c-bg-1,
  .image-with-text-6 .c-bg-2,
  .image-with-text-6 .c-bg-3,
  .image-with-text-6 .c-accent-2,
  .image-with-text-6 .c-inverse {
    --color-foreground: var(--color-base-accent-1)
  }
.image-with-text-6 .c-bg-1 .text, .image-with-text-6 .c-bg-2 .text, .image-with-text-6 .c-bg-3 .text, .image-with-text-6 .c-accent-2 .text, .image-with-text-6 .c-inverse .text {
      --color-foreground: var(--color-base-text);

      color: rgb(var(--color-foreground));
    }
.image-with-text-6 details:not([open]) .icon-minus {
    display: none
}
.image-with-text-6 details[open] .icon-plus {
    display: none
}
.image-with-text-6 .icon {
    width: 100%
}
