
    /* --- FUJI SUPPLIER STYLES (AR - RTL) --- */
    .fuji-standard-wrapper-ar {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #333;
        line-height: 1.7;
        max-width: 100%;
        margin: 0 auto;
        direction: rtl;
        text-align: right;
    }
    .fuji-standard-wrapper-ar p, .fuji-standard-wrapper-ar li, .fuji-standard-wrapper-ar td, .fuji-standard-wrapper-ar th, .fuji-standard-wrapper-ar span, .fuji-standard-wrapper-ar a {
        font-size: 16px !important;
    }
    .fuji-standard-wrapper-ar h2 {
        font-size: 24px !important; font-weight: 700; color: #000; margin-top: 40px; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #f0f0f0; line-height: 1.3;
    }
    .fuji-standard-wrapper-ar h2:first-of-type { margin-top: 0 !important; }
    .fuji-standard-wrapper-ar h3 {
        font-size: 20px !important; font-weight: 600; margin-top: 30px; margin-bottom: 15px; color: #444;
    }
    .fuji-standard-wrapper-ar a {
        color: #d32f2f; text-decoration: none; font-weight: 600; transition: all 0.2s ease; border-bottom: 1px dotted #d32f2f;
    }
    .fuji-standard-wrapper-ar a:hover { color: #b71c1c; background-color: #ffebee; }
    .fuji-standard-wrapper-ar img {
        max-width: 700px; width: 100%; height: auto; display: block; margin: 30px auto; border-radius: 4px; box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }
    .img-caption { text-align: center; font-size: 14px !important; color: #666; margin-top: -20px; margin-bottom: 35px; font-style: italic; }
    .compare-table { width: 100%; border-collapse: collapse; margin: 30px 0; border: 1px solid #ddd; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
    .compare-table th, .compare-table td { border: 1px solid #ddd; padding: 15px; text-align: right; }
    .compare-table th { background-color: #f8f9fa; font-weight: 700; color: #2c3e50; }
    .compare-table tr:nth-child(even) { background-color: #fcfcfc; }
    .trust-box { background-color: #e3f2fd; border-right: 5px solid #2196f3; border-left: none; padding: 20px; margin: 30px 0; border-radius: 4px 0 0 4px; }
    .safety-box { background-color: #fff3e0; border-right: 5px solid #ff9800; border-left: none; padding: 20px; margin: 30px 0; border-radius: 4px 0 0 4px; }
    .faq-wrapper { margin-top: 50px; border-top: 1px solid #eee; padding-top: 30px; background-color: #fafafa; padding: 20px; border-radius: 8px; }
    .faq-item { margin-bottom: 20px; }
    .faq-question { display: block; font-weight: 700; margin-bottom: 8px; color: #b71c1c; font-size: 18px !important; }
    .author-box { display: flex; align-items: center; margin-top: 50px; padding-top: 30px; border-top: 1px solid #eee; }
    .author-text { font-size: 14px; color: #555; }
    .fuji-standard-wrapper-ar ul { padding-right: 20px; padding-left: 0; margin-bottom: 20px; }
    .fuji-standard-wrapper-ar li { margin-bottom: 10px; }
    @media (max-width: 768px) {
        .fuji-standard-wrapper-ar h2 { margin-top: 30px; font-size: 20px !important; }
        .compare-table { display: block; overflow-x: auto; white-space: nowrap; }
        .trust-box, .safety-box { padding: 15px; }
        .author-box { flex-direction: column; text-align: center; }
    }
