/* Per-post-type reading direction on singular learning content views. */

.learning-templates-lxp-learner-player[dir="rtl"],
body.learning-templates-lxp-reading-rtl:not(.learning-templates-lxp-learner-player-active) .entry-content,
body.learning-templates-lxp-reading-rtl:not(.learning-templates-lxp-learner-player-active) article {
	direction: rtl;
}

.learning-templates-lxp-learner-player[dir="ltr"],
body.learning-templates-lxp-reading-ltr:not(.learning-templates-lxp-learner-player-active) .entry-content,
body.learning-templates-lxp-reading-ltr:not(.learning-templates-lxp-learner-player-active) article {
	direction: ltr;
}
