     /* SCOPED CSS: Fuji General Purpose Disc Features */     #fuji-general-features {         font-family: 'Verdana', 'Segoe UI', Helvetica, sans-serif;         line-height: 1.5;         color: #333;         font-size: 15px;         background-color: #fff;         width: 100%;         box-sizing: border-box;         padding: 5px 0;     }      /* Headings - Black with Red Bottom Border */     #fuji-general-features h3 {         font-size: 16px;         color: #000;         border-bottom: 2px solid #b22222; /* Fuji Red */         padding-bottom: 5px;         margin-top: 5px;         margin-bottom: 12px;         font-weight: 700;         text-transform: uppercase;         text-align: left;     }      /* Feature List Styling */     #fuji-general-features ul {         margin: 0 0 15px 0;         padding-left: 0;         list-style-type: none;     }      #fuji-general-features li {         margin-bottom: 6px;         padding-left: 20px;         position: relative;         text-align: left;     }      /* Red Checkmark Icon */     #fuji-general-features li::before {         content: "✔";          color: #b22222;         font-size: 12px;         font-weight: bold;         position: absolute;         left: 0;         top: 2px;     }      /* Strong Keywords - Black */     #fuji-general-features strong {         color: #000;         font-weight: 700;     }      /* Technical Highlights Box - Neutral Gray with Red Accent */     #fuji-general-features .tech-box {         background-color: #fcfcfc;         padding: 12px;         border-radius: 4px;         margin-bottom: 10px;         border-left: 4px solid #b22222;         border-top: 1px solid #eee;         border-right: 1px solid #eee;         border-bottom: 1px solid #eee;         font-size: 14px;         text-align: left;     }      /* Tech Item Styling */     #fuji-general-features .tech-item {         display: block;         margin-bottom: 6px;     }      #fuji-general-features .tech-label {         color: #b22222;         font-weight: 700;         text-transform: uppercase;         font-size: 12px;         margin-right: 5px;     }      /* Mobile Optimization */     @media (max-width: 768px) {         #fuji-general-features { font-size: 16px; }      } 