/*
 * GIMHRF theme — RTL stylesheet (arabe)
 * Charge automatiquement par WordPress quand is_rtl()
 */

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

.gimhrf-lang-switcher li + li::before {
  margin: 0 0.55em;
}

main blockquote {
  border-left: none;
  border-right: 3px solid var(--wp--preset--color--accent);
  padding-left: 0;
  padding-right: 1.5rem;
}
