
    /* SCOPED CSS: Fuji Eco Flex - RTL Layout for Arabic */
    #fuji-ecoflex-detail {
        font-family: 'Verdana', 'Segoe UI', Helvetica, sans-serif;
        line-height: 1.5;
        color: #333;
        font-size: 16px;
        background-color: #fff;
        width: 100%;
        margin: 0;
        padding: 10px 0;
        box-sizing: border-box;
        direction: rtl; /* RTL */
        text-align: right; /* RTL */
    }

    #fuji-ecoflex-detail .fuji-container {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    #fuji-ecoflex-detail h1 {
        font-size: 22px;
        color: #006400;
        border-bottom: 2px solid #006400;
        padding-bottom: 8px;
        margin-top: 10px;
        margin-bottom: 15px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: right;
    }

    #fuji-ecoflex-detail h2 {
        font-size: 18px;
        color: #006400;
        margin-top: 25px;
        margin-bottom: 10px;
        font-weight: 700;
        text-transform: uppercase;
        border-right: 4px solid #006400; /* Swapped to right for RTL */
        padding-right: 10px;
        text-align: right;
    }

    #fuji-ecoflex-detail h3 {
        font-size: 16px;
        color: #333;
        margin-top: 0;
        margin-bottom: 8px;
        font-weight: 700;
    }

    #fuji-ecoflex-detail p {
        margin-bottom: 12px;
        text-align: justify;
    }

    #fuji-ecoflex-detail ul {
        margin-bottom: 15px;
        padding-right: 20px; /* Swapped to right for RTL */
        text-align: right;
    }

    #fuji-ecoflex-detail li {
        margin-bottom: 5px;
    }

    #fuji-ecoflex-detail a {
        color: #006400;
        text-decoration: none;
        font-weight: 600;
        border-bottom: 1px dotted #006400;
    }

    #fuji-ecoflex-detail .fuji-divider {
        border: 0;
        height: 1px;
        background-image: linear-gradient(to left, rgba(0, 100, 0, 0), rgba(0, 100, 0, 0.3), rgba(0, 100, 0, 0)); /* RTL gradient */
        margin: 30px 0;
    }

    #fuji-ecoflex-detail .img-wrapper {
        text-align: center;
        margin: 20px 0;
        width: 100%;
    }

    #fuji-ecoflex-detail img {
        max-width: 600px;
        width: 100%;
        height: auto;
        display: inline-block;
        border-radius: 4px;
        border: 1px solid #eee;
    }

    #fuji-ecoflex-detail .img-hero { max-width: 500px; }
    #fuji-ecoflex-detail .img-tech { max-width: 400px; }
    #fuji-ecoflex-detail .img-wide { max-width: 800px; }

    #fuji-ecoflex-detail .feature-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-bottom: 20px;
    }

    #fuji-ecoflex-detail .feature-item {
        background: #fdfdfd;
        padding: 15px;
        border: 1px solid #eee;
        border-radius: 4px;
        text-align: right;
    }

    #fuji-ecoflex-detail .spec-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 15px;
        margin-bottom: 15px;
    }

    #fuji-ecoflex-detail .spec-table th, 
    #fuji-ecoflex-detail .spec-table td {
        border: 1px solid #ddd;
        padding: 10px;
        text-align: right; /* RTL */
    }

    #fuji-ecoflex-detail .spec-table th {
        background-color: #e6f9e6;
        color: #006400;
        width: 25%;
        font-weight: 600;
    }

    #fuji-ecoflex-detail .faq-item {
        margin-bottom: 15px;
        background: #f9f9f9;
        padding: 15px;
        border-radius: 4px;
        text-align: right;
    }

    #fuji-ecoflex-detail .faq-question {
        font-weight: 700;
        color: #006400;
        display: block;
        margin-bottom: 5px;
    }

    @media (max-width: 768px) {
        #fuji-ecoflex-detail .feature-grid { grid-template-columns: 1fr; gap: 10px; }
        #fuji-ecoflex-detail h1 { font-size: 20px; }
        #fuji-ecoflex-detail .img-hero, 
        #fuji-ecoflex-detail .img-tech, 
        #fuji-ecoflex-detail .img-wide { max-width: 100%; }
    }
