/* 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;
}

body.bhrc-workspace-body .bhrc-workspace-message-card .bhrc-workspace-message-snooze-action[data-bhrc-message-action],
body.bhrc-workspace-body .bhrc-workspace-message-card .bhrc-workspace-message-snooze-action[data-bhrc-message-action]:is(:hover, :focus, :focus-visible, :active) {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex !important;
  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;
  font: inherit !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  text-align: left;
  text-decoration: none !important;
  -webkit-text-fill-color: currentColor !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
  outline: 0 !important;
  text-shadow: none !important;
  transform: none !important;
  transition: none !important;
  cursor: pointer;
}

.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;
}

body.bhrc-workspace-body .bhrc-workspace-message-card .bhrc-workspace-message-queued-schedule-action[data-bhrc-message-action],
body.bhrc-workspace-body .bhrc-workspace-message-card .bhrc-workspace-message-queued-schedule-action[data-bhrc-message-action]:is(:hover, :focus, :focus-visible, :active) {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex !important;
  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 !important;
  font: inherit !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  white-space: nowrap;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
  outline: 0 !important;
  text-decoration: none !important;
  text-shadow: none !important;
  transform: none !important;
  transition: none !important;
  cursor: pointer;
}

body.bhrc-workspace-body .bhrc-workspace-message-card .bhrc-workspace-message-queued-schedule-action[data-bhrc-message-action]:disabled {
  cursor: default;
  opacity: 0.55 !important;
}
/* /BehindApp authenticated workspace message tags contract */
