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

/* BehindApp authenticated workspace message-list layout base contract */
.bhrc-workspace-message-list {
  grid-row: 2;
  grid-column: 1;
  min-height: 0;
  overflow: auto;
}

.bhrc-workspace-list-pane.is-deleted-folder .bhrc-workspace-message-list,
.bhrc-workspace-list-pane.is-deleted-folder .bhrc-workspace-empty {
  grid-row: 3;
}
/* /BehindApp authenticated workspace message-list layout base contract */

/* BehindApp authenticated workspace deleted retention notice state contract */
.bhrc-workspace-deleted-retention-notice {
  grid-row: 2;
  grid-column: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-width: 0;
  padding: 9px 12px;
  border-bottom: 1px solid #dce2e7;
  color: #3d4850;
  font-size: 0.84rem;
  line-height: 1.35;
  text-align: left;
}

.bhrc-workspace-deleted-retention-notice[hidden] {
  display: none;
}

.bhrc-workspace-deleted-retention-notice .bhrc-workspace-icon {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  color: #5b6670;
}

.bhrc-workspace-deleted-retention-notice > span:last-child {
  min-width: 0;
}

.bhrc-workspace-deleted-retention-notice strong {
  color: #b42318;
  font-weight: 850;
}

body.bhrc-workspace-body.is-workspace-dark .bhrc-workspace-deleted-retention-notice {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border-bottom-color: color-mix(in srgb, var(--bhrc-workspace-theme-accent, #75a7ff) 34%, rgba(237, 242, 246, 0.34)) !important;
  color: #f3f7fb !important;
  -webkit-text-fill-color: #f3f7fb !important;
  text-shadow: 0 0 1px rgba(6, 10, 14, 0.96), 0 1px 1px rgba(6, 10, 14, 0.9);
}

body.bhrc-workspace-body.is-workspace-dark .bhrc-workspace-deleted-retention-notice .bhrc-workspace-icon {
  color: var(--bhrc-workspace-theme-accent, #75a7ff) !important;
  filter: drop-shadow(0 0 0.45px currentColor);
}

body.bhrc-workspace-body.is-workspace-dark .bhrc-workspace-deleted-retention-notice strong {
  color: #ff5c5c !important;
  -webkit-text-fill-color: #ff5c5c !important;
  text-shadow: 0 0 1px rgba(6, 10, 14, 0.96), 0 1px 1px rgba(6, 10, 14, 0.9);
}
/* /BehindApp authenticated workspace deleted retention notice state contract */
