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

/* BehindApp authenticated workspace message empty-state shell contract */
.bhrc-workspace-empty {
  grid-row: 2;
  grid-column: 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  min-height: 100%;
  padding: 30px;
  color: #59646b;
  text-align: center;
}

.bhrc-workspace-empty[hidden] {
  display: none;
}

.bhrc-workspace-empty strong {
  color: #414b52;
}

.bhrc-workspace-empty span {
  max-width: 250px;
  line-height: 1.45;
}
/* /BehindApp authenticated workspace message empty-state shell contract */

/* BehindApp authenticated workspace message empty-state illustration contract */
.bhrc-workspace-empty-illustration {
  position: relative;
  display: block;
  width: 118px;
  height: 118px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  object-fit: contain;
}

.bhrc-workspace-empty-illustration::before {
  display: none;
  content: none;
}

.bhrc-workspace-empty-illustration::after {
  display: none;
  content: none;
}
/* /BehindApp authenticated workspace message empty-state illustration contract */
