.tags-parent {
    display: flex;
    flex-wrap: wrap;
}
.tag-pill {
    display: inline;
    padding: 3px 6px;
    border-radius: 19px;
    color: white;
    font-size: 11px;
    margin-right: 3px;
}
    .tag-pill > div {
        background-color: white;
        color: black;
        display: inline-block;
        margin: -10px -3px -2px 5px;
        padding: 0 5px;
        border-radius: 0 8px 8px 0;
    }
.unfiltered-tags .tag-pill {
    color: white !important;
    background-color: gray !important;
}

