.chuan-badge-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    line-height: 1;
    vertical-align: middle;
}

.badge-card {
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 18px;
    padding: 22px;
    background: #fff;
}

.badge-btn {
    margin-top: 18px;
    width: 100%;
    height: 38px;
    border-radius: 12px;
    border: 0;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.badge-btn.disabled {
    background: #f3f4f6;
    color: #9ca3af;
    cursor: not-allowed;
}

.chuan-username-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    line-height: 1;
    vertical-align: middle;
    position: relative;
    top: 0;
    flex: 0 0 20px;
    overflow: visible;
}

.chuan-username-badge .chuan-badge-icon {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    min-height: 17px !important;
    max-width: 17px !important;
    max-height: 17px !important;
    border-radius: 999px !important;
    padding: 1px !important;
    font-size: 8px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.post-meta > span:first-child,
.comment-item a.font-semibold,
.my-cover-name,
.my-cover-username {
    overflow: visible;
    line-height: 20px;
}

.post-meta > span:first-child {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
}

.post-meta .badge,
.comment-item .badge,
.my-cover-name .badge,
.chuan-theme-page .badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 18px !important;
    line-height: 1 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    vertical-align: middle !important;
    flex-shrink: 0;
}
