/* ZelloFunk 1.7.10 – Mitgliederstatus und feste Profilbildgrößen */
.featured-member{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);align-items:center;gap:32px;overflow:hidden}
.featured-member-photo{width:100%;height:280px;max-width:300px;border-radius:26px;overflow:hidden;background:#e8eef7}
.featured-member-photo img{display:block;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover;object-position:center}
.featured-member-photo .avatar-placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:64px;font-weight:800}
.member-card .member-avatar-compact{display:block;width:82px!important;height:82px!important;min-width:82px;max-width:82px!important;max-height:82px!important;object-fit:cover;object-position:center;border-radius:20px}
.member-type-label{font-weight:750;color:#17365f}
.admin-table .compact-form select{min-width:145px}
@media(max-width:760px){.featured-member{grid-template-columns:1fr}.featured-member-photo{height:240px;max-width:100%}.member-card .member-avatar-compact{width:72px!important;height:72px!important;min-width:72px;max-width:72px!important;max-height:72px!important}}
