
    /* SCOPED CSS: Arabic Version (RTL) */
    #fuji-product-detail-ar {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        line-height: 1.6;
        color: #333;
        font-size: 16px;
        background-color: #fff;
        width: 100%;
        direction: rtl; /* Key RTL setting */
        text-align: right; /* Default text alignment */
    }
    #fuji-product-detail-ar .container { max-width: 1200px; margin: 0 auto; padding: 0 20px 20px 20px; }
    #fuji-product-detail-ar h2 {
        font-size: 24px; color: #b22222; border-bottom: 2px solid #b22222;
        padding-bottom: 8px; margin-top: 30px; margin-bottom: 15px; font-weight: 700;
    }
    #fuji-product-detail-ar h3 { font-size: 18px; color: #333; margin: 0 0 10px 0; font-weight: 600; }
    #fuji-product-detail-ar p { margin-bottom: 12px; }
    #fuji-product-detail-ar ul { margin-bottom: 12px; padding-right: 20px; padding-left: 0; }
    #fuji-product-detail-ar a { color: #b22222; text-decoration: none; font-weight: 600; border-bottom: 1px dotted #b22222; }
    #fuji-product-detail-ar img {
        max-width: 600px; width: 100%; height: auto; display: block;
        margin: 20px auto; border-radius: 4px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }
    #fuji-product-detail-ar .features-grid {
        display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 30px;
    }
    #fuji-product-detail-ar .feature-card {
        background: #f9f9f9; padding: 20px; border-radius: 6px;
        border: 1px solid #eee; transition: transform 0.2s;
    }
    #fuji-product-detail-ar .feature-card:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
    /* Flip border for RTL */
    #fuji-product-detail-ar .feature-card h3 { display: flex; align-items: center; border-right: 4px solid #b22222; border-left: none; padding-right: 10px; padding-left: 0; }
    #fuji-product-detail-ar .table-wrapper { overflow-x: auto; margin-bottom: 20px; border: 1px solid #eee; border-radius: 4px; }
    #fuji-product-detail-ar table { width: 100%; border-collapse: collapse; min-width: 600px; }
    #fuji-product-detail-ar th, #fuji-product-detail-ar td { padding: 10px 12px; border: 1px solid #ddd; text-align: center; font-size: 15px; }
    #fuji-product-detail-ar th { background-color: #f4f4f4; color: #000; font-weight: 700; }
    #fuji-product-detail-ar .faq-item { border-bottom: 1px solid #eee; padding-bottom: 12px; margin-bottom: 12px; }
    #fuji-product-detail-ar .faq-question { font-weight: 700; color: #b22222; display: block; margin-bottom: 4px; font-size: 17px; }
    #fuji-product-detail-ar .related-links { background-color: #f8f8f8; padding: 20px; margin-top: 30px; border-radius: 6px; border-top: 3px solid #b22222; }
    @media (max-width: 768px) {
        #fuji-product-detail-ar .features-grid { grid-template-columns: 1fr; }
        #fuji-product-detail-ar .container { padding: 0 10px 15px 10px; }
    }
