/* WordPress loads this stylesheet after style.css on RTL sites. */
body { direction: rtl; text-align: right; }
input, textarea, select, button { font-family: inherit; }
.navigation.pagination .nav-links { display: flex; flex-wrap: wrap; gap: .75rem; }

