.st-content-container {
  position: relative;
  color: rgb(var(--color-text));
  background-color: rgb(var(--color-background));
  background-image: var(--st-cc-bg-image, none);
  background-size: var(--st-cc-bg-size, cover);
  background-position: var(--st-cc-bg-position, center);
  background-repeat: var(--st-cc-bg-repeat, no-repeat);
  z-index: var(--st-cc-z-index, auto);
}

.st-content-container > .url {
  position: absolute;
  inset: 0;
  display: block;
}

