/* /public_html/rtl.css - TERTEMİZ SON HALİ */

body {
    direction: rtl;
    text-align: right;
}

/* Dil seçiciyi sola al */
.dil-secici-wrapper {
    right: auto;
    left: 20px;
}
.dil-secici a {
    margin-left: 0;
    margin-right: 5px;
}

/* WhatsApp Baloncuğunu solda göster */
.whatsapp-bubble {
    right: auto;
    left: 25px;
}