.environment-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  border-radius: 999px;
  background: #f7c948;
  color: #17212b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}

.current-user-label {
  color: #4b5968;
  font-size: 13px;
  font-weight: 700;
}

[data-view].nav-selected:not(.active) {
  outline: 2px solid #7aa7d9;
  outline-offset: -2px;
}

.workspace-tab {
  cursor: grab;
}

.workspace-tab:active,
.workspace-tab.dragging {
  cursor: grabbing;
}

.workspace-tab.dragging {
  opacity: .45;
}
