
/* CSS Optimized for German Text */
.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 p { margin-bottom: 15px; text-align: justify; }
.fuji-news-container img { max-width: 100%; height: auto; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); margin: 20px auto; display: block; }
.fuji-news-container ul { list-style: none; padding: 0; margin-bottom: 20px; }
.fuji-news-container li { margin-bottom: 8px; padding-left: 20px; position: relative; }
.fuji-news-container li::before { content: "•"; color: #d32f2f; font-weight: bold; position: absolute; left: 0; }
.fuji-news-container a { color: #0056b3; text-decoration: none; font-weight: 600; }
.fuji-news-container a:hover { text-decoration: underline; }
.info-box { background-color: #f0f4f8; border-left: 5px solid #005a9c; padding: 15px; margin-bottom: 25px; border-radius: 4px; }
.quote-box { background-color: #fff9c4; padding: 15px; border: 1px solid #fbc02d; border-radius: 5px; font-style: italic; margin-bottom: 25px; }
.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; } }
