.dachser-hashtag .dachser-post-tags{
    list-style: none;
    padding: 0;
    display: flex;
    overflow: auto;
}

.dachser-hashtag .dachser-post-tags li a{
    display: inline-block;
    font-size: 15px;
    color: var(--ast-global-color-0);
    font-weight: 700;
    padding: 5px 15px 10px;
    cursor: pointer;
}

.dachser-hashtag .dachser-post-tags li span a{
    border-bottom: 2px solid var(--ast-global-color-0);
}

.dachser-hashtag .dachser-post-tags li:hover a{
    color: var(--ast-global-color-5);
    background-color: var(--ast-global-color-0);
}

.dachser-hashtag .dachser-post-tags li:hover span a{
    border-bottom: 2px solid var(--ast-global-color-5);
}
