     /* SCOPED CSS: Compact layout for Product Features */     #fuji-features-v2 {         font-family: 'Verdana', 'Segoe UI', Helvetica, sans-serif;         line-height: 1.4; /* Tighter line height to save vertical space */         color: #333;         font-size: 15px; /* Optimal size for information density */         background-color: #fff;         max-width: 100%;     }      /* Section Headings */     #fuji-features-v2 h3 {         font-size: 16px;         color: #000;         border-bottom: 1px solid #eee;         padding-bottom: 5px;         margin-top: 5px;         margin-bottom: 8px;         font-weight: 700;         text-transform: uppercase;     }      /* Compact List Styling */     #fuji-features-v2 ul {         margin: 0 0 15px 0;         padding-left: 18px;         list-style-type: disc;     }      #fuji-features-v2 li {         margin-bottom: 5px; /* Minimal space between items */     }      #fuji-features-v2 strong {         color: #b22222; /* Highlight Key Benefits */         font-weight: 700;     }      /* Technical Specs Box */     #fuji-features-v2 .tech-specs {         background-color: #f9f9f9;         padding: 10px;         border-radius: 4px;         font-size: 14px;         border-left: 3px solid #b22222;     }      #fuji-features-v2 .tech-row {         display: flex;         justify-content: space-between;         margin-bottom: 4px;     }      #fuji-features-v2 .tech-label {         font-weight: 700;         color: #555;         min-width: 100px;     }      /* Mobile Optimization */     @media (max-width: 768px) {         #fuji-features-v2 { font-size: 16px; }          #fuji-features-v2 h3 { margin-top: 15px; }         #fuji-features-v2 .tech-row { flex-direction: column; }     } 