/*
Theme Name: Chatblend
Description: RTL (Right-to-Left) stylesheet for Chatblend theme
*/

/* RTL Base Styles */
body {
	direction: rtl;
	unicode-bidi: embed;
}

/* Container */
.site-container {
	text-align: right;
}

/* Header */
.site-header {
	text-align: right;
}

.site-title {
	text-align: right;
}

.site-description {
	text-align: right;
}

/* Navigation */
.main-navigation {
	text-align: right;
}

.main-navigation ul {
	flex-direction: row-reverse;
}

/* Content Area */
.site-content {
	text-align: right;
}

.entry-header {
	text-align: right;
}

.entry-title {
	text-align: right;
}

.entry-content {
	text-align: right;
}

.entry-meta {
	text-align: right;
}

/* Footer */
.site-footer {
	text-align: center;
}

/* Widgets */
.widget {
	text-align: right;
}

.widget-title {
	text-align: right;
}

/* Page Links */
.page-links {
	text-align: right;
}

/* Post Thumbnail */
.post-thumbnail {
	text-align: right;
}

/* Elementor Compatibility */
.elementor-page .site-content {
	text-align: initial;
}

/* Responsive */
@media (max-width: 768px) {
	.main-navigation ul {
		flex-direction: column;
		text-align: right;
	}
}
