body {
    direction: rtl;
}

/* الخط العمودي بين الأعمدة في كل صف */
.stats-card .row > .col-6:not(:last-child) {
    border-left: 2px solid #e9ecef;
    /* تضيف padding-right إذا حبيت لتباعد الخط عن النص */
    padding-left: 15px;
}

.newslater-form input {
    padding-right: 90px;
}