.bcmsWidget {
  ::-moz-selection {
    @apply text-inherit bg-initial #{!important};
  }
  ::selection {
    @apply text-inherit bg-initial #{!important};
  }
  input,
  textarea,
  .ProseMirror * {
    &::selection {
      @apply bg-green bg-opacity-30 #{!important};
    }
    &::-moz-selection {
      @apply bg-green bg-opacity-30 #{!important};
    }
  }
}
