     /* SCOPED CSS: Compact, Clean, and Mobile-Friendly */     #fuji-inverter-detail {         font-family: 'Verdana', 'Segoe UI', Helvetica, sans-serif;         line-height: 1.5;         color: #333;         font-size: 15px; /* Slightly reduced for compactness */         background-color: #fff;         max-width: 100%;     }      #fuji-inverter-detail .section-container {         max-width: 1200px;         margin: 0 auto;         padding: 0 15px 15px 15px; /* Reduced padding */     }      /* Headings */     #fuji-inverter-detail h2 {         font-size: 18px; /* Compact Heading */         color: #000;         border-bottom: 2px solid #b71c1c; /* Fuji Red */         padding-bottom: 6px;         margin-top: 20px;         margin-bottom: 15px;         font-weight: 700;         text-transform: uppercase;     }      #fuji-inverter-detail h2:first-of-type {         margin-top: 0;     }      /* Clean List Style - Compact & Professional */     #fuji-inverter-detail ul.clean-list {         list-style: none;         padding: 0;         margin: 0 0 20px 0;     }      #fuji-inverter-detail ul.clean-list li {         position: relative;         padding-left: 25px;         margin-bottom: 8px; /* Tight spacing */         color: #444;     }      /* Red Checkmark Icon */     #fuji-inverter-detail ul.clean-list li::before {         content: '✔';         position: absolute;         left: 0;         top: 0;         color: #b71c1c;         font-weight: bold;         font-size: 16px;     }      #fuji-inverter-detail strong {         color: #222;         font-weight: 700;     }      /* Responsive Images - Max 600px */     #fuji-inverter-detail img {         display: block;         width: 100%;         max-width: 600px; /* Strict Limit */         height: auto !important;         border-radius: 4px;         margin: 15px 0;         border: 1px solid #eee;     }      /* Spec Note Text */     #fuji-inverter-detail .spec-text {         margin-bottom: 10px;         font-style: italic;         color: #555;     }      /* Note Box */     #fuji-inverter-detail .note-box {         background-color: #fff3e0; /* Light Orange */         border-left: 4px solid #ff9800;         padding: 10px;         margin-top: 15px;         font-size: 13px; /* Smaller font for disclaimer */         color: #555;     }      /* Mobile Optimization */     @media (max-width: 768px) {         #fuji-inverter-detail .section-container {             padding: 0 10px 15px 10px;         }     } 