body[data-seelo-theme="nacre"] .sm-family-cluster,
body[data-seelo-theme="nacre"] .mpl-family-cluster{
  border:1px solid rgba(91,78,101,.085);
  border-radius:14px;
  overflow:hidden;
  background:linear-gradient(145deg,rgba(255,255,255,.17),rgba(255,255,255,.07));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.34);
  margin:8px 14px;
}
.sm-family-head,.mpl-family-head{
  width:100%;appearance:none;border:0;background:transparent;color:var(--ink);font:inherit;cursor:pointer;
  display:flex;align-items:center;justify-content:space-between;gap:18px;text-align:left;padding:12px 14px;
}
.sm-family-head:hover,.mpl-family-head:hover{background:rgba(255,255,255,.12)}
.sm-family-head strong,.mpl-family-head strong{display:block;font-size:17px;letter-spacing:-.012em;margin-top:2px}
.sm-family-head small{display:block;color:var(--muted);font-size:11px;line-height:1.4;margin-top:4px;max-width:760px}
.sm-family-count,.mpl-family-head>span:last-child{font-size:11px;color:var(--muted);white-space:nowrap}
.sm-family-members,.mpl-family-members{display:grid;gap:0;border-top:1px solid rgba(91,78,101,.07)}
.sm-family-members .sm-record{border:0!important;border-radius:0!important;border-top:1px solid rgba(91,78,101,.06)!important;margin:0!important;background:rgba(255,255,255,.07)!important;box-shadow:none!important}
.sm-family-members .sm-record:first-child{border-top:0!important}
.sm-family-members .sm-record:hover{background:rgba(255,255,255,.20)!important;transform:none!important}
.family-role{display:inline-flex;margin-top:6px;padding:3px 7px;border-radius:999px;background:rgba(255,255,255,.28);border:1px solid rgba(91,78,101,.07);font-size:9px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--muted)}
.mpl-family-members .mpl-service-row{border-radius:0!important;margin:0!important;border:0!important;border-top:1px solid rgba(91,78,101,.06)!important;box-shadow:none!important;background:rgba(255,255,255,.055)!important;padding-left:18px!important}
.mpl-family-members .mpl-service-row:first-child{border-top:0!important}
.mpl-family-members .mpl-service-row:hover{background:rgba(255,255,255,.19)!important}
.mpl-family-tag{display:block!important;margin-top:3px!important;color:rgba(89,78,95,.54)!important;font-size:9px!important;letter-spacing:.05em;text-transform:uppercase}
.sm-family-cluster.collapsed .sm-family-members,.mpl-family-cluster.collapsed .mpl-family-members{display:none}
.sm-family-cluster.collapsed .sm-family-count b,.mpl-family-cluster.collapsed .mpl-family-head b{display:inline-block;transform:rotate(-90deg)}
.mpl-category-body>.mpl-family-cluster+ .mpl-service-row{border-top:1px solid rgba(91,78,101,.07)}
@media(max-width:700px){.sm-family-head,.mpl-family-head{align-items:flex-start}.sm-family-head small{max-width:none}.sm-family-count,.mpl-family-head>span:last-child{white-space:normal;text-align:right}.mpl-family-cluster{margin:6px 8px}}
