
    /* Scoped CSS für Fuji Blog Post - PC & Mobile Optimized */
    .fuji-blog-wrapper-de { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #333; line-height: 1.7; max-width: 850px; margin: 0 auto; padding: 20px; }
    .fuji-blog-wrapper-de p, .fuji-blog-wrapper-de li, .fuji-blog-wrapper-de td, .fuji-blog-wrapper-de th, .fuji-blog-wrapper-de span, .fuji-blog-wrapper-de a { font-size: 16px !important; }
    .fuji-blog-wrapper-de 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-wrapper-de h2:first-of-type { margin-top: 0 !important; }
    .fuji-blog-wrapper-de h3 { font-size: 19px !important; font-weight: 600; margin-top: 25px; margin-bottom: 12px; color: #444; border-left: 4px solid #e60012; padding-left: 10px; }
    .fuji-blog-wrapper-de a { color: #e60012; text-decoration: none; font-weight: 600; transition: color 0.2s ease; border-bottom: 1px dotted #e60012; }
    .fuji-blog-wrapper-de a:hover { text-decoration: none; color: #b71c1c; border-bottom: 1px solid #b71c1c; }
    .fuji-blog-wrapper-de 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.1); }
    .img-caption { text-align: center; font-size: 14px !important; color: #666; margin-bottom: 25px; font-style: italic; }
    .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: #555; }
    .tech-table { width: 100%; border-collapse: collapse; margin: 25px 0; border: 1px solid #ddd; }
    .tech-table th, .tech-table td { border: 1px solid #ddd; padding: 14px; text-align: left; }
    .tech-table th { background-color: #f4f4f4; font-weight: 700; }
    .highlight-cell { background-color: #fff0f0; font-weight: bold; color: #d32f2f; }
    .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-container { margin-top: 40px; background-color: #fcfcfc; padding: 20px; border-radius: 8px; border: 1px solid #eee; }
    .faq-item { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #eee; }
    .faq-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
    .faq-question { display: block; font-weight: 700; margin-bottom: 8px; color: #000; font-size: 17px !important; }
    .cta-box { text-align: center; margin-top: 40px; margin-bottom: 20px; padding: 30px; background-color: #fdfdfd; border: 1px solid #ddd; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
    .cta-button { background-color: #e60012; color: #fff !important; padding: 14px 28px; text-decoration: none !important; border-radius: 4px; display: inline-block; margin-top: 15px; font-weight: bold; font-size: 18px !important; border: none; transition: background 0.3s; }
    .cta-button:hover { background-color: #b71c1c; }
    @media (max-width: 768px) { 
        .fuji-blog-wrapper-de { padding: 15px; } 
        .fuji-blog-wrapper-de h2 { font-size: 20px !important; } 
        .tech-table { display: block; overflow-x: auto; white-space: nowrap; } 
    }
