/*
RTL Stylesheet
Additional RTL support for Persian/Arabic languages
*/

body {
    direction: rtl;
    text-align: right;
}

/* Header */
.header-container {
    flex-direction: row-reverse;
}

.main-nav ul {
    flex-direction: row;
    list-style: none;
}

.main-nav ul li {
    display: inline-block;
}

/* Search Box */
.search-box input {
    text-align: right;
    padding: 15px 20px;
}

.search-box button {
    left: auto;
    right: 5px;
}

/* Apps Grid */
.app-stats {
    flex-direction: row-reverse;
}

.app-rating {
    flex-direction: row-reverse;
}

/* Footer */
.footer-content {
    direction: rtl;
}

/* Game Card */
.game-rating {
    flex-direction: row-reverse;
}

/* Stats */
.stats-container {
    direction: rtl;
}

/* Tabs */
.tabs-header {
    direction: rtl;
}
