
.member-with-image img,
.member-image img,
.linked-user-profile img {
    object-fit: cover;
    object-position: center;
    vertical-align: middle;
    margin-right: 10px;
}
.member-with-image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.member-image img {
    max-width: 200px;
    width: 100%;
    height: auto;
}
.linked-user-profile-button {
    display: inline-block;
    padding: 5px 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
    color: #333;
    transition: all 0.3s ease;
    text-decoration: none;
}
.linked-user-profile-button:hover {
    background-color: #e0e0e0;
    color: #000;
    transform: scale(1.05);
}
.linked-user-profile-button img {
    max-width: 50px;
    margin-right: 5px;
}
.linked-user-profile-button span {
    vertical-align: middle;
}
form#member-image-upload-form,
form#member-image-remove-form {
    display: inline-block;
    margin-right: 5px;
}
