/* Prisma Block - Rich Text
--------------------------------------------- */
.prisma-rich-text.alt .backdrop {
    background: #f5f5f5;
  }
  
  .prisma-rich-text.dark-mode .backdrop {
    background: #830065;
    background: linear-gradient(150deg,#830065 0%,#b32572 100%);
  }
  .prisma-rich-text.dark-mode * {
    color: #fff;
  }