
    /* SCOPED CSS: Indonesian */
    #fuji-article-id {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        line-height: 1.6;
        color: #333;
        max-width: 900px;
        margin: 0 auto;
        padding: 20px;
        font-size: 16px;
        background-color: #fff;
    }
    #fuji-article-id h2 {
        font-size: 24px; color: #b22222; border-bottom: 2px solid #b22222;
        padding-bottom: 8px; margin-top: 40px; margin-bottom: 20px; font-weight: 700;
    }
    #fuji-article-id h3 {
        font-size: 20px; color: #444; margin-top: 25px; margin-bottom: 15px; font-weight: 600;
    }
    #fuji-article-id p { margin-bottom: 16px; text-align: justify; }
    #fuji-article-id ul, #fuji-article-id ol { margin-bottom: 20px; padding-left: 20px; }
    #fuji-article-id li { margin-bottom: 8px; }
    #fuji-article-id a {
        color: #b22222; text-decoration: none; font-weight: 500;
        border-bottom: 1px dotted #b22222; transition: all 0.3s ease;
    }
    #fuji-article-id a:hover { background-color: #fff0f0; }
    
    /* TOC */
    .qc-toc-wrapper {
        background-color: #f8f9fa; border: 1px solid #e9ecef; border-radius: 8px;
        padding: 20px; margin-bottom: 30px;
    }
    .qc-toc-title { font-weight: bold; font-size: 18px; margin-bottom: 12px; display: block; }
    .qc-toc-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px 20px; }
    
    /* Media */
    .fuji-media-wrapper { margin: 30px 0; text-align: center; width: 100%; }
    .fuji-media-wrapper img {
        max-width: 85%; width: 100%; height: auto; border-radius: 6px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08); border: 1px solid #eee; display: inline-block;
    }
    
    /* Tables */
    .fuji-table-responsive { overflow-x: auto; margin: 25px 0; border-radius: 6px; border: 1px solid #e9ecef; }
    .fuji-table { width: 100%; border-collapse: collapse; min-width: 500px; font-size: 15px; }
    .fuji-table th { background-color: #f1f3f5; font-weight: 700; text-align: left; padding: 12px 15px; color: #495057; }
    .fuji-table td { padding: 12px 15px; border-top: 1px solid #e9ecef; color: #555; }
    .fuji-table tr:nth-child(even) { background-color: #fcfcfc; }
    
    /* Highlights */
    .fuji-highlight-box { background-color: #fff9db; border-left: 5px solid #fab005; padding: 15px 20px; margin: 25px 0; border-radius: 0 6px 6px 0; }
    .fuji-pro-tip { background-color: #e6f7ff; border-left: 5px solid #1890ff; padding: 15px 20px; margin: 25px 0; border-radius: 0 6px 6px 0; }
    
    /* Author & FAQ */
    .fuji-author-box {
        display: flex; align-items: center; background-color: #f8f9fa;
        padding: 20px; border-radius: 8px; margin-top: 50px; border: 1px solid #e9ecef;
    }
    .fuji-author-text { margin-left: 15px; }
    .fuji-author-name { font-weight: bold; font-size: 18px; display: block; margin-bottom: 5px; }
    .fuji-author-role { font-size: 14px; color: #666; display: block; margin-bottom: 10px; }
    .fuji-faq-item { margin-bottom: 20px; background: #f8f9fa; padding: 15px; border-radius: 6px; }
    .fuji-faq-question { font-weight: 700; color: #b22222; margin-bottom: 8px; display: block; }

    @media (max-width: 768px) {
        #fuji-article-id { padding: 15px; }
        .fuji-media-wrapper img { max-width: 100%; }
        .qc-toc-list { flex-direction: column; gap: 8px; }
        .fuji-author-box { flex-direction: column; text-align: center; }
        .fuji-author-text { margin-left: 0; margin-top: 10px; }
    }
