
/* CSS Optimized for Cyrillic Readability */
.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 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 table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 15px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
.fuji-news-container th { background-color: #333; color: #fff; padding: 12px; text-align: left; }
.fuji-news-container td { padding: 12px; border: 1px solid #ddd; }
.fuji-news-container a { color: #0056b3; text-decoration: none; font-weight: 600; }
.fuji-news-container a:hover { text-decoration: underline; }
.highlight-box { background-color: #e8f5e9; padding: 15px; border-left: 5px solid #2e7d32; border-radius: 4px; margin-bottom: 25px; font-style: italic; }
.summary-box { background-color: #f5f5f5; padding: 15px; border-top: 2px solid #d32f2f; margin-top: 20px; }
@media (max-width: 768px) { .fuji-news-container { padding: 10px; } table { display: block; overflow-x: auto; white-space: nowrap; } }
