     /* SCOPED CSS: Clean List Style (No Grid Boxes) */     #fuji-feature-spec-clean {         font-family: 'Verdana', 'Segoe UI', Helvetica, sans-serif;         line-height: 1.6;         color: #333;         font-size: 16px;         background-color: #fff;         max-width: 100%;     }      #fuji-feature-spec-clean .section-container {         max-width: 1200px;         margin: 0 auto;         padding: 0 15px 20px 15px;     }      /* Headings */     #fuji-feature-spec-clean h2 {         font-size: 20px;         color: #000;         border-bottom: 2px solid #b71c1c; /* Fuji Red */         padding-bottom: 8px;         margin-top: 25px;         margin-bottom: 20px;         font-weight: 700;         text-transform: uppercase;     }      #fuji-feature-spec-clean h2:first-of-type {         margin-top: 0;     }      /* Clean List Style - No Boxes/Grids */     #fuji-feature-spec-clean ul.clean-feature-list {         list-style: none; /* Remove default bullets */         padding: 0;         margin: 0 0 30px 0;     }      #fuji-feature-spec-clean ul.clean-feature-list li {         position: relative;         padding-left: 30px; /* Space for the icon */         margin-bottom: 12px;         font-size: 16px;         color: #444;     }      /* Custom Checkmark Icon */     #fuji-feature-spec-clean ul.clean-feature-list li::before {         content: '✔'; /* You can change this to '•' for a dot */         position: absolute;         left: 0;         top: 0;         color: #b71c1c; /* Fuji Red Color */         font-weight: bold;         font-size: 18px;         line-height: 1.5;     }      /* Responsive Images - Max 600px */     #fuji-feature-spec-clean img {         display: block;         width: 100%;         max-width: 600px; /* Strict 600px Limit */         height: auto !important;         border-radius: 4px;         margin: 20px 0;         border: 1px solid #eee;     }      /* Note Box */     #fuji-feature-spec-clean .note-box {         background-color: #fff3e0; /* Light Orange */         border-left: 4px solid #ff9800;         padding: 12px;         margin-top: 15px;         font-size: 14px;         color: #555;     } 