
/* CSS Optimized for Readability & Mobile Responsiveness */
.fuji-news-container { font-family: 'Segoe UI', Verdana, sans-serif; font-size: 16px; color: #333; line-height: 1.6; max-width: 100%; margin: 0 auto; }
.fuji-news-container h2 { font-size: 22px; font-weight: 700; color: #000; margin-top: 30px; margin-bottom: 15px; border-bottom: 2px solid #d32f2f; padding-bottom: 8px; }
.fuji-news-container h3 { font-size: 18px; font-weight: 600; color: #444; margin-top: 25px; margin-bottom: 10px; }
.fuji-news-container p { margin-bottom: 15px; text-align: justify; }
.fuji-news-container a { color: #0056b3; text-decoration: none; font-weight: 600; }
.fuji-news-container a:hover { text-decoration: underline; }
.image-gallery { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 25px; justify-content: center; }
.gallery-item { flex: 1; min-width: 300px; max-width: 500px; }
.gallery-img { width: 100%; height: auto; display: block; border: 1px solid #ddd; border-radius: 4px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.caption { font-size: 13px; text-align: center; color: #666; margin-top: 5px; font-style: italic; }
.value-box { background-color: #f9f9f9; padding: 20px; border-radius: 6px; border-left: 4px solid #d32f2f; margin-bottom: 25px; }
.quote-box { background-color: #e8f5e9; padding: 15px; border-left: 4px solid #4caf50; font-style: italic; color: #2e7d32; margin-top: 20px; }
.cta-button { background-color: #d32f2f; color: #fff !important; padding: 12px 30px; text-decoration: none; font-weight: bold; border-radius: 4px; display: inline-block; transition: background 0.3s; }
.cta-button:hover { background-color: #b71c1c; }
@media (max-width: 768px) { .fuji-news-container { padding: 10px; } .fuji-news-container h2 { font-size: 20px; } }
