/* NestPortal v300 · sufijos de personas */
.nameSuffixV300{display:inline-flex;align-items:center;vertical-align:middle;margin-left:6px;padding:2px 7px;border-radius:999px;font-size:10px!important;line-height:1.25!important;font-weight:1000!important;letter-spacing:.015em;white-space:nowrap;text-transform:none}
.nameSuffixV300.juridico{background:#fee2e2;color:#b91c1c;border:1px solid rgba(185,28,28,.24);box-shadow:0 2px 7px rgba(185,28,28,.08)}
.adminUserNameLineV300{display:flex;align-items:center;flex-wrap:wrap;gap:2px}.adminSuffixEditorV300{display:flex;align-items:center;gap:8px;padding:9px 10px;border:1px solid rgba(7,94,84,.13);border-radius:14px;background:#f8fffc}.adminSuffixEditorV300 label{font-size:11px;font-weight:1000;color:#49655e}.adminSuffixEditorV300 select{min-height:36px;border:1px solid rgba(7,94,84,.18);border-radius:11px;background:#fff;color:#075e54;font-weight:900;padding:0 10px;flex:1}
/* Ambos tiradores alineados y ligeramente más transparentes */
#communityDrawerHandleV277.communityDrawerHandleV285,#sectionDrawerHandleV298{top:43%!important;background:rgba(7,94,84,.72)!important}
#communityDrawerHandleV277.communityDrawerHandleV285:hover,#communityDrawerHandleV277.communityDrawerHandleV285:active,#sectionDrawerHandleV298:hover,#sectionDrawerHandleV298:active{background:rgba(7,94,84,.84)!important}
#sectionDrawerHandleV298.hasNewV299,#communityDrawerHandleV277.hasUnreadV296{background:rgba(7,94,84,.79)!important}
@media(max-width:760px){#communityDrawerHandleV277.communityDrawerHandleV285,#sectionDrawerHandleV298{top:41%!important}}


/* v301: sufijo debajo del nombre dentro de mensajes */
.msgHead .profileNameBtn,
.groupSidebarMessageV284 .groupSidebarNameV285{
  overflow:visible!important;
  max-width:min(230px,55vw)!important;
  white-space:normal!important;
  text-overflow:clip!important;
  text-decoration:none!important;
}
.profileNameStackV301{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-width:0;
  gap:3px;
}
.profileNameTextV301{
  display:block;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.profileNameStackV301>.nameSuffixV300{
  display:inline-flex!important;
  width:max-content;
  margin:0!important;
  padding:2px 7px;
}
.msgRow.own .profileNameStackV301{align-items:flex-end}
.groupSidebarMessageV284.own .profileNameStackV301{align-items:flex-end}
@media(max-width:760px){
  .msgHead .profileNameBtn,.groupSidebarMessageV284 .groupSidebarNameV285{max-width:48vw!important}
}
