
    /* Scoped CSS for Fuji Blog Post - PC & Mobile Optimized */
    .fuji-blog-container { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #333; line-height: 1.7; font-size: 16px; max-width: 850px; margin: 0 auto; padding: 15px; }
    .fuji-blog-container > *:first-child { margin-top: 0 !important; }
    .fuji-blog-container p { margin-bottom: 16px; text-align: justify; }
    .fuji-blog-container h2 { font-size: 22px !important; font-weight: 700; color: #000; margin-top: 35px; margin-bottom: 15px; padding-bottom: 8px; border-bottom: 2px solid #e60012; line-height: 1.3; }
    .fuji-blog-container h3 { font-size: 19px !important; font-weight: 600; margin-top: 25px; margin-bottom: 12px; color: #222; border-left: 4px solid #e60012; padding-left: 10px; }
    .fuji-blog-container ul, .fuji-blog-container ol { padding-left: 20px; margin-bottom: 20px; }
    .fuji-blog-container li { margin-bottom: 10px; }
    .fuji-blog-container a { color: #e60012; text-decoration: none; font-weight: 600; border-bottom: 1px dotted #e60012; transition: all 0.3s; }
    .fuji-blog-container a:hover { color: #b71c1c; border-bottom: 1px solid #b71c1c; }
    
    /* Images */
    .fuji-blog-container img { max-width: 100%; height: auto; display: block; margin: 25px 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 !important; color: #666; margin-bottom: 25px; font-style: italic; }
    
    /* Tables */
    .table-wrapper { overflow-x: auto; margin: 25px 0; border: 1px solid #ddd; border-radius: 6px; -webkit-overflow-scrolling: touch; }
    .fuji-table { width: 100%; border-collapse: collapse; min-width: 600px; font-size: 15px; }
    .fuji-table th, .fuji-table td { border: 1px solid #ddd; padding: 14px; text-align: left; }
    .fuji-table th { background-color: #f4f4f4; font-weight: 700; color: #111; }
    .fuji-table tr:nth-child(even) { background-color: #fcfcfc; }
    .highlight-cell { background-color: #fff5f5; font-weight: bold; color: #e60012; }

    /* Custom Boxes */
    .author-box { background-color: #f9f9f9; border-left: 4px solid #e60012; padding: 15px 20px; margin-bottom: 30px; border-radius: 0 4px 4px 0; display: flex; align-items: center; }
    .author-box p { margin: 0; font-size: 15px !important; color: #444; }
    .fuji-pro-tip { background-color: #f0f7ff; border-left: 4px solid #0056b3; padding: 18px; margin: 25px 0; border-radius: 0 4px 4px 0; }
    .field-test-box { background-color: #fff; border: 2px dashed #e60012; padding: 20px; margin: 30px 0; border-radius: 6px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
    .field-test-title { font-weight: bold; color: #e60012; text-transform: uppercase; margin-bottom: 10px; display: block; font-size: 15px; }
    
    /* FAQ Section */
    .faq-section { margin-top: 40px; background-color: #fafafa; border: 1px solid #eee; padding: 20px; border-radius: 8px; }
    .fuji-faq { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #ddd; }
    .fuji-faq:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
    .fuji-faq strong { display: block; margin-bottom: 8px; color: #000; font-size: 17px; }

    @media (max-width: 768px) { 
        .fuji-blog-container { padding: 10px; } 
        .fuji-blog-container h2 { font-size: 20px !important; } 
        .fuji-blog-container h3 { font-size: 18px !important; }
    }
