.rte2-style-brightspot-rte-snippet-SnippetRichTextElement {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: unset !important;
}

.rte2-style-brightspot-rte-snippet-SnippetRichTextElement > * {
  border-bottom: 1px dashed black;
}

.rte2-style-brightspot-rte-snippet-SnippetRichTextElement ::selection {
  background: var(--color-dominant5) !important;
  color: var(--color-white) !important;
}

.rte2-style-brightspot-rte-snippet-SnippetRichTextElement div {
  display: inline !important;
  padding-bottom: 0 !important;
}

.rte2-style-brightspot-rte-snippet-SnippetRichTextElement img {
  display: inline !important;
  vertical-align: middle;
  max-height: var(--lineHeight-m) !important;
}
