/* style-rtl.css */
/* RTL overrides for Manshoor Zarrin child theme */

body.rtl {
    direction: rtl;
    text-align: right;
}

.rtl .site-header {
    text-align: right;
}

.rtl .menu {
    float: right;
}

.rtl .content {
    float: right;
}

/* Language Switcher RTL */
.rtl .language-switcher {
    direction: ltr;
}

.rtl .lang-link {
    font-family: 'Vazirmatn', sans-serif;
}

/* Ensure Vazirmatn font applies to all RTL text */
body.rtl,
body.rtl *,
body.rtl .wp-block-heading,
body.rtl .wp-block-paragraph,
body.rtl .wp-block-list,
body.rtl .wp-block-navigation-item,
body.rtl .wp-block-navigation-link,
body.rtl .wp-block-details summary,
body.rtl .wp-block-details p,
body.rtl h1, body.rtl h2, body.rtl h3,
body.rtl h4, body.rtl h5, body.rtl h6,
body.rtl p, body.rtl li, body.rtl a,
body.rtl .wp-block-site-title,
body.rtl .wp-block-site-tagline {
    font-family: 'Vazirmatn', sans-serif;
}

/* RTL column reversal - ensure columns flow right-to-left */
.rtl .wp-block-columns {
    direction: rtl;
}

/* RTL navigation alignment */
.rtl .wp-block-navigation {
    justify-content: flex-start;
}

/* RTL text alignment for centered blocks */
.rtl .has-text-align-center {
    text-align: center;
}

.rtl .has-text-align-right {
    text-align: left;
}

.rtl .has-text-align-left {
    text-align: right;
}

/* RTL social links */
.rtl .wp-block-social-links {
    direction: ltr;
}

/* RTL FAQ/Details */
.rtl .wp-block-details {
    direction: rtl;
    text-align: right;
}

.rtl .wp-block-details summary {
    text-align: right;
}
