     /* SCOPED CSS: Compact & Responsive Layout for Super F2 */     #fuji-super-f2-features {         font-family: 'Verdana', 'Segoe UI', Helvetica, sans-serif;         line-height: 1.4; /* Tight line height */         color: #333;         font-size: 15px; /* Balanced size */         background-color: #fff;         max-width: 100%;     }      /* Headings - Fuji Red */     #fuji-super-f2-features h3 {         font-size: 16px;         color: #b22222; /* Fuji Industrial Red */         border-bottom: 1px solid #eee;         padding-bottom: 5px;         margin-top: 5px;         margin-bottom: 8px;         font-weight: 700;         text-transform: uppercase;     }      /* Compact List */     #fuji-super-f2-features ul {         margin: 0 0 12px 0;         padding-left: 18px;         list-style-type: disc;     }      #fuji-super-f2-features li {         margin-bottom: 5px;     }      /* Keywords - Fuji Red Accent */     #fuji-super-f2-features strong {         color: #b22222;          font-weight: 700;     }      /* Application Box - Neutral/Red Accent */     #fuji-super-f2-features .app-box {         background-color: #f9f9f9; /* Neutral Grey Background */         padding: 10px;         border-radius: 4px;         margin-bottom: 10px;         border-left: 3px solid #b22222; /* Red border */         font-size: 14px;     }      /* Image Styling */     #fuji-super-f2-features img {         max-width: 500px;          width: 100%;         height: auto;         display: block;         margin-top: 5px;         border: 1px solid #eee;         border-radius: 3px;     }      /* Mobile Optimization */     @media (max-width: 768px) {         #fuji-super-f2-features { font-size: 16px; }          #fuji-super-f2-features h3 { margin-top: 15px; }     } 