.si-comments-card {
    position: relative !important;
}

.si-comment-count-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 45;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    max-width: calc(100% - 20px);
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 999px;
    background: rgba(24, 24, 27, .92);
    padding: 6px 9px;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 7px 20px rgba(0, 0, 0, .18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: transform .18s ease, background .18s ease;
}

.si-comment-count-badge:hover {
    transform: translateY(-1px);
    background: #18181b;
}

.si-comment-count-badge.is-debated {
    border-color: rgba(255, 255, 255, .86);
    background: #dc2626;
}

.si-comment-count-badge.is-debated:hover {
    background: #b91c1c;
}

@media (max-width: 639px) {
    .si-comment-count-badge {
        top: 8px;
        right: 8px;
        padding: 5px 8px;
        font-size: 9px;
    }
}
