.bureau-member-card {
    text-align: center;
    margin-bottom: 2rem;
}

.bureau-member-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1rem;
    display: block;
    border: 3px solid #f5f5f5;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.bureau-member-placeholder {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #e0e0e0;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #f5f5f5;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.bureau-member-placeholder svg {
    width: 80px;
    height: 80px;
    fill: #a0a0a0;
}

.bureau-member-name {
    font-weight: bold;
    font-size: 1.2rem;
}

.bureau-member-role {
    color: #757575;
}
