.news-detail-header {
    background-color: #1a1a2e;
    padding: 60px 20px 30px;
    text-align: center;
}

.project-label {
    font-size: 0.95rem;
    color: #aaa;
    margin-bottom: 10px;
}


.project-label span {
    color: #fff;
    font-weight: bold;
}

.news-detail-title {
    font-size: 2rem;
    margin-bottom: 10px;
}

.news-detail-subtitle {
    font-size: 1.1rem;
    color: #bbb;
    margin-bottom: 20px;
}

.news-meta-detail {
    font-size: 0.9rem;
    color: #888;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Detail Content */
.news-detail-content {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px 60px;
}

.news-detail-image {
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 12px;
}

.news-detail-content article p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #ddd;
}