.projects-items .article-item {
    position: relative;
}

.projects-items .article-item > .description > .tags.top:not(.bottom) {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: auto;
    height: auto;
    min-height: 0;
    line-height: normal;
    pointer-events: none;
}

.projects-items .article-item > .description > .tags > .post-tag-group {
    position: static;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    max-width: 100%;
}

.projects-items .article-item > .description > .tags.top .post-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--gapX1) var(--gapX2);
    border-radius: var(--roundedXS);
    background: var(--blackOpacity300);
    color: #fff;
    font-size: var(--textSsize);
    white-space: nowrap;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.projects-items .article-item > .description > .tags.bottom .post-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--gapX1) var(--gapX2);
    border-radius: var(--roundedXS);
    background: transparent;
    border: 1px solid var(--dividerDefault);
    color: var(--mainColor);
    font-size: var(--textSsize);
    white-space: nowrap;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.stocks-items .article-item.xleb-card.filled.indent-middle > *:first-child:not(.vc_empty_space){
    margin-top: var(--cardIndentTop);
    margin-left: var(--cardIndentLeft);
    margin-right: var(--cardIndentRight);
}

.stocks-items .article-item.xleb-card.filled.indent-middle > .image-wrapper {
    margin: unset;
    padding: unset;
}

.stocks-items .article-item.xleb-card.filled.indent-middle{
    gap: unset;
}

.stocks-items .article-item.xleb-card.filled.indent-middle > .vc_empty_space{
    padding: unset;
}


.vue-posts.archive-filters-mode{
    row-gap: var(--gapX5);
}

.vue-posts .stocks-items .image-wrapper{
    margin-top: auto !important;
}