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


.main-nav {
    flex-direction: row-reverse;
}

.header-actions {
    flex-direction: row-reverse;
}

.user-menu-dropdown {
    right: auto;
    left: 0;
}

.lang-switcher {
    flex-direction: row-reverse;
}

.search-box {
    flex-direction: row-reverse;
}

.listing-header {
    flex-direction: row-reverse;
}

.listing-meta {
    flex-direction: row-reverse;
}

.detail-content {
    grid-template-columns: 320px 1fr;
}

.detail-meta {
    flex-direction: row-reverse;
}

.offer-header {
    flex-direction: row-reverse;
}

.offer-user {
    flex-direction: row-reverse;
}

.user-stats {
    flex-direction: row-reverse;
}

.offer-footer {
    flex-direction: row-reverse;
}

.offer-actions {
    flex-direction: row-reverse;
}

.form-check {
    flex-direction: row-reverse;
}

.form-actions {
    flex-direction: row-reverse;
}

.footer-content {
    direction: rtl;
}

.categories-grid {
    direction: rtl;
}

.listings-grid {
    direction: rtl;
}

.cities-grid {
    direction: rtl;
}

.user-info {
    flex-direction: row-reverse;
}

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

.detail-badges {
    flex-direction: row-reverse;
}

@media (max-width: 768px) {
    .detail-content {
        grid-template-columns: 1fr;
    }
}
