
    /* Korean specific font adjustment */
    .fuji-product-container { font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif; font-size: 16px; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 15px; }
    .fuji-product-container h1 { font-size: 24px; font-weight: 700; color: #000; margin-bottom: 20px; border-bottom: 3px solid #3598db; padding-bottom: 10px; word-break: keep-all; }
    .fuji-product-container h2 { font-size: 20px; font-weight: 700; color: #000; margin-top: 35px; margin-bottom: 15px; }
    .fuji-product-container h3 { font-size: 18px; font-weight: 600; color: #444; margin-top: 20px; margin-bottom: 10px; }
    .fuji-product-container p { margin-bottom: 12px; text-align: justify; word-break: keep-all; }
    .fuji-product-container img { max-width: 100%; height: auto; display: block; margin: 25px auto; border-radius: 6px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
    .table-wrapper { overflow-x: auto; margin-bottom: 25px; border-radius: 6px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
    .fuji-spec-table { width: 100%; border-collapse: collapse; min-width: 600px; }
    .fuji-spec-table th, .fuji-spec-table td { border: 1px solid #e0e0e0; padding: 14px; text-align: center; font-size: 15px; }
    .fuji-spec-table th { background-color: #f1f8ff; font-weight: 700; color: #2c3e50; }
    .fuji-spec-table tr:nth-child(even) { background-color: #fafafa; }
    .feature-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 25px; }
    @media (min-width: 768px) { .feature-grid { grid-template-columns: 1fr 1fr; } }
    .feature-item { background: #fff; border-left: 5px solid #3598db; padding: 18px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); border-radius: 0 4px 4px 0; }
    .fuji-link { color: #3598db; text-decoration: none; font-weight: 600; }
    .fuji-link:hover { text-decoration: underline; }
    .highlight-box { background-color: #eef7fc; padding: 20px; border-radius: 8px; margin: 25px 0; border: 1px solid #d6eaf8; word-break: keep-all; }
    .fuji-list { padding-left: 20px; margin-bottom: 20px; }
    .fuji-list li { margin-bottom: 8px; word-break: keep-all; }
