
    .fuji-container-ar {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 16px;
        line-height: 1.7;
        color: #333;
        max-width: 900px;
        margin: 0 auto;
        direction: rtl;
        text-align: right;
    }
    .fuji-container-ar h2 {
        font-size: 22px;
        font-weight: bold;
        color: #d32f2f;
        margin-top: 30px;
        margin-bottom: 15px;
        border-bottom: 2px solid #ffebee;
        padding-bottom: 5px;
    }
    .fuji-container-ar h3 {
        font-size: 19px;
        font-weight: 600;
        margin-top: 25px;
        margin-bottom: 10px;
        color: #2c3e50;
    }
    .fuji-container-ar p, .fuji-container-ar li {
        margin-bottom: 15px;
        text-align: justify;
    }
    .fuji-container-ar a {
        color: #d32f2f;
        text-decoration: none;
        font-weight: bold;
        border-bottom: 1px dotted #d32f2f;
    }
    .fuji-container-ar img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 25px auto;
        border-radius: 6px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .fuji-table-wrapper-ar {
        overflow-x: auto;
        margin-bottom: 20px;
        border: 1px solid #eee;
        border-radius: 6px;
    }
    .fuji-tech-table-ar {
        width: 100%;
        border-collapse: collapse;
        min-width: 600px;
        font-size: 15px;
    }
    .fuji-tech-table-ar th, .fuji-tech-table-ar td {
        padding: 12px;
        border: 1px solid #eee;
        text-align: right;
    }
    .fuji-tech-table-ar th {
        background-color: #f9f9f9;
        font-weight: bold;
        color: #333;
    }
    .fuji-tip-box-ar {
        background-color: #e3f2fd;
        border-right: 5px solid #2196f3;
        padding: 15px 20px;
        margin: 20px 0;
        border-radius: 4px 0 0 4px;
    }
    .fuji-faq-item-ar {
        background: #fafafa;
        border-right: 4px solid #d32f2f;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
    }
    .fuji-faq-question-ar {
        display: block;
        font-weight: bold;
        font-size: 17px;
        margin-bottom: 8px;
        color: #000;
    }
