<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">li.wcm-tag[expanded="true"], li.wcm-tag {
    background: #efefef;
    color: #262626;
    display: inline-block;
    border-radius: 3px;
    margin: 2px;
    height: 25px;
    padding-left: 10px;
    padding-top: 2px;
    padding-right: 2px;
}

li.wcm-tag[expanded="false"] {
    background: #efefef;
    color: #262626;
    display: inline-block;
    border-radius: 3px;
    margin: 2px;
    height: 25px;
    padding-left: 10px;
    padding-top: 4px;
    padding-right: 8px;
}


li.wcm-tag &gt; button {
    border: solid 1px;
    background: transparent;
    border-color: transparent;
    margin-left: 3px;
    font-size: 12px;
}

li.wcm-tag &gt; button:hover {
    border-radius: 3px;
    background-color: black;
    color: white !important;
    cursor: pointer;
}

li.wcm-tag:hover .wcm-tooltip {
    visibility: visible;
    border: solid 1px;
}
</pre></body></html>