
    /* Scoped CSS for Fuji Blog Post - PC & Mobile Optimized */
    .blog-wrapper { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.7; color: #333; max-width: 850px; margin: 0 auto; padding: 15px; }
    .blog-wrapper h2 { font-size: 22px !important; font-weight: 700; color: #000; border-left: 5px solid #d32f2f; padding-left: 15px; margin-top: 40px; margin-bottom: 20px; line-height: 1.3; }
    .blog-wrapper h3 { font-size: 19px !important; font-weight: 600; color: #444; margin-top: 25px; margin-bottom: 15px; }
    .blog-wrapper p { margin-bottom: 16px; text-align: justify; }
    .blog-wrapper ul, .blog-wrapper ol { margin-bottom: 20px; padding-left: 20px; }
    .blog-wrapper li { margin-bottom: 12px; }
    
    /* Author & Trust Box */
    .author-box { background-color: #fcfcfc; border: 1px solid #eee; padding: 15px; margin-bottom: 30px; border-radius: 6px; display: flex; align-items: center; }
    
    /* Feature Boxes */
    .expert-tip { background-color: #e8f5e9; border-left: 5px solid #2e7d32; padding: 20px; margin: 25px 0; border-radius: 0 4px 4px 0; }
    .technical-box { background-color: #e3f2fd; border: 1px solid #90caf9; padding: 20px; margin: 25px 0; border-radius: 4px; }
    .field-test-box { background-color: #fff9e6; border: 2px dashed #ffc107; padding: 20px; margin: 30px 0; border-radius: 6px; }
    .box-header { font-weight: 800; display: block; margin-bottom: 8px; text-transform: uppercase; font-size: 14px; letter-spacing: 0.5px; }
    
    /* Tables */
    .table-container { overflow-x: auto; margin-bottom: 25px; border: 1px solid #eee; border-radius: 4px; -webkit-overflow-scrolling: touch; }
    .compare-table { width: 100%; border-collapse: collapse; min-width: 650px; font-size: 15px; }
    .compare-table th, .compare-table td { border: 1px solid #ddd; padding: 14px 15px; text-align: left; }
    .compare-table th { background-color: #f5f5f5; color: #000; font-weight: bold; }
    .compare-table tr:nth-child(even) { background-color: #fafafa; }
    
    /* Images */
    .blog-img { max-width: 100%; height: auto; display: block; margin: 30px auto 10px auto; border-radius: 6px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
    .img-caption { text-align: center; font-size: 14px; color: #666; margin-bottom: 25px; font-style: italic; }
    
    /* Links */
    .blog-wrapper a { color: #d32f2f; text-decoration: underline; font-weight: 600; transition: color 0.2s; }
    .blog-wrapper a:hover { color: #b71c1c; text-decoration: none; }
    
    /* FAQ Section */
    .faq-item { background: #f9f9f9; padding: 18px; margin-bottom: 15px; border-left: 4px solid #d32f2f; border-radius: 0 4px 4px 0; }
    .faq-q { font-weight: bold; display: block; margin-bottom: 8px; color: #000; font-size: 16px; }
    
    /* CTA */
    .cta-box { background-color: #f0f4f8; padding: 30px; border-radius: 8px; border-left: 5px solid #d32f2f; margin-top: 40px; text-align: center; }
    .cta-button { display: inline-block; background-color: #d32f2f; color: #fff !important; padding: 12px 25px; text-decoration: none !important; border-radius: 4px; margin-top: 15px; font-weight: bold; }
    .cta-button:hover { background-color: #b71c1c; }

    @media (max-width: 768px) { .blog-wrapper h2 { font-size: 20px !important; } .compare-table { font-size: 14px; } }
