     /* SCOPED CSS: Compact Feature Section for Wire Brushes */     #fuji-wire-feature {         font-family: 'Verdana', 'Segoe UI', Helvetica, sans-serif;         line-height: 1.4;          color: #333;         font-size: 15px;         background-color: #fff;         max-width: 100%;     }      #fuji-wire-feature .section-container {         max-width: 1200px;         margin: 0 auto;         padding: 0 15px 15px 15px;     }      /* Headings */     #fuji-wire-feature h2 {         font-size: 18px;         color: #000;         border-bottom: 2px solid #b71c1c;          padding-bottom: 6px;         margin-top: 15px;         margin-bottom: 12px;         font-weight: 700;         text-transform: uppercase;     }      #fuji-wire-feature h2:first-of-type {         margin-top: 0;     }      /* Sub-labels for images */     #fuji-wire-feature h3 {         font-size: 15px;         color: #555;         margin-top: 12px; /* Reduced margin */         margin-bottom: 4px;         font-weight: 700;     }      /* Compact Clean List */     #fuji-wire-feature ul.clean-list {         list-style: none;         padding: 0;         margin: 0 0 15px 0;     }      #fuji-wire-feature ul.clean-list li {         position: relative;         padding-left: 20px;         margin-bottom: 6px;          color: #444;     }      #fuji-wire-feature ul.clean-list li::before {         content: '✔';         position: absolute;         left: 0;         top: 0;         color: #b71c1c;         font-weight: bold;         font-size: 14px;     }      #fuji-wire-feature strong {         color: #000;         font-weight: 700;     }      /* Responsive Images - Height Compressed via Width Limit */     #fuji-wire-feature img {         display: block;         width: 100%;         max-width: 480px; /* Reduced from 600px to compress height */         height: auto !important;         border-radius: 4px;         margin: 5px 0 10px 0; /* Reduced bottom margin */         border: 1px solid #eee;     }          /* Specific tweak for very wide/short images to prevent them becoming too small */     #fuji-wire-feature img[alt*="High Power"],      #fuji-wire-feature img[alt*="Bevel"] {         max-width: 550px; /* Keep these wider strips slightly larger for readability */     }      /* Note Box */     #fuji-wire-feature .note-box {         background-color: #fff3e0;          border-left: 4px solid #ff9800;         padding: 8px 12px;         margin-top: 10px;         font-size: 13px;         color: #555;         line-height: 1.4;     }      /* Mobile Optimization */     @media (max-width: 768px) {         #fuji-wire-feature .section-container {             padding: 0 10px 10px 10px;         }     } 