#ajax-container.-loading {
    opacity: 0.5;
}
.article-tags {
    display: flex;
    position: absolute;
    gap: 5px;
}
.article-tags .tag {
    background-color: #fff;
    color: #000;
    border-radius: 2px;
    padding: 3px 6px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.article-list a,
.article-list a:hover,
.article-list a:focus,
.content-hub .rounded-card a,
.content-hub .rounded-card a:hover,
.content-hub .rounded-card a:focus {
    text-decoration: none;
}
