.user {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 16px;
    background: #fff;
    height: 46px;
}

.border {
    position: absolute;
    bottom: 0;
    left: 18px;
    right:18px;
    height: 1px;
    background-color: #a6736275;
}

.avatar {
    width: 36px;
    height: 36px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
}

.avatar svg {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.info {
    flex-grow: 1;
}

.name {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    color: #A67362;
}

.iq {
    font-size: 12px;
    color: #666;

    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    color: #A67362;
}

.place,
.badge {
    display: flex;
    align-items: center;
    margin-left: 8px;
    font-size: 18px;
    color: #A67362;

    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
}

.place {
    margin-right: 6px;
}

.badge img {
    width: 24px;
    height: 35px;
    align-self: center;
    margin-top: 5px;

    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
}

.highlight {
    background: #ffcf5f;
}
