<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wordcloud {
    position: relative;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
}

.wordcloud-item {
    white-space: nowrap;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}
</pre></body></html>