
    /* Scoped CSS für Fuji Blog Post - Mobil und Desktop optimiert */
    .fuji-blog-content {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 1.6;
        color: #333;
        margin-top: 0;
        padding-top: 0;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .fuji-blog-content h2 {
        font-size: 22px;
        font-weight: 700;
        color: #000;
        margin-top: 35px;
        margin-bottom: 15px;
        border-bottom: 2px solid #e60012;
        padding-bottom: 5px;
    }
    .fuji-blog-content h3 {
        font-size: 18px;
        font-weight: 700;
        color: #111;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .fuji-blog-content p {
        margin-bottom: 15px;
        text-align: justify;
    }
    .fuji-blog-content a {
        color: #e60012;
        text-decoration: underline;
        font-weight: bold;
    }
    .fuji-blog-content img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 25px auto;
        border-radius: 4px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
    .table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 25px 0;
    }
    .tech-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 15px;
        min-width: 500px;
    }
    .tech-table th, .tech-table td {
        border: 1px solid #ddd;
        padding: 12px 10px;
        text-align: left;
    }
    .tech-table th {
        background-color: #f8f8f8;
        font-weight: bold;
        color: #000;
    }
    .expert-tip {
        background-color: #f0f7ff;
        border-left: 5px solid #0056b3;
        padding: 15px;
        margin: 25px 0;
        font-style: italic;
        border-radius: 0 4px 4px 0;
    }
    .field-test-box {
        background-color: #f9f9f9;
        border: 1px dashed #e60012;
        padding: 20px;
        margin: 25px 0;
        border-radius: 6px;
    }
    .field-test-title {
        font-weight: bold;
        color: #e60012;
        text-transform: uppercase;
        margin-bottom: 10px;
        display: block;
        font-size: 14px;
        letter-spacing: 1px;
    }
    .faq-item {
        margin-bottom: 15px;
        border: 1px solid #eee;
        padding: 15px;
        border-radius: 5px;
        background-color: #fff;
    }
    .faq-question {
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
        color: #000;
    }
    .fuji-blog-content > *:first-child {
        margin-top: 0;
    }
    @media (max-width: 600px) {
        .fuji-blog-content {
            padding: 0 10px;
        }
        .fuji-blog-content h2 {
            font-size: 20px;
        }
    }
