.xd-dahai-post-card .item-body {
    display: flex;
    flex-direction: column;
}

.xd-dahai-post-card .xd-dahai-post-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 28px;
    margin-top: 8px;
    color: var(--muted-2-color, #999);
    font-size: 12px;
}

.xd-dahai-post-card .xd-dahai-post-card-author,
.xd-dahai-post-card .xd-dahai-post-card-author img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.xd-dahai-post-card .xd-dahai-post-card-author {
    display: inline-flex;
    flex: 0 0 24px;
}

.xd-dahai-post-card .xd-dahai-post-card-date {
    white-space: nowrap;
}

.xd-post-card-date {
    position: relative;
}

.xd-post-card-extra {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 5px;
    color: var(--muted-2-color, #999);
    font-size: 12px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
}

.xd-post-card-extra-left,
.xd-post-card-extra-right,
.xd-post-card-extra-item {
    display: inline-flex;
    align-items: center;
}

.xd-post-card-extra-left {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xd-post-card-extra-right {
    flex: 0 0 auto;
    gap: 9px;
}

.xd-post-card-tag-separator {
    display: inline-block;
    margin: 0 6px;
    color: var(--muted-2-color, #999);
    font-size: 8px;
    line-height: 1;
    transform: scaleX(.55);
}

.xd-post-card-extra-item i,
.xd-post-card-extra-item img {
    width: 12px;
    height: 12px;
    margin-right: 3px;
    object-fit: contain;
}

.xd-post-card-rating {
    color: #687EFF;
}

.xd-dahai-post-card .xd-dahai-post-card-download {
    margin-left: auto;
    padding: 3px 9px;
    border: 1px solid var(--main-color, #4285f4);
    border-radius: 4px;
    color: var(--main-color, #4285f4);
    line-height: 1.4;
    white-space: nowrap;
}

.xd-dahai-post-card .xd-dahai-post-card-download:hover {
    color: #fff;
    background: var(--main-color, #4285f4);
}
