
    .fuji-product-container { font-family: Verdana, Arial, sans-serif; font-size: 16px; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; background-color: #fff; }
    .fuji-product-container h2 { font-size: 22px; font-weight: 700; color: #000; border-bottom: 2px solid #b71c1c; padding-bottom: 8px; margin-top: 35px; margin-bottom: 15px; text-transform: uppercase; }
    .fuji-product-container h2:first-of-type { margin-top: 0; }
    .fuji-product-container h3 { font-size: 18px; font-weight: 600; color: #444; margin-top: 25px; margin-bottom: 10px; border-left: 4px solid #b71c1c; padding-left: 10px; }
    .fuji-product-container p { margin-bottom: 15px; text-align: justify; }
    .fuji-product-container ul { margin-bottom: 20px; padding-left: 20px; }
    .fuji-product-container li { margin-bottom: 8px; }
    .fuji-product-container img { max-width: 100%; height: auto; display: block; margin: 20px auto; border-radius: 4px; box-shadow: 0 4px 10px rgba(0,0,0,0.08); }
    .fuji-table-wrapper { overflow-x: auto; margin-bottom: 25px; border: 1px solid #ddd; }
    .fuji-table { width: 100%; border-collapse: collapse; min-width: 600px; font-size: 15px; }
    .fuji-table th, .fuji-table td { border: 1px solid #ddd; padding: 12px; text-align: left; }
    .fuji-table th { background-color: #f4f4f4; font-weight: bold; color: #000; }
    .fuji-faq { background-color: #f9f9f9; padding: 20px; border-radius: 5px; margin-top: 25px; border: 1px solid #eee; }
    .fuji-faq-item { margin-bottom: 15px; border-bottom: 1px solid #e5e5e5; padding-bottom: 15px; }
    .fuji-faq-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
    .fuji-faq-question { font-weight: bold; color: #b71c1c; display: block; margin-bottom: 8px; font-size: 17px; }
    .fuji-link { color: #b71c1c; text-decoration: none; font-weight: bold; border-bottom: 1px dotted #b71c1c; transition: all 0.3s ease; }
    .fuji-link:hover { background-color: #fce4e4; }
    @media (max-width: 768px) { 
        .fuji-product-container { padding: 15px; } 
        .fuji-product-container h2 { margin-top: 25px; font-size: 20px; } 
    }
