/**
 * itycod - RTL Styles
 * WordPress auto-loads this file when the site direction is RTL
 */

/* The theme is already RTL-first, so minimal adjustments needed */

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

/* Ensure arrow icons flip correctly in LTR context */
.faq-arrow {
    direction: ltr;
}

/* Fix for WooCommerce RTL */
.woocommerce .woocommerce-breadcrumb {
    text-align: right;
}

.woocommerce ul.products li.product .price del {
    margin-left: 8px;
    margin-right: 0;
}

/* Navigation */
nav.open {
    text-align: right;
}

/* Footer RTL */
.footer-col {
    text-align: right;
}

/* Price features RTL */
.price-features {
    text-align: right;
}

/* Comment form RTL */
.comment-form {
    text-align: right;
}
