.italic {
    font-style: italic;
}

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

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

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

.news-footer>: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>.news {
    grid-column: 1/1;
    margin-right: 10px;
}

.container>.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;
}
