/*
Brandale RTL overrides.
The frontend stylesheet uses logical properties wherever possible, so this file
only needs to address legacy directional rules.
*/
.site-header__inner,
.site-footer__bottom {
	direction: rtl;
}

.post-card__more::after {
	content: ' ←';
}
