     /* SCOPED CSS: Compact & Responsive Layout for Green Star */     #fuji-green-star-features {         font-family: 'Verdana', 'Segoe UI', Helvetica, sans-serif;         line-height: 1.4; /* Tight line height for compactness */         color: #333;         font-size: 15px; /* Balanced size */         background-color: #fff;         max-width: 100%;     }      /* Headings - Fuji Green */     #fuji-green-star-features h3 {         font-size: 16px;         color: #006400; /* Fuji Industrial Green */         border-bottom: 2px solid #006400;         padding-bottom: 5px;         margin-top: 5px;         margin-bottom: 10px;         font-weight: 700;         text-transform: uppercase;     }      /* Compact List */     #fuji-green-star-features ul {         margin: 0 0 15px 0;         padding-left: 18px;         list-style-type: disc;     }      #fuji-green-star-features li {         margin-bottom: 6px; /* Minimal vertical spacing */     }      /* Keywords - Fuji Green */     #fuji-green-star-features strong {         color: #006400; /* Fuji Industrial Green Accent */         font-weight: 700;     }      /* Material Application Box - Light Green Background */     #fuji-green-star-features .app-box {         background-color: #f2fbf2; /* Very Light Green Background */         padding: 12px;         border-radius: 4px;         margin-bottom: 15px;         border-left: 4px solid #006400; /* Green accent */         color: #333;     }      /* Image Styling */     #fuji-green-star-features img {         max-width: 600px; /* PC constraint */         width: 100%;      /* Mobile full width */         height: auto;         display: block;         margin-top: 10px;         border: 1px solid #eee;         border-radius: 3px;     }      /* Mobile Optimization */     @media (max-width: 768px) {         #fuji-green-star-features { font-size: 16px; }          #fuji-green-star-features h3 { margin-top: 20px; }     } 