     /* SCOPED CSS: Fuji KIREMONO Premium Features - Clean Red Accent */     #fuji-kiremono-features {         font-family: 'Verdana', 'Segoe UI', Helvetica, sans-serif;         line-height: 1.5;         color: #333;         font-size: 15px; /* Balanced for readability */         background-color: #fff;         max-width: 100%;         box-sizing: border-box;         padding: 5px 0;     }      /* Headings - Premium Red Accent */     #fuji-kiremono-features h3 {         font-size: 16px;         color: #b22222; /* Fuji Industrial Red */         border-bottom: 2px solid #b22222;         padding-bottom: 5px;         margin-top: 5px;         margin-bottom: 12px;         font-weight: 700;         text-transform: uppercase;     }      /* List Styling */     #fuji-kiremono-features ul {         margin: 0 0 15px 0;         padding-left: 0;         list-style-type: none;     }      #fuji-kiremono-features li {         margin-bottom: 7px;         padding-left: 20px;         position: relative;     }      /* Star Icon for "The Best" Product (Red Accent) */     #fuji-kiremono-features li::before {         content: "★";          color: #b22222;         font-size: 14px;         position: absolute;         left: 0;         top: 1px;     }      /* Keywords - Red Accent */     #fuji-kiremono-features strong {         color: #b22222;          font-weight: 700;     }      /* Application Box - Neutral Background with Red Border Accent */     #fuji-kiremono-features .app-box {         background-color: #f9f9f9; /* Changed to subtle neutral gray */         padding: 12px;         border-radius: 4px;         margin-bottom: 10px;         border-left: 4px solid #b22222; /* Keep the red accent border */         border: 1px solid #eee; /* Add subtle definition border */         font-size: 14px;     }      /* Sub-labels */     #fuji-kiremono-features .app-label {         font-weight: 700;         color: #555;         display: block;         margin-bottom: 5px;         text-transform: uppercase;         font-size: 12px;         letter-spacing: 0.5px;     }      /* Mobile Optimization */     @media (max-width: 768px) {         #fuji-kiremono-features { font-size: 16px; }      } 