
    /* Scoped Container ID */
    #fuji-custom-content {
        font-family: 'Verdana', sans-serif;
        line-height: 1.6;
        color: #333;
        font-size: 16px;
    }

    /* Container Configuration */
    #fuji-custom-content .article-container {
        max-width: 1200px; /* Adjusted for better reading width */
        width: 96%;
        margin: 0 auto;
        padding: 0 0 60px 0;
        background-color: #fff;
    }

    /* Typography */
    #fuji-custom-content h2 {
        font-size: 26px;
        font-weight: 700;
        margin-top: 50px;
        margin-bottom: 25px;
        border-bottom: 2px solid #BA0C2F; /* Fuji Brand Red */
        padding-bottom: 10px;
        color: #111;
    }

    #fuji-custom-content h3 {
        font-size: 20px;
        font-weight: 600;
        margin-top: 35px;
        margin-bottom: 15px;
        color: #222;
        background-color: #f9f9f9;
        padding: 15px;
        border-left: 5px solid #BA0C2F;
        border-radius: 0 4px 4px 0;
    }

    #fuji-custom-content p {
        margin-bottom: 18px;
        text-align: left;
        color: #444;
        margin-top: 0;
        line-height: 1.8;
    }

    /* Lists */
    #fuji-custom-content ul, #fuji-custom-content ol {
        margin-bottom: 25px;
        padding-left: 20px;
        line-height: 1.7;
    }
    #fuji-custom-content li {
        margin-bottom: 12px;
    }

    /* Internal Links */
    #fuji-custom-content a {
        color: #0056b3;
        text-decoration: none;
        font-weight: 600;
        transition: color 0.3s ease;
        border-bottom: 1px dotted #0056b3;
    }
    #fuji-custom-content a:hover {
        color: #BA0C2F;
        border-bottom: 1px solid #BA0C2F;
    }

    /* Visual Elements & Responsive Video */
    #fuji-custom-content .media-wrapper {
        text-align: center;
        margin: 40px 0;
        background: #f4f4f4;
        padding: 20px;
        border-radius: 8px;
    }
    #fuji-custom-content .responsive-img {
        max-width: 100%;
        height: auto;
        border-radius: 6px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        border: 1px solid #ddd;
    }
    #fuji-custom-content .video-container {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
        height: 0;
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    }
    #fuji-custom-content .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
    #fuji-custom-content .caption {
        font-size: 14px;
        color: #666;
        margin-top: 12px;
        font-style: italic;
    }

    /* Enhanced Data Table */
    #fuji-custom-content .data-table {
        width: 100%;
        border-collapse: collapse;
        margin: 30px 0;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        font-size: 15px;
    }
    #fuji-custom-content .data-table th, 
    #fuji-custom-content .data-table td {
        border: 1px solid #e0e0e0;
        padding: 15px;
        text-align: center;
    }
    #fuji-custom-content .data-table th {
        background-color: #f4f4f4;
        color: #000;
        font-weight: 700;
        text-align: left;
    }
    #fuji-custom-content .data-table td:first-child {
        text-align: left;
        font-weight: 600;
        background-color: #fafafa;
    }
    #fuji-custom-content .highlight-row {
        background-color: #fff9f9;
        border-left: 4px solid #BA0C2F;
    }

    /* Feature Grid System */
    #fuji-custom-content .grid-container {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    #fuji-custom-content .grid-item {
        flex: 1 1 300px;
        background: #fff;
        padding: 25px;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        border-top: 4px solid #BA0C2F;
        transition: transform 0.3s ease;
    }
    #fuji-custom-content .grid-item:hover {
        transform: translateY(-5px);
    }

    /* Case Study Box */
    #fuji-custom-content .feature-box {
        background-color: #f8fcfd;
        border: 1px solid #e1eef5;
        padding: 30px;
        border-radius: 8px;
        margin: 40px 0;
    }
    #fuji-custom-content .tag {
        background-color: #0056b3;
        color: #fff;
        padding: 6px 14px;
        text-transform: uppercase;
        font-size: 12px;
        border-radius: 4px;
        font-weight: bold;
        display: inline-block;
        margin-bottom: 15px;
        letter-spacing: 0.5px;
    }
    #fuji-custom-content .tag.red {
        background-color: #BA0C2F;
    }

    /* Author Bio Box */
    #fuji-custom-content .author-box {
        background-color: #f9f9f9;
        padding: 30px;
        border-top: 4px solid #333;
        margin-top: 60px;
        border-radius: 4px;
        display: flex;
        gap: 25px;
        align-items: center;
    }
    #fuji-custom-content .author-avatar {
        width: 80px;
        height: 80px;
        background-color: #BA0C2F;
        border-radius: 50%;
        flex-shrink: 0;
        display: flex; 
        align-items: center;
        justify-content: center;
        font-weight: bold;
        color: #fff;
        font-size: 28px;
        box-shadow: 0 4px 10px rgba(186,12,47,0.3);
    }

    /* FAQ */
    #fuji-custom-content .faq-item {
        margin-bottom: 15px;
        border: 1px solid #eee;
        padding: 20px 25px;
        border-radius: 6px;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.02);
    }
    #fuji-custom-content .faq-question {
        font-weight: 700;
        font-size: 17px;
        color: #0056b3;
        display: block;
        margin-bottom: 10px;
    }

    /* Mobile Optimization */
    @media (max-width: 768px) {
        #fuji-custom-content .article-container { 
            width: 100%; 
            padding: 0 15px 30px 15px; 
        }
        #fuji-custom-content h2 { 
            font-size: 22px; 
            margin-top: 30px; 
        }
        #fuji-custom-content .data-table { 
            display: block; 
            overflow-x: auto; 
            white-space: nowrap; 
        }
        #fuji-custom-content .author-box { 
            flex-direction: column; 
            text-align: center; 
        }
        #fuji-custom-content .grid-item {
            flex: 1 1 100%;
        }
    }
