
    /* RTL & Font Adjustments */
    .fuji-product-container { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 16px; line-height: 1.6; color: #333; max-width: 100%; margin: 0 auto; padding: 0 10px; direction: rtl; text-align: right; }
    .fuji-product-container h2 { font-size: 20px; font-weight: 700; color: #000; border-bottom: 2px solid #b71c1c; padding-bottom: 10px; margin-top: 30px; margin-bottom: 20px; }
    .fuji-product-container h3 { font-size: 18px; font-weight: 700; color: #444; margin-top: 25px; margin-bottom: 15px; border-right: 4px solid #b71c1c; padding-right: 15px; border-left: none; }
    .fuji-figure { margin: 25px 0; text-align: center; }
    .fuji-img-responsive { max-width: 100%; height: auto; display: block; margin: 0 auto; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
    .fuji-tech-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 15px; }
    .fuji-tech-table th, .fuji-tech-table td { border: 1px solid #ccc; padding: 12px; text-align: right; }
    .fuji-tech-table th { background-color: #f4f4f4; font-weight: bold; width: 35%; }
    .fuji-alert { background-color: #fff3cd; border: 1px solid #ffeeba; color: #856404; padding: 20px; border-radius: 5px; margin: 25px 0; border-right: 5px solid #ffc107; border-left: none; }
    .fuji-alert strong { display: block; margin-bottom: 10px; font-size: 1.1em; color: #d32f2f; }
    .fuji-steps { list-style: none; padding: 0; }
    .fuji-steps li { position: relative; padding-right: 40px; margin-bottom: 15px; }
    /* Manual counter for RTL since CSS counters can be tricky with RTL text flow */
    .fuji-faq-item { background-color: #f9f9f9; padding: 15px; border-right: 4px solid #333; border-left: none; margin-bottom: 15px; }
    .fuji-faq-q { font-weight: bold; display: block; margin-bottom: 8px; color: #000; }
    .fuji-link { color: #0056b3; text-decoration: underline; font-weight: bold; }
