#root .cs-rich-text ul {
  margin-top: 0.5rem;
}

#root #blk_c59c763271904c4c8eb75125cb4bfe3a .ql-container p {
  margin-top: 1.5rem;
}

#root #blk_c59c763271904c4c8eb75125cb4bfe3a .ql-container p strong {
  display: inline-block;
  background-color: var(--primary-color);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 999px;
  color: white;
  margin-right: 0.25rem;
}

#root .cs-rich-text {
  margin-bottom: 2rem;
}

#root .cs-rich-text:not(#blk_c59c763271904c4c8eb75125cb4bfe3a) {
  border: 1px solid var(--primary-color);
  border-radius: 4px;
}

#root
  .cs-rich-text:not(#blk_c59c763271904c4c8eb75125cb4bfe3a)
  .ql-editor
  > :first-child {
  margin-top: 0;
}
