
    .fuji-container-fr {
        font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 1.6;
        color: #333;
        max-width: 900px;
        margin: 0 auto;
    }
    .fuji-container-fr 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-fr h3 {
        font-size: 19px;
        font-weight: 600;
        margin-top: 25px;
        margin-bottom: 10px;
        color: #2c3e50;
    }
    .fuji-container-fr p, .fuji-container-fr li {
        margin-bottom: 15px;
        text-align: justify;
    }
    .fuji-container-fr a {
        color: #d32f2f;
        text-decoration: none;
        font-weight: bold;
        border-bottom: 1px dotted #d32f2f;
    }
    .fuji-container-fr 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-fr {
        overflow-x: auto;
        margin-bottom: 20px;
        border: 1px solid #eee;
        border-radius: 6px;
    }
    .fuji-tech-table-fr {
        width: 100%;
        border-collapse: collapse;
        min-width: 600px;
        font-size: 15px;
    }
    .fuji-tech-table-fr th, .fuji-tech-table-fr td {
        padding: 12px;
        border: 1px solid #eee;
        text-align: left;
    }
    .fuji-tech-table-fr th {
        background-color: #f9f9f9;
        font-weight: bold;
        color: #333;
    }
    .fuji-tip-box-fr {
        background-color: #e3f2fd;
        border-left: 5px solid #2196f3;
        padding: 15px 20px;
        margin: 20px 0;
        border-radius: 0 4px 4px 0;
    }
    .fuji-faq-item-fr {
        background: #fafafa;
        border-left: 4px solid #d32f2f;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
    }
    .fuji-faq-question-fr {
        display: block;
        font-weight: bold;
        font-size: 17px;
        margin-bottom: 8px;
        color: #000;
    }
