
/* SCOPED CSS: 16px Base Font Enforcement */
#fuji-hgp4260-detail { 
    font-family: 'Segoe UI', Verdana, sans-serif; 
    line-height: 1.6; 
    color: #333; 
    max-width: 100%; 
    margin: 0; 
}

/* Enforce 16px */
#fuji-hgp4260-detail p,
#fuji-hgp4260-detail li,
#fuji-hgp4260-detail td,
#fuji-hgp4260-detail th,
#fuji-hgp4260-detail span,
#fuji-hgp4260-detail div {
    font-size: 16px !important;
}

#fuji-hgp4260-detail .article-container { max-width: 1200px; margin: 0 auto; padding: 20px; }

/* Headings */
#fuji-hgp4260-detail h2 { font-size: 20px !important; color: #000; border-bottom: 2px solid #b71c1c; padding-bottom: 10px; margin-top: 40px; margin-bottom: 20px; font-weight: 700; text-transform: uppercase; }
#fuji-hgp4260-detail h2:first-of-type { margin-top: 0; }
#fuji-hgp4260-detail h3 { font-size: 18px !important; color: #444; margin-top: 25px; margin-bottom: 15px; font-weight: 600; border-left: 4px solid #b71c1c; padding-left: 15px; }

#fuji-hgp4260-detail p { margin-bottom: 15px; text-align: justify; }
#fuji-hgp4260-detail ul, #fuji-hgp4260-detail ol { margin-bottom: 20px; padding-left: 20px; }
#fuji-hgp4260-detail li { margin-bottom: 8px; }

/* Image Optimization */
#fuji-hgp4260-detail img { 
    max-width: 100% !important; 
    height: auto !important; 
    border-radius: 4px; 
    display: block; 
    margin: 25px auto; 
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
#fuji-hgp4260-detail img.hero-img { max-width: 600px !important; }

/* Tables */
#fuji-hgp4260-detail .table-wrapper { overflow-x: auto; margin-bottom: 30px; border: 1px solid #ddd; }
#fuji-hgp4260-detail table { width: 100%; border-collapse: collapse; min-width: 600px; }
#fuji-hgp4260-detail th, #fuji-hgp4260-detail td { padding: 12px; border: 1px solid #ddd; text-align: left; }
#fuji-hgp4260-detail th { background-color: #f8f8f8; font-weight: 700; color: #000; }

/* Grid Layout */
#fuji-hgp4260-detail .image-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 20px; 
    margin-bottom: 30px; 
}
#fuji-hgp4260-detail .image-grid-item { 
    text-align: center; 
    background-color: #f9f9f9; 
    padding: 15px; 
    border-radius: 6px; 
    border: 1px solid #eee;
}
#fuji-hgp4260-detail .image-grid-item img { 
    max-height: 200px; 
    object-fit: contain; 
    width: auto; 
    margin: 0 auto 10px auto; 
    box-shadow: none; 
}

/* Components */
#fuji-hgp4260-detail .tech-highlight { background-color: #e3f2fd; border-left: 5px solid #2196f3; padding: 20px; margin: 30px 0; border-radius: 4px; }
#fuji-hgp4260-detail a { color: #b71c1c; text-decoration: underline; font-weight: 600; }

@media (max-width: 768px) {
    #fuji-hgp4260-detail .image-grid { grid-template-columns: 1fr; }
    #fuji-hgp4260-detail h2 { font-size: 18px !important; margin-top: 30px; }
    #fuji-hgp4260-detail .article-container { padding: 15px; }
}
