<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @package 	WordPress
 * @subpackage 	Ñleanora
 * @version 	1.0.2
 * 
 * Gutenberg Module RTL Rules
 * Created by CMSMasters
 * 
 */


.editor-styles-wrapper div.wp-block ul &gt; li:before {
	margin:0 0 0 10px;
}

.editor-styles-wrapper .wp-block-table tr th:first-child,
.editor-styles-wrapper .wp-block-table tr td:first-child,
.wp-block-table tr th:first-child,
.wp-block-table tr td:first-child {
	border-left-width:0;
	border-right-width:1px;
	border-right-style:solid;
}

.editor-styles-wrapper .wp-block-table tr th:last-child,
.editor-styles-wrapper .wp-block-table tr td:last-child,
.wp-block-table tr th:last-child,
.wp-block-table tr td:last-child {
	border-right-width:0;
	border-left-width:1px;
	border-left-style:solid;
}

/* for gutenberg only */
.editor-styles-wrapper div.wp-block ul ol,
.editor-styles-wrapper div.wp-block ol ol,
.editor-styles-wrapper div.wp-block .block-library-list .editor-rich-text__tinymce ol,
.editor-styles-wrapper div.wp-block ul ul,
.editor-styles-wrapper div.wp-block ol ul,
.editor-styles-wrapper div.wp-block .block-library-list .editor-rich-text__tinymce ul {
	margin:0 20px 0 0;
}

</pre></body></html>