
/* ... (Same CSS) ... */
.fuji-article-container { font-family: 'Segoe UI', Verdana, sans-serif; font-size: 16px; color: #333; line-height: 1.6; max-width: 100%; margin: 0 auto; }
/* ... (Rest of CSS same as Indonesian) ... */
.tech-box { background-color: #e3f2fd; border-left: 5px solid #1976d2; padding: 15px; margin: 25px 0; border-radius: 4px; }
.quote-box { background-color: #f9f9f9; border-left: 4px solid #555; padding: 15px; margin: 15px 0; font-style: italic; }
.video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin-bottom: 20px; }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 768px) { .fuji-article-container { padding: 10px; } table { display: block; overflow-x: auto; white-space: nowrap; } }
