/* RTL stylesheet — most layout uses logical properties so this is minimal. */

body { direction: rtl; }

.pc-card__more span,
.pc-postnav__next a::after,
.pc-postnav__prev a::before {
	/* arrows: flip horizontally so → reads correctly in RTL */
	display: inline-block;
	transform: scaleX(-1);
}

.pc-share__btn svg { /* keep icons LTR for legibility */
	transform: none;
}
