.AccountPageHeader {
    &-accountInfo {
        display: flex;
        align-items: center;

        & > div {
            display: flex;
            align-items: center;
            & > span:first-child {
                @include text-small;

                color: var(--text-label);
                font-weight: 500;
            }

            & > span:last-child {
                margin-left: 4px;
                @include text-small;
            }
        }
    }

    &-divider {
        width: 1px;
        height: 14px;
        margin: 0 8px;
        border-radius: 0.25px;
        background: var(--Dividers-Default, #b9bfc6);
    }

    &-titleId {
        color: var(--text-secondary) !important;
    }
}
