.SuiteBadge.Tag {
    @include text-body-small;

    &.active:hover {
        &:not(.disabled) {
            background-color: var(--pills-tags-hover);
        }
    }

    &-category {
        @include text-body-small-bold;

        color: var(--text-secondary);
    }

    &.small {
        height: 20px;
        padding: var(--padding-small);
    }
}
