.news-detail-section {
    max-width: 860px;
}

.news-detail-thumb {
    margin: 16px 0;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #111;
}

.news-detail-thumb img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.news-detail-content {
    margin: 18px 0;
    line-height: 1.9;
    color: #eaf1ff;
    white-space: normal;
    word-break: break-word;
}

.back-link {
    color: #8ab4ff;
    text-decoration: none;
}

.back-link:hover {
    text-decoration: underline;
}
