.tag-additional {
    /*display: block;*/
    padding: 4px 11px 5px;
    margin: 6px 0px 6px 0;
    font-size: 13px;
    line-height: 33px;
    color: #666;
    white-space: nowrap;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: white;
    transition: all .2s ease-in-out;
}

    .tag-additional:hover {
        background-color: #f4f4f4;
        color: #0662c1;
        text-decoration: none;
    }

.tag-additional-header {
    margin-right: 10px;
    font-weight: bold;
}

.tag-additional-block {
    margin-bottom: 0.5rem;
}
