
    /* Scoped CSS für Fuji Blog Post - PC & Mobile Responsive */
    .fuji-standard-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: 0 15px 15px 15px;
    }
    .fuji-standard-wrapper-de p, .fuji-standard-wrapper-de li, .fuji-standard-wrapper-de td, .fuji-standard-wrapper-de th {
        font-size: 16px !important;
    }
    .fuji-standard-wrapper-de h2 {
        font-size: 24px !important; 
        font-weight: 700; 
        color: #111; 
        margin-top: 45px; 
        margin-bottom: 20px; 
        padding-bottom: 10px; 
        border-bottom: 2px solid #e60012; 
        line-height: 1.3;
    }
    .fuji-standard-wrapper-de h2:first-of-type { margin-top: 0 !important; }
    .fuji-standard-wrapper-de h3 {
        font-size: 20px !important; 
        font-weight: 600; 
        margin-top: 35px; 
        margin-bottom: 15px; 
        color: #222; 
        border-left: 4px solid #e60012; 
        padding-left: 12px;
    }
    .fuji-standard-wrapper-de a {
        color: #e60012; 
        text-decoration: none; 
        font-weight: 600; 
        transition: all 0.2s ease; 
        border-bottom: 1px dashed #e60012;
    }
    .fuji-standard-wrapper-de a:hover { color: #b71c1c; border-bottom: 1px solid #b71c1c; background-color: #fff5f5; }
    
    .fuji-standard-wrapper-de img {
        max-width: 100%; height: auto; display: block; margin: 35px auto 12px auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
    .img-caption { text-align: center; font-size: 14px !important; color: #666; margin-bottom: 40px; font-style: italic; }
    
    .table-container {
        overflow-x: auto;
        margin: 35px 0;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        -webkit-overflow-scrolling: touch;
    }
    .compare-table { width: 100%; border-collapse: collapse; min-width: 650px; }
    .compare-table th, .compare-table td { border: 1px solid #e0e0e0; padding: 16px; text-align: left; }
    .compare-table th { background-color: #f8f9fa; font-weight: 700; color: #111; }
    .compare-table tr:nth-child(even) { background-color: #fafafa; }
    .highlight-cell { background-color: #fff5f5; font-weight: bold; color: #e60012; }
    
    .trust-box { background-color: #f4f8fc; border-left: 5px solid #0056b3; padding: 25px; margin: 35px 0; border-radius: 0 6px 6px 0; }
    .trust-box p { margin-bottom: 0; }
    .safety-box { background-color: #fff8e1; border-left: 5px solid #ff8f00; padding: 25px; margin: 35px 0; border-radius: 0 6px 6px 0; }
    
    .field-test-box { background-color: #ffffff; border: 2px solid #2e7d32; padding: 25px; margin: 40px 0; border-radius: 8px; position: relative; }
    .field-test-title { font-weight: 800; color: #2e7d32; text-transform: uppercase; margin-bottom: 15px; display: flex; align-items: center; font-size: 16px; letter-spacing: 0.5px; }
    .field-test-title::before { content: "📊"; margin-right: 8px; font-size: 20px; }
    
    .faq-wrapper { margin-top: 60px; border-top: 2px solid #eee; padding-top: 40px; background-color: #fafafa; padding: 30px; border-radius: 8px; }
    .faq-item { margin-bottom: 25px; border-bottom: 1px solid #e0e0e0; padding-bottom: 20px; }
    .faq-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
    .faq-question { display: block; font-weight: 700; margin-bottom: 10px; color: #111; font-size: 18px !important; }
    
    .author-box { display: flex; align-items: center; gap: 20px; margin-top: 60px; padding: 25px; border: 1px solid #e0e0e0; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.03); }
    .author-text { font-size: 15px; color: #444; }
    .author-title { display: block; font-weight: 700; color: #111; font-size: 18px; margin-bottom: 5px; }
    
    .cta-button { display: inline-block; background-color: #e60012; color: #fff !important; padding: 12px 25px; border-radius: 4px; font-weight: bold; margin-top: 15px; border: none; text-transform: uppercase; letter-spacing: 0.5px; }
    .cta-button:hover { background-color: #b71c1c; border: none; transform: translateY(-2px); }

    .fuji-standard-wrapper-de ul, .fuji-standard-wrapper-de ol { padding-left: 25px; margin-bottom: 25px; }
    .fuji-standard-wrapper-de li { margin-bottom: 12px; }
    
    @media (max-width: 768px) {
        .fuji-standard-wrapper-de h2 { font-size: 22px !important; }
        .fuji-standard-wrapper-de h3 { font-size: 19px !important; }
        .trust-box, .safety-box, .field-test-box, .faq-wrapper { padding: 20px; }
        .author-box { flex-direction: column; text-align: left; }
    }
