body { font-family: Arial, sans-serif; background: #f9f9f9; color: #333; margin:0; padding:0; }
.site-header { background: #222; color: #fff; padding: 10px 20px; }
.site-header nav a { color: #fff; margin-right: 15px; text-decoration: none; }
.site-footer { background: #222; color: #fff; text-align: center; padding: 20px; margin-top: 40px; }
.card { background: #fff; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin-bottom: 40px; padding: 20px; }
.post-title { font-size: 2rem; margin-bottom: 0.5rem; }
.post-category { display: inline-block; padding: 2px 10px; background: #f0f0f0; border-radius: 4px; font-size: 0.9rem; margin-bottom: 1rem; text-decoration: none; color: #555; }
.post-meta { font-size: 0.85rem; color: #888; margin-bottom: 1rem; }
.post-image { width: 100%; border-radius: 6px; margin-bottom: 1rem; }
.post-content { font-size: 1rem; line-height: 1.6; color: #333; margin-bottom: 1.5rem; }
.post-tags { list-style: none; padding: 0; display: flex; gap: 10px; }
.tag { background: #eee; padding: 4px 8px; border-radius: 4px; font-size: 0.85rem; text-decoration: none; color: #444; }
.comments { margin-top: 2rem; border-top: 1px solid #eee; padding-top: 1.5rem; }
.comment { margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px dashed #ddd; }
.comment-author { font-weight: bold; margin-bottom: 0.2rem; }
.comment-date { font-size: 0.8rem; color: #999; margin-bottom: 0.5rem; }
/*
.card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

.post-title {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.post-category {
    display: inline-block;
    padding: 2px 10px;
    background: #f0f0f0;
    border-radius: 4px;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    text-decoration: none;
    color: #555;
}

.post-meta {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 1.5rem;
}

.post-image {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 1.5rem;
}

.post-content {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 1.5rem;
}

.post-tags {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

.tag {
    background: #eee;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.85rem;
    text-decoration: none;
    color: #444;
}

.comments {
    margin-top: 2rem;
    border-top: 1px solid #eee;
    padding-top: 1.5rem;
}

.comment {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #ddd;
}

.comment-author {
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.comment-date {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 0.5rem;
}
*/