/**
 * RTL Overrides for Venom Store Theme
 */

body.rtl-layout {
    direction: rtl;
    unicode-bidi: embed;
    text-align: right;
}

body.rtl-layout .section-title {
    border-left: none;
    border-right: 3.5px solid var(--venom-red);
    padding-left: 0;
    padding-right: 0.75rem;
}

body.rtl-layout .country-dropdown {
    right: auto;
    left: 0;
}

body.rtl-layout .search-input-wrapper .form-control {
    padding-left: 1rem;
    padding-right: 2.5rem;
}

body.rtl-layout .search-icon {
    left: auto;
    right: 1rem;
}

body.rtl-layout .service-features-list li i {
    margin-right: 0;
    margin-left: 0.5rem;
}

body.rtl-layout .product-detail-specs-list li i {
    margin-right: 0;
    margin-left: 0.5rem;
}

body.rtl-layout .social-channel-card {
    border-left: none;
    border-right: 4px solid var(--border-color);
}

body.rtl-layout .social-channel-card.border-telegram { border-right-color: #0088cc; }
body.rtl-layout .social-channel-card.border-discord { border-right-color: #5865f2; }

body.rtl-layout .close-product-btn {
    right: auto;
    left: 1rem;
}
