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