/* Minimal RTL adjustments layered on top of the original LTR stylesheets for the Persian (fa) pages. */
html[dir="rtl"] body {
    direction: rtl;
    font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
}
html[dir="rtl"] #sezioni ul,
html[dir="rtl"] #menu-toggle ul,
html[dir="rtl"] .socialbar,
html[dir="rtl"] #hppiede .row {
    direction: rtl;
}
html[dir="rtl"] .testo,
html[dir="rtl"] p,
html[dir="rtl"] li,
html[dir="rtl"] .titolo,
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4 {
    text-align: right;
}
html[dir="rtl"] ul,
html[dir="rtl"] ol {
    padding-right: 20px;
    padding-left: 0;
}
html[dir="rtl"] input[type="text"] {
    text-align: right;
}
