/*
 * Mojaz Janna Child — rtl.css
 * Loaded automatically by WordPress when is_rtl() is true.
 * Keep overrides specific to RTL flipping here.
 */

/* Dropcap — float RIGHT in RTL */
.post-content > p:first-of-type::first-letter,
.entry-content > p:first-of-type::first-letter {
    float: right;
    margin: 0.08em 0 0 0.2em;
}

/* Blockquote accent on the RIGHT edge */
.post-content blockquote,
.entry-content blockquote {
    border-right: 3px solid var(--mj-accent);
    border-left: 0;
    padding: 0 20px 0 0;
}

/* Widget dividers — keep hairlines clean in RTL */
.widget ul li { text-align: right; }

/* Tag cloud — right-align chips */
.tagcloud { text-align: right; }
.tagcloud a { margin: 0 0 6px 6px; }

/* Post-share flip */
.post-share { text-align: right; }
