.person-card {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    padding: 12px 16px;
    border-radius: 8px;
    max-width: 300px;
    font-family: Source Sans Pro, sans-serif;
}

.avatar {
    background-color: #E3EBF5;
    color: #003366;
    font-weight: 400;
    font-size: 16px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.person-info {
    display: flex;
    flex-direction: column;
}

.name {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 2px;
    line-height: 150%;
}

.email {
    font-weight: 400;
    font-size: 14px;
    color: #6B7280;
    margin-bottom: 2px;
}

.phone {
    font-weight: 400;
    font-size: 14px;
    color: #6B7280;
    margin-bottom: 2px;
}
