/* Mahd Sanat Diesel — RTL specific tweaks (theme is RTL-first; this file is mostly a placeholder for future RTL overrides) */
/* The main style.css already handles RTL via dir="rtl" on <html>. */
/* WordPress core RTL stylesheets are loaded automatically. */

/* Ensure WordPress admin bar doesn't overlap */
body.rtl .main-nav { flex-direction: row-reverse; }

/* Align WordPress blocks properly in RTL */
body.rtl .wp-block-image { text-align: right; }

/* Comment form */
body.rtl .comment-form label { text-align: right; }
