
    /* Arabic Specific Styles (RTL) */
    .fuji-product-container {
        font-family: 'Tajawal', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 16px;
        line-height: 1.7;
        color: #333;
        max-width: 1200px;
        margin: 0 auto;
        padding: 15px;
        direction: rtl; /* Key for Arabic */
        text-align: right;
    }
    .fuji-product-container h1 { font-size: 24px; font-weight: 700; color: #000; margin-bottom: 20px; border-bottom: 3px solid #3598db; padding-bottom: 10px; }
    .fuji-product-container h2 { font-size: 20px; font-weight: 700; color: #000; margin-top: 35px; margin-bottom: 15px; }
    .fuji-product-container h3 { font-size: 18px; font-weight: 600; color: #444; margin-top: 20px; margin-bottom: 10px; }
    .fuji-product-container p { margin-bottom: 12px; }
    .fuji-product-container img { max-width: 100%; height: auto; display: block; margin: 25px auto; border-radius: 6px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
    .table-wrapper { overflow-x: auto; margin-bottom: 25px; border-radius: 6px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
    .fuji-spec-table { width: 100%; border-collapse: collapse; min-width: 600px; }
    .fuji-spec-table th, .fuji-spec-table td { border: 1px solid #e0e0e0; padding: 14px; text-align: center; font-size: 15px; }
    .fuji-spec-table th { background-color: #f1f8ff; font-weight: 700; color: #2c3e50; }
    .fuji-spec-table tr:nth-child(even) { background-color: #fafafa; }
    .feature-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 25px; }
    @media (min-width: 768px) { .feature-grid { grid-template-columns: 1fr 1fr; } }
    
    /* RTL adjustments for feature item */
    .feature-item { 
        background: #fff; 
        border-right: 5px solid #3598db; /* Changed from left to right */
        border-left: none;
        padding: 18px; 
        box-shadow: 0 2px 8px rgba(0,0,0,0.08); 
        border-radius: 4px 0 0 4px; 
    }
    
    .fuji-link { color: #3598db; text-decoration: none; font-weight: 600; }
    .fuji-link:hover { text-decoration: underline; }
    .highlight-box { background-color: #eef7fc; padding: 20px; border-radius: 8px; margin: 25px 0; border: 1px solid #d6eaf8; }
    .fuji-list { padding-right: 20px; padding-left: 0; margin-bottom: 20px; } /* Adjusted padding for RTL */
    .fuji-list li { margin-bottom: 8px; }
