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

#edit-pass {
    display: inline-block;
}

/* Блок «Не пришло письмо для подтверждения email?» — оформление в стиле сайта. */
.resend-confirmation {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #e2e2e2;
}

.resend-confirmation > summary {
    cursor: pointer;
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #820000;
}

.resend-confirmation > summary::-webkit-details-marker {
    display: none;
}

.resend-confirmation > summary::after {
    content: "+";
    font-weight: 400;
    color: #820000;
}

.resend-confirmation[open] > summary::after {
    content: "\2212";
}

.resend-confirmation > summary:hover {
    text-decoration: underline;
}

.resend-confirmation .user-resend-confirmation {
    margin-top: 18px;
}
