.search-box {
    padding: 10px;
    background: #fff;
}

.search-box input {
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    border: none;
    background: #eee !important;
}

.section {
    margin-top: 10px;
}

.section-title {
    padding: 8px 15px;
    font-size: 14px;
    color: #888;
    background: #eee !important;
}

.contact {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.contact:hover {
    background: #fafafa;
}

.avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 12px;
}

.info {
    flex: 1;
}

.name {
    font-size: 16px;
    font-weight: bold;
}

.desc {
    font-size: 13px;
    color: #666;
}

.phone {
    color: #999;
    font-size: 13px;
}