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

/* BehindApp authenticated workspace message preview text contract */
.bhrc-workspace-message-preview-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* /BehindApp authenticated workspace message preview text contract */

/* BehindApp authenticated workspace message tags contract */
.bhrc-workspace-message-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  min-height: 24px;
  margin-top: auto;
}

.bhrc-workspace-message-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 7px;
  border: 1px solid #d9dee2;
  border-radius: 999px;
  color: #516069;
  font-size: 0.75rem;
}

.bhrc-workspace-message-tags.has-snooze-tag {
  justify-content: flex-start;
  gap: 4px 10px;
  margin-top: 2px;
}

.bhrc-workspace-message-tags .bhrc-workspace-message-snooze-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  min-height: 0;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  background-color: transparent !important;
  text-align: left;
}

.bhrc-workspace-message-tags .bhrc-workspace-message-snooze-tag::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  background-color: var(--bhrc-workspace-theme-accent, #2563eb);
  -webkit-mask: url("/static/icons/behindapp/paper-plane-launch.svg") center / contain no-repeat;
  mask: url("/static/icons/behindapp/paper-plane-launch.svg") center / contain no-repeat;
}

.bhrc-workspace-message-snooze-action {
  -webkit-appearance: none;
  appearance: none;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  background-color: transparent !important;
  color: var(--bhrc-workspace-theme-accent, #2563eb) !important;
  font: inherit;
  font-size: 0.75rem;
  line-height: 1.25;
  text-align: left;
  -webkit-text-fill-color: currentColor;
  cursor: pointer;
}

.bhrc-workspace-message-snooze-action:is(:hover, :focus-visible) {
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  color: var(--bhrc-workspace-theme-accent, #2563eb) !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.bhrc-workspace-message-queued-schedule {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  min-width: 0;
  margin-top: 2px;
}

.bhrc-workspace-message-queued-schedule-label {
  display: block;
  max-width: 100%;
  color: inherit;
  font-size: 0.75rem;
  line-height: 1.25;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bhrc-workspace-message-queued-schedule-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-width: 0;
}

.bhrc-workspace-message-queued-schedule-action,
.bhrc-workspace-message-queued-schedule-action:is(:hover, :focus, :focus-visible, :active) {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  min-width: max-content;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  background-color: transparent !important;
  color: var(--bhrc-workspace-theme-accent, #2563eb) !important;
  -webkit-text-fill-color: currentColor;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  box-shadow: none !important;
  text-decoration: none !important;
  transform: none !important;
  cursor: pointer;
}

.bhrc-workspace-message-queued-schedule-action:disabled {
  cursor: default;
  opacity: 0.55;
}
/* /BehindApp authenticated workspace message tags contract */
