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

/* Согласие на обработку ПД: чекбокс и подпись на одной строке, пояснение — ниже. */
.form-item-field-accept-value {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 6px;
}

.form-item-field-accept-value input[type="checkbox"] {
    flex: 0 0 auto;
    margin: 0;
}

.form-item-field-accept-value label.option {
    flex: 1 1 auto;
    margin: 0;
}

.form-item-field-accept-value .description {
    flex: 1 1 100%;
}

