.st-content-container {
  position: relative;
  color: rgb(var(--color-text));
  background-color: var(--st-cc-bg-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);
}

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