/* Densidad compacta del chat */
html.chat-density-compact .chat-window .message-bubble,
html.chat-density-compact .message-item {
  margin-bottom: 2px !important;
}
html.chat-density-compact .chat-sidebar .conversation-item {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
html.chat-density-compact .message-composer textarea {
  min-height: 36px !important;
}
.header-role-chip,
.header-sucursal-chip {
  display: inline-block;
  margin-left: 6px;
  font-size: 11px;
  padding: 1px 6px;
  border-radius: 999px;
  background: #ede9fe;
  color: #5B21B6;
  font-weight: 600;
}
.cs-settings-overlay {
  position: fixed; inset: 0; z-index: 100060;
  background: rgba(15,6,38,.92);
  display: flex; align-items: center; justify-content: center;
  padding: 16px;
}
.edited-chip {
  cursor: pointer;
  color: #7c3aed !important;
  text-decoration: underline;
}
.keisi-side {
  position: absolute;
  right: 0;
  top: 56px;
  bottom: 0;
  width: min(360px, 100%);
  z-index: 20;
  box-shadow: -8px 0 24px rgba(0,0,0,.12);
}
.fm-caption {
  width: 100%;
  border: 1px solid #ddd6fe;
  border-radius: 8px;
  padding: 8px 10px;
  margin-bottom: 8px;
  font-size: 14px;
}
.unified-picker-wrap {
  position: absolute;
  bottom: 64px;
  right: 12px;
  z-index: 30;
}
