
    /* Scoped CSS für Fuji Blog Post - PC & Mobile Optimized */
    .fuji-blog-wrapper { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.8; color: #333; max-width: 850px; margin: 0 auto; padding: 15px; }
    .fuji-blog-wrapper > *:first-child { margin-top: 0 !important; }
    .fuji-blog-wrapper h2 { font-size: 22px; font-weight: 700; color: #111; margin: 35px 0 15px; padding-bottom: 8px; border-bottom: 2px solid #e60012; line-height: 1.4; }
    .fuji-blog-wrapper h3 { font-size: 19px; font-weight: 600; color: #222; margin: 25px 0 10px; line-height: 1.4; border-left: 4px solid #e60012; padding-left: 10px; }
    .fuji-blog-wrapper p { margin-bottom: 16px; text-align: justify; }
    .fuji-blog-wrapper a { color: #e60012; text-decoration: none; font-weight: 600; transition: color .3s ease; border-bottom: 1px dotted #e60012; }
    .fuji-blog-wrapper a:hover { color: #9a0000; border-bottom: 1px solid #9a0000; }
    .fuji-blog-wrapper ul { margin: 0 0 20px 20px; padding: 0; }
    .fuji-blog-wrapper li { margin-bottom: 10px; }
    
    /* Images */
    .fuji-blog-wrapper 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,.08); }
    .img-caption { text-align: center; font-size: 14px !important; color: #666; margin-bottom: 25px; font-style: italic; }
    
    /* Author & Trust Box */
    .author-box { background-color: #f9f9f9; border-left: 4px solid #e60012; padding: 15px 20px; margin-bottom: 30px; border-radius: 0 4px 4px 0; }
    .author-box p { margin: 0; font-size: 15px !important; color: #444; }
    
    /* Field Test Box */
    .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; }
    
    /* Comparison Cards */
    .comparison-box { display: flex; flex-wrap: wrap; gap: 20px; margin: 25px 0; }
    .spec-card { flex: 1 1 300px; background: #f8f9fa; border: 1px solid #e9ecef; border-radius: 8px; padding: 20px; transition: transform 0.2s; }
    .spec-card:hover { transform: translateY(-3px); box-shadow: 0 6px 15px rgba(0,0,0,0.05); }
    
    /* FAQ Section */
    .faq-section { margin-top: 40px; background-color: #fcfcfc; padding: 25px; border-radius: 8px; border: 1px solid #eee; }
    .faq-item { margin-bottom: 20px; border-bottom: 1px solid #eee; padding-bottom: 15px; }
    .faq-item:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; }
    .faq-question { font-weight: 700; color: #111; margin-bottom: 8px; font-size: 17px; display: block; }
    
    @media (max-width: 768px) {
        .fuji-blog-wrapper { padding: 10px; }
        .comparison-box { flex-direction: column; }
        .fuji-blog-wrapper h2 { font-size: 20px; }
        .fuji-blog-wrapper h3 { font-size: 18px; }
    }
