   /* Global Styles - Compact Layout */   .fuji-product-container {     font-family: Verdana, Arial, sans-serif;     color: #333333;     line-height: 1.35; /* Reduced from 1.6 to 1.35 for compactness */     font-size: 16px;     max-width: 100%;     margin: 0 auto;   }    /* List Styles - Tight Spacing */   .fuji-product-container ul {     margin-bottom: 8px; /* Significantly reduced bottom margin */     padding-left: 18px;    }    .fuji-product-container li {     font-size: 16px;     margin-bottom: 2px; /* Reduced to almost zero for tight stacking */     color: #333;   }    /* Text Styles */   .fuji-product-container p {     font-size: 16px;     margin-bottom: 4px; /* Minimal spacing between headers and lists */   }    .fuji-product-container strong {     color: #000;   }    /* Compact Image Container */   .spec-image-container {     margin: 5px 0; /* Minimized margin around image */     text-align: left;    }    .fuji-responsive-img {     display: block;     max-width: 100%;      height: auto;         border-radius: 4px;      box-shadow: 0 1px 3px rgba(0,0,0,0.05);   }    /* Mobile Optimization */   @media only screen and (max-width: 768px) {     .fuji-product-container {       line-height: 1.3; /* Maximum compactness for small screens */     }   } 