.post-date {
    font-size: 0.9em;
    color: gray;
}

.news-article {
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-out;
}