.nm-0597177c-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: var(--nm-justify-content, center);
}
.nm-0597177c-member {
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nm-0597177c-member:hover {
    transform: translateY(-5px);
}
.nm-0597177c-photo-wrapper {
    position: relative;
    display: inline-block;
    border-radius: var(--nm-border-radius, 50%);
    overflow: hidden;
    width: var(--nm-photo-size, 100px);
    height: var(--nm-photo-size, 100px);
}
.nm-0597177c-photo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.nm-0597177c-name {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
}
