     /* Base Layout & Typography */     .fuji-product-container {       font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;       line-height: 1.6;       color: #333333;       max-width: 100%;       margin: 0 auto;     }      /* Highlights Section Styles */     .fuji-highlights-section {       margin-bottom: 30px;     }     .fuji-highlights-section h3 {       color: #009944; /* Brand Industrial Green */       border-bottom: 2px solid #009944;       padding-bottom: 8px;       font-size: 1.4em;       margin-bottom: 20px;     }          /* Simplified List Styles */     .fuji-simple-list {       list-style-type: disc;       padding-left: 20px;       margin: 0;       font-size: 16px; /* Ensuring font is at least 16px */     }     .fuji-simple-list li {       margin-bottom: 8px;     }     .fuji-simple-list strong {       color: #111;     }     .fuji-feature-note {       font-style: italic;       color: #666;       font-size: 0.9em;     }      /* Responsive Table Styles */     .fuji-spec-section h3 {       font-size: 1.3em;       margin-bottom: 15px;       color: #222;     }     .table-responsive {       overflow-x: auto;       -webkit-overflow-scrolling: touch;        box-shadow: 0 2px 8px rgba(0,0,0,0.05);       border-radius: 6px;     }     .fuji-spec-table {       width: 100%;       border-collapse: collapse;       min-width: 850px;        background-color: #fff;     }     .fuji-spec-table th,      .fuji-spec-table td {       border: 1px solid #e0e0e0;       padding: 12px 10px;       text-align: center;       font-size: 0.95em;     }     .fuji-spec-table th {       background-color: #009944;       color: #ffffff;       font-weight: 600;       white-space: nowrap;     }     .fuji-spec-table th small {       display: block;       font-weight: normal;       font-size: 0.85em;       margin-top: 4px;       color: #eaf5eb;     }     .fuji-spec-table tr:nth-child(even) {       background-color: #f9f9f9;     }     .fuji-spec-table tr:hover {       background-color: #f1f8f3;     }     .fuji-table-note {       font-size: 0.85em;       color: #666;       margin-top: 10px;       display: flex;       justify-content: space-between;       flex-wrap: wrap;       gap: 10px;     } 