/* logo image is set to inherit which is making it the wrong size changing it to initial fixes the issue */
.fix-logo-size img.lwc-6d0jmdgc6e8 {
    width: initial;
}

.cb-outputRichText-container.ql-editor p {
    /*line-height: 0;*/
}

.lwc-1nf8r8ii43j.cb-outputRichText-container.ql-editor {
    white-space: initial;
}