/**
 * @file
 * RTL (Right-to-Left) styles for Arabic support.
 */

/* RTL Star Rating - Keep stars LTR but align container RTL */
[dir="rtl"] .feedback-star-rating {
  direction: ltr;
}

[dir="rtl"] .feedback-rating-display {
  direction: rtl;
}

[dir="rtl"] .feedback-stars-display {
  direction: ltr;
}

/* RTL Form Actions */
[dir="rtl"] .moj-feedback-form .form-actions {
  flex-direction: row-reverse;
}

/* RTL Breakdown */
[dir="rtl"] .breakdown-row {
  direction: rtl;
}

[dir="rtl"] .breakdown-label {
  text-align: right;
}

[dir="rtl"] .breakdown-count {
  text-align: left;
}

/* RTL Success Message Icon */
[dir="rtl"] .feedback-success i {
  margin-right: 0;
  margin-left: 10px;
}

/* RTL Select2 Adjustments */
[dir="rtl"] .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

[dir="rtl"] .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 8px;
  padding-right: 20px;
  text-align: right;
}
