.c-tagCategories__item {
    display: inline-block;
    margin: 0 .5em 0 0;
}

.c-tagCategories__item--button {
    position: relative;
    display: inline-block;
    margin: .4em .5em .4em 0;
    padding: .4em 1em;
    border-radius: 1.5em;
    font-size: .8rem;
    white-space: nowrap;
    color: #1e1e1e;
    background: #fff;
    border: 1px solid #b7b7b7;
    transition: box-shadow .3s cubic-bezier(.25,.46,.45,.94), background-color .3s;
}

.c-tagCategories__item--button:hover {
    border-color: #ff003d;
    color: #ff003d;
}

.c-tagCategories__item--button:active {
    border-color: #ff003d;
    color: #fff;
    background-color: #ff003d;
    box-shadow: 0 0 0 2em #ff003d inset;
}