/**
 * Privacy Consent - RTL Styles
 * Right-to-left support for Hebrew
 * 
 * @package MoreVision
 * @version 1.0.0
 */

/* ============================================
   RTL Adjustments
   ============================================ */

[dir="rtl"] .mv-privacy-consent-banner .mv-consent-content {
    direction: rtl;
}

[dir="rtl"] .mv-privacy-consent-popup {
    direction: rtl;
}

[dir="rtl"] .mv-privacy-consent-popup .mv-consent-close-icon {
    right: auto;
    left: 4px;
}

[dir="rtl"] .mv-privacy-consent-cf7 label,
[dir="rtl"] .privacy-consent-field label {
    direction: rtl;
}

/* ============================================
   Form Fields RTL
   ============================================ */

[dir="rtl"] .mv-privacy-consent-cf7 input[type="checkbox"],
[dir="rtl"] .privacy-consent-field input[type="checkbox"] {
    margin-right: 0;
    margin-left: 10px;
}

/* ============================================
   Button Order RTL
   ============================================ */

[dir="rtl"] .mv-consent-actions {
    flex-direction: row-reverse;
}

/* ============================================
   Text Alignment
   ============================================ */

[dir="rtl"] .mv-privacy-consent-banner .mv-consent-text,
[dir="rtl"] .mv-privacy-consent-popup .mv-consent-text {
    text-align: right;
}
