.gtsc-list-tags{
    width: 100%;
}

.gtsc-list-tags .entry-content a{
    box-shadow: none !important;
}

.entry-content a{
    box-shadow: none !important;
}

.gtsc-list-wrapper{
    width: fit-content;
    border-top: 1px solid rgba(0,0,0,.1);
}

.gtsc-list-item{
    display: inline-block;
    padding: 2px 12px 2px 12px;
    cursor: pointer;
    margin: 0 3px 0 0;
    border-radius: 10px;
    vertical-align: middle;
    background: rgba(0,0,0,0.02);
}

.gtsc-list-item a{
    font-family: "Arial";
    display: block;
    font-size: 12px;
    color: black;
    text-decoration: none !important;
    text-transform: lowercase;
    outline: none;
}

.gtsc-list-item:hover{
    background: rgba(0,0,0,0.04);
}

.gtsc-list-item a:hover, .gtsc-list-item a:focus, .gtsc-list-item a:visited{
    color: black;
    opacity: 0.8;
    outline: none;
}
