/*
Theme Name: Alfegyptian Pro
*/

body {
    direction: rtl;
}

/* RTL specific spacing overrides */
.ticker-label {
    margin-left: 24px;
    margin-right: 0;
}

.stat-item {
    border-left: 1px solid var(--border);
    border-right: none;
}
.stat-item:last-child {
    border-left: none;
}
