/**
 * RTL overrides for Novacare.
 *
 * @package Novacare
 */

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

body.is-rtl .site-header__pill {
	direction: rtl;
}

body.is-rtl .site-header__actions {
	flex-direction: row-reverse;
}

body.is-rtl .site-header__phone {
	flex-direction: row-reverse;
}

body.is-rtl .primary-menu {
	flex-direction: row-reverse;
}

body.is-rtl .site-footer__bottom-inner {
	flex-direction: row-reverse;
}

body.is-rtl .search-form {
	flex-direction: row-reverse;
}

body.is-rtl .language-switcher__list {
	flex-direction: row-reverse;
}

body.is-rtl .footer-menu {
	justify-content: flex-end;
}

body.is-rtl .entry-meta span + span::before {
	content: none;
}

body.is-rtl .entry-meta span + span::after {
	content: " · ";
}

@media (max-width: 991px) {
	body.is-rtl .primary-menu {
		flex-direction: column;
		align-items: stretch;
	}

	body.is-rtl .site-header__actions--mobile {
		align-items: stretch;
	}
}
