
    .fuji-product-container { font-family: 'Verdana', 'Segoe UI', sans-serif; font-size: 16px; line-height: 1.8; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; background-color: #ffffff; }
    .fuji-author-badge { display: flex; align-items: center; background: #f8f9fc; border-left: 4px solid #0056b3; padding: 15px 20px; margin-bottom: 30px; border-radius: 0 6px 6px 0; }
    .fuji-author-text { font-size: 14.5px; color: #444; }
    .fuji-author-text strong { color: #0056b3; font-size: 16px; display: block; margin-bottom: 3px; }
    .fuji-product-container h2 { font-size: 24px; font-weight: 700; color: #111; border-bottom: 3px solid #0056b3; padding-bottom: 12px; margin: 40px 0 20px; text-transform: uppercase; letter-spacing: 0.5px; }
    .fuji-product-container h2:first-of-type { margin-top: 0; }
    .fuji-product-container h3 { font-size: 19px; font-weight: 700; color: #0056b3; margin: 30px 0 15px; background: #f4f7fb; padding: 8px 15px; border-radius: 4px; border-left: 4px solid #0056b3; }
    .fuji-product-container p { margin-bottom: 18px; text-align: justify; }
    .fuji-product-container ul { margin-bottom: 20px; padding-left: 25px; }
    .fuji-product-container li { margin-bottom: 10px; }
    .fuji-highlight-box { background-color: #fcf8e3; border: 1px solid #faebcc; padding: 20px; margin: 25px 0; border-radius: 6px; color: #8a6d3b; }
    .fuji-grid-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-bottom: 30px; }
    .fuji-grid-item { background: #fff; border: 1px solid #eaeaea; padding: 20px; border-radius: 6px; box-shadow: 0 4px 10px rgba(0,0,0,0.03); transition: transform 0.2s; }
    .fuji-grid-item:hover { transform: translateY(-3px); box-shadow: 0 6px 15px rgba(0,0,0,0.08); }
    .fuji-table-wrapper { overflow-x: auto; margin-bottom: 30px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); border-radius: 6px; }
    .fuji-spec-table { width: 100%; border-collapse: collapse; min-width: 600px; font-size: 15px; }
    .fuji-spec-table td, .fuji-spec-table th { border: 1px solid #eee; padding: 15px; text-align: center; }
    .fuji-spec-table th { background-color: #0056b3; font-weight: 700; color: #fff; }
    .fuji-spec-table tr:nth-child(even) { background-color: #f9f9f9; }
    .fuji-product-container img { max-width: 100%; height: auto; display: block; margin: 25px auto; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
    .fuji-link { color: #0056b3; text-decoration: none; font-weight: 700; border-bottom: 1px dotted #0056b3; transition: color 0.3s; }
    .fuji-link:hover { color: #003d82; border-bottom: 1px solid #003d82; }
    .fuji-faq-item { margin-bottom: 20px; border-bottom: 1px solid #eee; padding-bottom: 15px; }
    .fuji-faq-question { font-weight: 700; color: #111; display: block; margin-bottom: 8px; font-size: 17px; }
    @media (max-width: 768px) { .fuji-product-container { padding: 15px; } .fuji-product-container h2 { font-size: 21px; } }
