/* Fix Block Quote + CKEditor in Taiga */
/*.ck-content blockquote,
.ck-content blockquote pre,
.ck-content blockquote code {
    direction: rtl;
    unicode-bidi: plaintext;
    text-align: right;
}
*/


/* Blockquote fix inside CKEditor */
/*.ck-content blockquote,
.ck-content blockquote p,
.ck-content blockquote pre,
.ck-content blockquote code {
    direction: rtl !important;
    unicode-bidi: plaintext !important;
    text-align: right !important;
}
*/

/*.ck-content pre,
.ck-content code {
    direction: rtl !important;
    text-align: right !important;
    background: wheat;
    color: black;
}
*/


/* Force all blockquotes RTL */
/* blockquote {
    direction: rtl !important;
    text-align: right !important;
    unicode-bidi: plaintext !important;
    background: wheat;
    color: black;
}
*/


/* Force blockquote and code to RTL inside editors */
/* .wysiwyg blockquote,
.tg-html-editor .ck-content blockquote,
.wysiwyg code,
.tg-html-editor .ck-content code {
    direction: rtl !important;
    text-align: right !important;
    unicode-bidi: plaintext !important;
    color: black;
}
*/  

.wysiwyg blockquote>*,tg-html-editor .ck-content blockquote>*{
    direction: rtl !important;
    text-align: right !important;
    unicode-bidi: plaintext !important;
    /* background: white; */
    color: black;
}
