.user--page #block-newstratec3-content>.block:first-child .block__content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    margin: 20px 0 16px;
    padding: 0;
}

.user--page #block-newstratec3-content>.block:first-child .block__content ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    border: 1px solid #d9d9d9;
    border-radius: 999px;
    background: #f5f5f5;
    color: #222;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.user--page #block-newstratec3-content>.block:first-child .block__content ul li:hover {
    background: #222;
    color: #fff;
    border-color: #222;
}

.user--page #block-newstratec3-content>.block:first-child .block__content ul li a {
    text-decoration: none;
    color: inherit;
}
