.ifag-faculty-card-img-version {
    background: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.ifag-faculty-card-img-version:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transform: translateY(-5px);
}

.ifag-faculty-card-img-wrapper {
    background: #fff1f2;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
    flex-shrink: 0;
}

.ifag-faculty-card-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ifag-faculty-card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}

.ifag-faculty-card-name {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin: 0;
    font-family: inherit;
    line-height: 1.3;
}

.ifag-faculty-card-role {
    font-size: 12px;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

.ifag-faculty-card-footer {
    margin: 0;
}

.ifag-faculty-card-tag.member-domain {
    display: inline-block;
    margin-top: 8px;
    font-family: var(--font-body, inherit);
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--red, #ce2139);
    background: var(--red-pale, #fff1f2);
    padding: 3px 8px;
    border-radius: 3px;
    font-weight: 600;
}
