/* 文章底部操作栏美化 */
.post-content-footer .post-content-footer-in,
.post-content-footer .content-footer-poster button,
.post-content-footer .content-footer-zan-cai,
.post-content-footer .content-footer-zan-cai > span {
    border-radius: 4px;
}

.post-content-footer .content-footer-zan-cai {
    background: #fff;
    box-shadow: 0 4px 16px rgba(31, 45, 61, .08);
}

.post-content-footer .content-footer-zan-cai > span:not(.mobile-show) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-height: 68px;
    background: #fff;
}

.post-content-footer .content-footer-zan-cai > span:not(.mobile-show) i,
.post-content-footer .content-footer-zan-cai > span:not(.mobile-show) b {
    display: block;
    line-height: 1;
}

.post-content-footer .content-footer-zan-cai > span:not(.mobile-show) i {
    font-size: 20px;
    color: var(--b2color);
}

.post-content-footer .content-footer-zan-cai > span:not(.mobile-show) b {
    font-size: 13px;
    font-weight: 700;
    color: var(--b2color);
}
