.post-item {
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-item h2 a {
    text-decoration: none;
    color: #007bff;
}

.post-item p {
    font-size: 14px;
    color: #333;
}

.post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-thumbnail {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 100%;
    height: auto;
    width: auto\9;
}

.post-tags .tag {
    background-color: #e1ecf4;
    color: #39739d;
    padding: 3px 8px;
    border-radius: 3px;
    margin-right: 5px;
    font-size: 12px;
}

.post-meta {
    font-size: 12px;
    color: #888;
}

.pagination {
    margin-top: 20px;
}

.pagination a {
    margin-right: 10px;
    text-decoration: none;
    color: #007bff;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}