
        .fuji-blog-container {
            font-family: 'Segoe UI', Verdana, sans-serif;
            line-height: 1.8;
            color: #333;
            max-width: 800px;
            margin: 0 auto;
            font-size: 16px;
        }
        .fuji-h2 {
            color: #004085;
            border-bottom: 2px solid #e9ecef;
            padding-bottom: 10px;
            margin-top: 40px;
            font-size: 24px;
        }
        .fuji-h3 {
            color: #495057;
            margin-top: 30px;
            font-weight: 600;
            font-size: 20px;
        }
        .tech-specs-box {
            background-color: #f8f9fa;
            border-left: 5px solid #0056b3;
            padding: 25px;
            margin: 30px 0;
            border-radius: 4px;
            font-size: 16px;
        }
        .highlight-text {
            font-weight: bold;
            color: #0056b3;
        }
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            font-size: 0.95em;
        }
        .comparison-table th {
            background-color: #0056b3;
            color: white;
            padding: 15px;
            text-align: left;
        }
        .comparison-table td {
            border: 1px solid #dee2e6;
            padding: 15px;
        }
        .comparison-table tr:nth-child(even) {
            background-color: #f2f2f2;
        }
        .fuji-blog-container figure {
            display: block;
            margin: 0;
            padding: 0;
            text-align: center;
            width: 100%;
        }
        .fuji-img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 30px auto;
            border-radius: 4px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        }
        .fuji-btn-link {
            color: #0056b3;
            text-decoration: underline;
            font-weight: 600;
        }
        .fuji-btn-link:hover {
            color: #00376b;
        }
        @media (max-width: 600px) {
            .fuji-blog-container {
                font-size: 18px;
                line-height: 1.6;
            }
            .comparison-table {
                font-size: 14px;
            }
        }
