.ct-team-grid { margin: 0 auto; }

.ct-member-card {
    display: flex;
    flex-direction: column;
}

.ct-member-avatar {
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 14px;
    flex-shrink: 0;
}

.ct-member-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ct-avatar-placeholder {
    width: 100%;
    height: 100%;
    background: #5c3d1e;
    border-radius: 50%;
}

.ct-member-info { width: 100%; }

.ct-member-name {
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.3;
}

.ct-member-job-title {
    margin: 0 0 4px;
    line-height: 1.45;
}

.ct-member-dept {
    font-size: 13px;
    margin: 0 0 3px;
    font-style: italic;
}

.ct-member-location {
    font-size: 13px;
    margin: 0;
}
