/* Generated by CSSBuilder at 2025-07-24 16:48:52 */
/* CSS Builder for yutai-navi.com */

/* ===== MONTH_NAVIGATION ===== */
.month-navigation {
                    background: white;
                    border-radius: 12px;
                    padding: 20px;
                    margin-bottom: 20px;
                    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
                }
                .nav-container {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    gap: 8px;
                    flex-wrap: wrap;
                }
                .nav-link {
                    padding: 8px 12px;
                    background: #f8f9fa;
                    color: #007bff;
                    text-decoration: none;
                    border-radius: 6px;
                    font-size: 0.85em;
                    font-weight: 500;
                    border: 1px solid #e9ecef;
                    transition: all 0.3s ease;
                    white-space: nowrap;
                }
                .nav-link:hover {
                    background: #007bff;
                    color: white;
                    transform: translateY(-1px);
                }
                .nav-link.current {
                    background: #007bff;
                    color: white;
                    font-weight: 600;
                }

/* ===== NEWS_ARTICLE_OVERRIDE ===== */
.news-article {
                    background: transparent;
                    border-radius: 0;
                    padding: 0;
                    box-shadow: none;
                    margin: 0;
                    max-width: none;
                }
                .article-header {
                    text-align: left;
                    margin-bottom: 30px;
                    padding-bottom: 20px;
                    border-bottom: 2px solid #e1f5fe;
                }

/* ===== RESPONSIVE_NEWS ===== */
@media (max-width: 768px) {
                    .nav-container {
                        display: none;
                    }
                }

