     /* SCOPED CSS: Compact Feature Section */     #fuji-needle-feature {         font-family: 'Verdana', 'Segoe UI', Helvetica, sans-serif;         line-height: 1.4; /* Tighter line height */         color: #333;         font-size: 15px; /* Slightly smaller base font for compactness */         background-color: #fff;         max-width: 100%;     }      /* Headings - Reduced Margins */     #fuji-needle-feature h2 {         font-size: 16px; /* Reduced from 18px */         color: #000;         border-bottom: 1px solid #ddd;         padding-bottom: 4px;         margin-top: 12px; /* Reduced from 20px */         margin-bottom: 8px; /* Reduced from 15px */         font-weight: 700;         text-transform: uppercase;     }      #fuji-needle-feature h2:first-of-type {         margin-top: 0;     }      /* Compact List */     #fuji-needle-feature ul {         list-style: none;         padding: 0;         margin: 0;     }      #fuji-needle-feature li {         margin-bottom: 4px; /* Reduced from 8px */         display: flex;         align-items: baseline;     }      #fuji-needle-feature .icon-check {         color: #e60012; /* Fuji Red */         font-weight: bold;         margin-right: 8px;         font-size: 14px;     }      #fuji-needle-feature .icon-dot {         color: #333;         font-weight: bold;         margin-right: 6px;         font-size: 14px;     }      /* Compact Note Box */     #fuji-needle-feature .note-box {         background-color: #fff3cd;         border: 1px solid #ffeeba;         padding: 8px 12px; /* Reduced padding */         border-radius: 4px;         margin-top: 12px;         font-size: 13px;         color: #856404;         line-height: 1.3;     }      /* Compact Table */     #fuji-needle-feature table {         width: 100%;         border-collapse: collapse;         margin-top: 8px;         font-size: 14px;     }      #fuji-needle-feature th {         background-color: #f5f5f5;         border: 1px solid #ddd;         padding: 6px 8px; /* Reduced padding */         text-align: left;         font-weight: 700;         color: #000;     }      #fuji-needle-feature td {         border: 1px solid #ddd;         padding: 6px 8px; /* Reduced padding */         color: #333;     }      /* Mobile Optimization */     @media (max-width: 768px) {         #fuji-needle-feature {             font-size: 14px;         }     } 