     /* Scoped Styles for Top Feature Section */     .fuji-top-features {         font-family: Verdana, Arial, sans-serif;         font-size: 16px;         line-height: 1.4; /* Tighter line height for compactness */         color: #333;         margin-bottom: 20px;     }      /* Headers */     .fuji-header {         color: #000;         font-weight: bold;         display: block;         margin-top: 10px;         margin-bottom: 5px;     }      /* List Styling */     .fuji-top-features ul {         margin: 0 0 15px 0;         padding-left: 20px;         list-style-type: disc;     }      .fuji-top-features li {         margin-bottom: 3px; /* Compact spacing */     }      /* Bold text styling */     .fuji-top-features li strong {         color: #000;     }      /* Text styling */     .fuji-top-features p {         margin: 0;         text-align: justify;     } 