
    /* Scoped CSS */
    #fuji-superflex-detail { font-family: 'Verdana', 'Segoe UI', sans-serif; line-height: 1.6; color: #333; font-size: 16px; background-color: #fff; }
    #fuji-superflex-detail .article-container { max-width: 1200px; margin: 0 auto; padding: 20px; }
    
    /* Typography */
    #fuji-superflex-detail h2 { font-size: 24px; color: #000; border-bottom: 2px solid #27ae60; padding-bottom: 8px; margin-top: 40px; margin-bottom: 20px; font-weight: 700; }
    #fuji-superflex-detail h2:first-of-type { margin-top: 0; }
    #fuji-superflex-detail h3 { font-size: 20px; color: #2c3e50; margin-top: 30px; margin-bottom: 15px; font-weight: 600; border-left: 5px solid #27ae60; padding-left: 15px; background: #f9f9f9; padding-top: 5px; padding-bottom: 5px; }
    #fuji-superflex-detail p { margin-bottom: 15px; text-align: justify; }
    
    /* Links */
    #fuji-superflex-detail a { color: #27ae60; text-decoration: none; font-weight: 600; border-bottom: 1px dotted #27ae60; }
    
    /* Comparison Box */
    #fuji-superflex-detail .comparison-box { background: #f0fdf4; border: 1px solid #bbf7d0; padding: 20px; border-radius: 8px; margin: 30px 0; }
    #fuji-superflex-detail .comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 15px; }
    #fuji-superflex-detail .comp-col { background: #fff; padding: 15px; border-radius: 6px; border: 1px solid #e5e7eb; }
    #fuji-superflex-detail .comp-title { font-weight: bold; display: block; margin-bottom: 10px; color: #166534; font-size: 18px; text-align: center; }
    
    /* Feature Grid */
    #fuji-superflex-detail .feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-bottom: 25px; }
    #fuji-superflex-detail .feature-item { background: #f9f9f9; padding: 15px; border: 1px solid #eee; border-radius: 6px; font-size: 15px; }
    #fuji-superflex-detail .feature-item strong { color: #27ae60; display: block; margin-bottom: 5px; }
    
    /* Images */
    #fuji-superflex-detail .media-wrapper { text-align: center; margin: 25px 0; }
    #fuji-superflex-detail .media-wrapper img { max-width: 600px; width: 100%; height: auto; border-radius: 6px; box-shadow: 0 4px 10px rgba(0,0,0,0.08); }
    
    /* Tables */
    #fuji-superflex-detail .table-wrapper { overflow-x: auto; margin-bottom: 20px; }
    #fuji-superflex-detail table { width: 100%; border-collapse: collapse; min-width: 600px; font-size: 15px; }
    #fuji-superflex-detail th, #fuji-superflex-detail td { padding: 12px; border: 1px solid #ddd; text-align: left; }
    #fuji-superflex-detail th { background-color: #eafaf1; font-weight: 700; color: #000; }
    
    /* FAQ */
    #fuji-superflex-detail .faq-item { background: #fff; border: 1px solid #eee; padding: 15px; margin-bottom: 10px; border-radius: 6px; }
    #fuji-superflex-detail .faq-question { font-weight: 700; color: #000; display: block; margin-bottom: 5px; }
    
    /* Mobile */
    @media (max-width: 768px) {
        #fuji-superflex-detail .feature-grid, #fuji-superflex-detail .comparison-grid { grid-template-columns: 1fr; }
        #fuji-superflex-detail h2 { font-size: 20px; }
    }
