/* МАЯК · group detail drawers */

.group-detail .grp-member-list {
  display: flex; flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--r-2);
  overflow: hidden;
}
.grp-member {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 12px;
  border-bottom: 1px solid var(--line);
}
.grp-member:last-child { border-bottom: 0; }
.grp-member-text { flex: 1; min-width: 0; }

.grp-eff-head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px dashed var(--line);
  margin-bottom: 8px;
}
