
    /* SCOPED CSS: Professional, Responsive, E-E-A-T Optimized */
    #fuji-wirebrush-detail {
        font-family: 'Verdana', 'Segoe UI', Helvetica, sans-serif;
        line-height: 1.5; /* Tightened line height */
        color: #333;
        font-size: 16px;
        background-color: #fff;
        max-width: 100%;
        margin: 0 auto;
        padding: 10px; /* Reduced padding */
    }

    /* Headings */
    #fuji-wirebrush-detail h2 {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        border-bottom: 2px solid #ddd;
        padding-bottom: 8px;
        margin-top: 30px; /* Reduced margin */
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    #fuji-wirebrush-detail h2:first-of-type {
        margin-top: 0;
    }

    #fuji-wirebrush-detail h3 {
        font-size: 18px;
        font-weight: 600;
        color: #856404; /* Warning color for safety box */
        margin-top: 0;
        margin-bottom: 10px;
    }

    /* Paragraphs & Lists */
    #fuji-wirebrush-detail p {
        margin-bottom: 12px;
        text-align: justify;
    }

    #fuji-wirebrush-detail ul {
        padding-left: 20px;
        margin-bottom: 15px;
        list-style: none;
    }

    #fuji-wirebrush-detail li {
        margin-bottom: 8px;
    }

    /* Table Styling */
    .spec-table {
        width: 100%;
        border-collapse: collapse;
        min-width: 100%;
        font-size: 15px;
        margin-bottom: 20px;
    }

    .spec-table td {
        padding: 10px;
        border: 1px solid #ddd;
    }

    .spec-label {
        font-weight: 700;
        background-color: #f5f5f5;
        width: 35%;
        color: #000;
    }

    /* Advantage Grid */
    .advantage-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 20px;
    }

    .advantage-card {
        flex: 1 1 45%;
        background: #f9f9f9;
        padding: 15px;
        border-left: 4px solid #C41230;
        border-radius: 4px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

    .advantage-title {
        color: #000;
        font-weight: 700;
        display: block;
        margin-bottom: 5px;
    }

    /* Images */
    #fuji-wirebrush-detail img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 20px auto;
        border-radius: 4px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        border: 1px solid #eee;
    }

    /* Safety Box */
    .safety-box {
        background-color: #fff3cd;
        border: 1px solid #ffeeba;
        padding: 20px;
        border-radius: 6px;
        margin: 25px 0;
    }

    .safety-list {
        padding-left: 20px !important;
        list-style: disc !important;
        color: #856404;
    }

    /* FAQ */
    .faq-item {
        margin-bottom: 15px;
    }

    .faq-question {
        display: block;
        color: #000;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .faq-answer {
        color: #555;
        margin: 0;
    }

    /* CTA Box */
    .cta-box {
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        padding: 25px;
        text-align: center;
        margin-top: 30px;
        border-radius: 8px;
    }

    .cta-title {
        font-size: 18px;
        font-weight: 700;
        margin-top: 0;
        color: #000;
        margin-bottom: 15px;
    }

    .cta-link {
        color: #c41230;
        text-decoration: underline;
        font-weight: 700;
        margin: 0 10px;
    }

    /* Mobile Optimization */
    @media (max-width: 768px) {
        .advantage-card {
            flex: 1 1 100%;
        }
        #fuji-wirebrush-detail h2 {
            font-size: 18px;
            margin-top: 25px;
        }
    }
