     /* SCOPED CSS: Compact & Responsive Layout */     #fuji-jitan-features {         font-family: 'Verdana', 'Segoe UI', Helvetica, sans-serif;         line-height: 1.4; /* Tight line height for compactness */         color: #333;         font-size: 15px; /* Optimal reading size */         background-color: #fff;         max-width: 100%;     }      /* Tagline */     #fuji-jitan-features .tagline {         font-style: italic;         color: #b22222;         font-weight: 700;         margin-bottom: 10px;         display: block;         font-size: 16px;     }      /* Headings */     #fuji-jitan-features h3 {         font-size: 16px;         color: #000;         border-bottom: 1px solid #eee;         padding-bottom: 5px;         margin-top: 10px;         margin-bottom: 8px;         font-weight: 700;         text-transform: uppercase;     }      /* Compact List */     #fuji-jitan-features ul {         margin: 0 0 12px 0;         padding-left: 18px;         list-style-type: disc;     }      #fuji-jitan-features li {         margin-bottom: 5px; /* Minimal spacing */     }      #fuji-jitan-features strong {         color: #333;         font-weight: 700;     }      /* Material Tags */     #fuji-jitan-features .material-tag {         display: inline-block;         background: #f4f4f4;         padding: 2px 6px;         border-radius: 3px;         font-size: 13px;         margin-right: 4px;         margin-bottom: 4px;         border: 1px solid #ddd;     }      /* Image Wrapper */     #fuji-jitan-features .spec-wrapper {         margin-top: 10px;         width: 100%;     }      #fuji-jitan-features img {         max-width: 600px; /* Limits width on PC */         width: 100%;      /* Full width on Mobile */         height: auto;         border: 1px solid #eee;         border-radius: 3px;     }      /* Footer Note */     #fuji-jitan-features .note {         font-size: 13px;         color: #666;         margin-top: 5px;     }      /* Mobile Optimization */     @media (max-width: 768px) {         #fuji-jitan-features { font-size: 16px; }         #fuji-jitan-features h3 { margin-top: 15px; }     } 