/* Generated BehindApp app authenticated workspace message category controls CSS contract bundle from static/css/behindapp-app-authenticated-workspace-message-category-controls.source.css. Keep source edits there, then run scripts/sync_behindapp_css_contracts.py --write. */

/* BehindApp authenticated workspace message category badge contract */
.bhrc-workspace-message-category-badge {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex: 0 0 auto;
  min-width: 0;
  color: #5d6870;
  line-height: 1;
}

.bhrc-workspace-message-category-glyph {
  width: 1.22em;
  height: 1.22em;
  flex: 0 0 auto;
}
/* /BehindApp authenticated workspace message category badge contract */

/* BehindApp authenticated workspace message category remove control contract */
.bhrc-workspace-message-category-remove {
  display: inline-grid;
  place-items: center;
  width: 0.95em;
  height: 0.95em;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #52606a;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 120ms ease;
}

.bhrc-workspace-message-category-badge:hover .bhrc-workspace-message-category-remove,
.bhrc-workspace-message-category-badge:focus-within .bhrc-workspace-message-category-remove {
  opacity: 1;
  pointer-events: auto;
}

.bhrc-workspace-message-category-remove:hover,
.bhrc-workspace-message-category-remove:focus-visible {
  background: transparent;
  color: #172026;
  outline: 0;
  box-shadow: none;
}

.bhrc-workspace-message-category-remove .bhrc-workspace-icon {
  width: 0.72em;
  height: 0.72em;
}
/* /BehindApp authenticated workspace message category remove control contract */
