@charset "utf-8";

#newsTitle {
    text-shadow: 0 2px 4px rgba(0,0,0,0.5), 0 4px 12px rgba(0,0,0,0.4);
}

#articleContent h1.section-heading:first-of-type {
    display: block !important;
    text-align: center;
    border-bottom: none;
    margin: 0 auto 1rem auto;
    padding-bottom: 0;
    width: 100%;
}

.article-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 1rem 0 2rem 0;
    padding: 0.75rem 0;
    border-bottom: 1px solid #eef3f8;
    font-size: 0.95rem;
    color: #666;
}

.article-meta .meta-item {
    display: flex;
    align-items: center;
}

.article-meta .meta-divider {
    color: #ddd;
}

.news-meta-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.05em;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5), 0 2px 8px rgba(0,0,0,0.3);
}

.news-meta-banner .meta-divider {
    color: rgba(255, 255, 255, 0.5);
}

.news-meta-banner span span {
    font-weight: 600;
}

.error-message {
    padding: 3rem;
    text-align: center;
    color: #999;
    font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
    .article-meta {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.85rem;
    }

    .article-meta .meta-divider {
        display: none;
    }

    .news-meta-banner {
        flex-direction: column;
        gap: 0.5rem;
        font-size: 0.85rem;
    }

    .news-meta-banner .meta-divider {
        display: none;
    }
}
