
    /* --- FUJI INDUSTRIAL STYLESHEET (COMPACT & CLEAN) --- */
    .fuji-product-container {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 16px;
        line-height: 1.5;
        color: #333;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px;
        box-sizing: border-box;
    }

    /* Headings */
    .fuji-product-container h2 {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        border-bottom: 2px solid #ddd;
        padding-bottom: 8px;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .fuji-first-heading {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .fuji-product-container h3 {
        font-size: 18px;
        font-weight: 700;
        color: #C41230; /* Fuji Red */
        margin-top: 20px;
        margin-bottom: 10px;
    }

    /* Text & Lists */
    .fuji-product-container p { margin-bottom: 12px; }
    .fuji-product-container ul { margin-bottom: 15px; }

    /* Images */
    .fuji-figure {
        margin: 20px 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-caption {
        font-size: 13px;
        color: #666;
        margin-top: 6px;
        font-style: italic;
        text-align: center;
        display: block;
    }

    /* Comparison Box */
    .fuji-compare-box {
        background-color: #f8f9fa;
        border: 1px solid #e9ecef;
        padding: 15px;
        border-radius: 5px;
        margin: 15px 0;
    }
    .fuji-compare-list li {
        margin-bottom: 8px;
        position: relative;
        padding-left: 20px;
    }
    .fuji-check { color: #28a745; font-weight: bold; position: absolute; left: 0; }
    .fuji-cross { color: #dc3545; font-weight: bold; position: absolute; left: 0; }

    /* Technical Table */
    .fuji-tech-table {
        width: 100%;
        border-collapse: collapse;
        margin: 15px 0;
        font-size: 15px;
    }
    .fuji-tech-table th, .fuji-tech-table td {
        border: 1px solid #ccc;
        padding: 10px;
        text-align: left;
    }
    .fuji-tech-table th {
        background-color: #f4f4f4;
        font-weight: bold;
        width: 35%;
    }

    /* Alert Box */
    .fuji-alert-box {
        background-color: #fff3cd;
        border: 1px solid #ffeeba;
        color: #856404;
        padding: 15px;
        border-radius: 5px;
        margin: 20px 0;
    }
    .fuji-alert-title {
        font-weight: bold;
        font-size: 16px;
        display: block;
        margin-bottom: 8px;
        border-bottom: 1px solid #ffeeba;
        padding-bottom: 4px;
    }

    /* FAQ Section Styles */
    .fuji-faq-item {
        margin-bottom: 15px;
        border-bottom: 1px dashed #eee;
        padding-bottom: 10px;
    }
    .fuji-faq-q {
        font-weight: 700;
        color: #000;
        display: block;
        margin-bottom: 5px;
    }
    .fuji-faq-a {
        color: #444;
        font-size: 15px;
        margin: 0;
    }

    /* Links */
    .fuji-link {
        color: #0056b3;
        text-decoration: underline;
        font-weight: bold;
    }
