.blog-post {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 12px;
    color: #fff;
    margin-top: 40px;
}

.blog-date {
    font-size: 0.9em;
    color: #ccc;
    margin-bottom: 20px;
}

.post-content {
    line-height: 1.6;
    white-space: pre-wrap; /* preserves line breaks */
}
