.staff-page{margin:20px auto}.staff-page__title{margin:10px 0 20px;font-weight:700}.staff-group{margin-bottom:30px}.staff-group__header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.staff-group__icon i{font-size:20px;opacity:.85}.staff-group__members{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.staff-member{display:flex;gap:10px;padding:10px;border:1px solid rgba(0,0,0,.08);border-radius:8px;background:#fff}.staff-member__avatar img{width:48px;height:48px;border-radius:50%;display:block;object-fit:cover}.staff-member__name a{font-weight:600}.staff-member__title{font-size:12px;opacity:.9}.staff-member__note{font-size:12px;opacity:.8;margin-top:4px}