.custom-sline {
  background-color: rgb(var(--color-background));
}

/* A flex item never shrinks below its content by default, so a wide row inside pasted HTML
   stretched the whole block past the screen on phones. */
.custom-sline__inner > .rte {
  min-width: 0;
  max-width: 100%;
}
