<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.italic {
    font-style: italic;
}

.title {
    font-size: 1.5em;
    font-weight: 500;
}

.news-footer {
    display: grid;
    grid-template-columns: 50% 50%;
}

.news-footer&gt;:first-child {
    grid-column: 1/1;
}

.news-footer&gt;:nth-child(2) {
    grid-column: 2/2;
}

.text-right {
    text-align: right;
}

.content {
    max-height: 300px;
    overflow-wrap: break-word;
    margin: 20px 0;
}

.content img {
    max-height: 150px;
}

.tag-news-container {
    background: white;
    margin: 10px;
    padding: 10px;
}

.container {
    display: grid;
    grid-template-columns: 80% 20%;
}

.container&gt;.news {
    grid-column: 1/1;
    margin-right: 10px;
}

.container&gt;.tag-news {
    grid-column: 2/2;
    margin-left: 10px;
}

#tag_news {
    height: auto;
}

.commands {
    padding: 10px;
}

.commands button.badge {
    float: none;
    width: 40px;
    height: 40px;
    position: inherit;
}

.hidden {
    display: none;
}
</pre></body></html>