.spaceworks-tax-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.spaceworks-tax-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
}

.spaceworks-tax-item:hover,
.spaceworks-tax-item:focus {
    text-decoration: none;
}
