/*
RTL Stylesheet for Khalid Blog Theme
This file is loaded automatically by WordPress when the site is in RTL mode
*/

/* Already RTL by default, but this file ensures WordPress recognizes it */
body {
	direction: rtl;
	text-align: right;
}

/* Additional RTL fixes if needed */
.wp-block-image {
	text-align: right;
}
