
    .fuji-wirebrush-detail { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; color: #333; font-size: 16px; background-color: #fff; max-width: 100%; margin: 0 auto; padding: 15px; }
    .fuji-wirebrush-detail h2 { font-size: 22px; font-weight: 700; color: #111; border-bottom: 2px solid #e0e0e0; padding-bottom: 10px; margin-top: 35px; margin-bottom: 20px; text-transform: uppercase; }
    .fuji-wirebrush-detail h2:first-of-type { margin-top: 0; }
    .fuji-wirebrush-detail h3 { font-size: 19px; font-weight: 600; color: #b71c1c; margin-top: 0; margin-bottom: 15px; }
    .fuji-wirebrush-detail p { margin-bottom: 15px; text-align: justify; }
    .fuji-wirebrush-detail ul { padding-left: 20px; margin-bottom: 20px; list-style: none; }
    .fuji-wirebrush-detail li { margin-bottom: 10px; position: relative; padding-left: 25px; }
    .check-icon { position: absolute; left: 0; color: #e60012; font-weight: bold; }
    
    .spec-table { width: 100%; border-collapse: collapse; min-width: 100%; font-size: 15px; margin-bottom: 25px; }
    .spec-table td { padding: 12px; border: 1px solid #e0e0e0; }
    .spec-label { font-weight: 700; background-color: #f5f5f5; width: 35%; color: #222; }
    
    .advantage-grid { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 30px; }
    .advantage-card { flex: 1 1 45%; background: #f8f9fa; padding: 20px; border-left: 5px solid #C41230; border-radius: 4px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
    .advantage-title { color: #000; font-weight: 700; display: block; margin-bottom: 8px; font-size: 17px; }
    
    .fuji-wirebrush-detail img { max-width: 100%; height: auto; display: block; margin: 25px auto; border-radius: 4px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); border: 1px solid #eee; }
    
    .safety-box { background-color: #fff8e1; border: 1px solid #ffe0b2; padding: 20px; border-radius: 6px; margin: 30px 0; }
    .safety-list { padding-left: 20px !important; list-style: disc !important; color: #bf360c; }
    .faq-item { margin-bottom: 20px; border-bottom: 1px solid #eee; padding-bottom: 15px; }
    .faq-question { display: block; color: #000; font-weight: 700; margin-bottom: 8px; font-size: 17px; }
    
    .cta-box { background-color: #fff; border: 1px solid #e0e0e0; box-shadow: 0 5px 15px rgba(0,0,0,0.05); padding: 30px; text-align: center; margin-top: 40px; border-radius: 8px; }
    .cta-title { font-size: 20px; font-weight: 700; margin-top: 0; color: #000; margin-bottom: 10px; }
    .cta-link { color: #c41230; text-decoration: none; font-weight: 700; margin: 0 15px; border-bottom: 2px solid transparent; transition: 0.3s; }
    .cta-link:hover { border-bottom: 2px solid #c41230; }

    @media (max-width: 768px) { .advantage-card { flex: 1 1 100%; } .spec-label { width: 45%; } }
