
.container {
    max-width: 780px;
    margin: 90px auto;
    background: #fff;
    padding: 40px 50px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
h1 {
    font-size: 1.9rem;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.date {
    color: #888;
    font-size: 0.95rem;
    margin-bottom: 25px;
}
.news-image {
    width: 50%;
    border-radius: 12px;
    margin-bottom: 25px;
    object-fit: cover;
}
.content {
    font-size: 1.05rem;
    margin-bottom: 40px;
}
.back-link {
    display: inline-block;
    padding: 10px 20px;
    background: #eee;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: 0.2s;
}
.back-link:hover {
    background: #ddd;
}