/* MEETUS 0.6.25.6 COMMUNITY2-TG11-WORKSPACE55 */
/* Keep action badges inside the upper-right edge of their avatars. */
.meetus-own-status-avatar-wrap .meetus-status-add-badge,
.meetus-status-add-badge {
  top: -2px !important;
  right: -2px !important;
  bottom: auto !important;
}

#communityManageAvatar.workspace14-editable-avatar::after {
  top: 1px !important;
  right: 1px !important;
  bottom: auto !important;
}

/* WORKSPACE19 globally hid the video editor. Re-enable it only while open. */
#videoEditorModalV625:not(.hidden) {
  display: grid !important;
}
