     /* SCOPED CSS: Compact layout for 7-inch Wheel Features */     #fuji-7in-features {         font-family: 'Verdana', 'Segoe UI', Helvetica, sans-serif;         line-height: 1.4; /* Tighter line height to save vertical space */         color: #333;         font-size: 15px; /* Optimal size for information density */         background-color: #fff;         max-width: 100%;     }      /* Section Headings */     #fuji-7in-features h3 {         font-size: 16px;         color: #000;         border-bottom: 1px solid #eee;         padding-bottom: 5px;         margin-top: 5px;         margin-bottom: 8px;         font-weight: 700;         text-transform: uppercase;     }      /* Compact List Styling */     #fuji-7in-features ul {         margin: 0 0 12px 0;         padding-left: 18px;         list-style-type: disc;     }      #fuji-7in-features li {         margin-bottom: 5px; /* Minimal space between items */     }      #fuji-7in-features strong {         color: #b22222; /* Highlight Key Benefits */         font-weight: 700;     }      /* Application Text */     #fuji-7in-features .app-text {         font-size: 14px;         color: #444;         margin-bottom: 12px;         display: block;     }      /* Spec Highlight */     #fuji-7in-features .spec-highlight {         background-color: #f9f9f9;         padding: 8px;         border-left: 3px solid #b22222;         font-size: 14px;         color: #555;     }      /* Mobile Optimization */     @media (max-width: 768px) {         #fuji-7in-features { font-size: 16px; }          #fuji-7in-features h3 { margin-top: 15px; }     } 