.ai_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0.8rem 0;
}

.ai_item img {
    border-radius: 50%;
    width: 48px;
    height: auto;
    margin-right: 0.8rem;
}

.ai_item div {
    display: flex;
    flex-direction: column;
}

.ai_item div a {
    color: #a7a7a7;
    font-size: 13px;
}

.ai_item div .title {
    color: #CFCDE4;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.4rem;
}