Testing copy code block

.post-item .post-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post-meta .post-like,
.post-meta .download-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
    font-size: 16px;
    gap: 8px;
    border: 0;
    background: none;
    transition: none;
}