
    /* RTL & Font Optimization */
    #fuji-super-f2-page { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 16px; line-height: 1.6; color: #333; width: 100%; box-sizing: border-box; direction: rtl; text-align: right; }
    /* Force 16px */
    #fuji-super-f2-page p, #fuji-super-f2-page li, #fuji-super-f2-page td, #fuji-super-f2-page div { font-size: 16px !important; }
    
    #fuji-super-f2-page .content-container { max-width: 100%; margin: 0 auto; padding: 0 10px; }
    #fuji-super-f2-page h2 { font-size: 20px; font-weight: 700; color: #000; border-bottom: 2px solid #ddd; padding-bottom: 8px; margin-top: 30px; margin-bottom: 15px; }
    #fuji-super-f2-page h3 { font-size: 18px; font-weight: 700; margin-top: 0; margin-bottom: 8px; color: #333; }
    #fuji-super-f2-page p { margin-bottom: 15px; }
    
    /* Responsive Images */
    #fuji-super-f2-page .img-wrapper { text-align: center; margin: 25px 0; width: 100%; }
    #fuji-super-f2-page img { max-width: 600px; width: 100%; height: auto; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); border: 1px solid #eee; }
    
    /* Lists & Tables */
    #fuji-super-f2-page ul { list-style: none; padding: 0; margin-bottom: 20px; }
    #fuji-super-f2-page li { margin-bottom: 10px; padding-right: 25px; position: relative; } /* Adjusted padding for RTL */
    #fuji-super-f2-page .check-icon { color: #ba372a; position: absolute; right: 0; font-weight: bold; } /* Icon on right */
    
    #fuji-super-f2-page table { width: 100%; border-collapse: collapse; margin-bottom: 20px; border: 1px solid #eee; min-width: 600px; }
    #fuji-super-f2-page th, #fuji-super-f2-page td { padding: 10px 12px; border: 1px solid #ddd; text-align: right; } /* Align right */
    #fuji-super-f2-page th { background-color: #f5f5f5; font-weight: bold; color: #ba372a; }
    
    /* Application Boxes */
    #fuji-super-f2-page .app-box { flex: 1; min-width: 280px; background: #f9f9f9; padding: 15px; border-right: 4px solid #ba372a; border-left: none; margin-bottom: 10px; } /* Border on right */
    #fuji-super-f2-page .safety-box { background-color: #fff8e1; border: 1px solid #ffe0b2; padding: 20px; margin-top: 30px; border-radius: 4px; }
    
    /* Links */
    #fuji-super-f2-page a { color: #ba372a; text-decoration: underline; font-weight: bold; }
    #fuji-super-f2-page .btn { display: inline-block; padding: 12px 24px; background-color: #ba372a; color: #fff; text-decoration: none; border-radius: 4px; margin-top: 20px; }
    
    /* Mobile Scroll for Table */
    .table-wrapper { overflow-x: auto; }
    @media (max-width: 768px) { #fuji-super-f2-page .app-box { min-width: 100%; margin-bottom: 15px; } }
