/* MotorHub — RTL layout (Polylang ar, fa, …) */

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

body.rtl .entry-header .entry-title,
body.rtl .entry-header .entry-meta,
body.rtl .entry-summary,
body.rtl .entry-summary p,
body.rtl .motorhub-article-body,
body.rtl .motorhub-article-body p,
body.rtl .entry-content > .motorhub-cta,
body.rtl .entry-content > .motorhub-source {
  text-align: right;
  text-align-last: right;
}

body.rtl .entry-summary,
body.rtl .entry-summary p {
  text-align: justify;
  text-align-last: right;
}

body.rtl .sidebar .widget_recent_entries ul li a,
body.rtl .sidebar .wp-block-latest-posts a {
  text-align: right;
}

body.rtl .main-navigation .main-nav > ul {
  text-align: right;
}

body.rtl .motorhub-inline-image,
body.rtl .motorhub-gallery {
  direction: ltr;
}

body.rtl .motorhub-video iframe {
  direction: ltr;
}

