/* /contact — 团队成员电子名片 */
.contact-team-section {
    margin-bottom: 32px;
}

.contact-team-section .lead {
    margin-bottom: 24px;
    text-align: center;
}

.contact-team-card .panel-body {
    padding: 24px 16px 28px;
}

.contact-team-avatar {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin: 0 auto 16px;
    display: block;
    border: 3px solid #eee;
}

.contact-team-avatar-placeholder {
    width: 120px;
    height: 120px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #f0f0f4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #aaa;
    border: 3px solid #eee;
}

.contact-team-card h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 1.5rem;
}

.contact-team-card .contact-team-company {
    font-weight: 600;
    margin-bottom: 4px;
}

.contact-team-card .contact-team-title {
    color: #777;
    margin-bottom: 16px;
}

.contact-team-qr {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 8px auto 12px;
    display: block;
}

@media (max-width: 767px) {
    .contact-team-card {
        margin-bottom: 16px;
    }
}
