.left-spaces-nav {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 7px 0 2px;
  padding: 8px 6px 2px;
  border-top: 1px solid #e5eaf0;
}

.left-spaces-heading,
.left-spaces-group {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.left-spaces-heading {
  padding: 2px 8px 5px;
  color: var(--text);
  font-size: 12px;
}

.left-spaces-group {
  padding: 7px 8px 3px;
}

.left-spaces-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 8px;
  border-radius: 9px;
  color: var(--text);
  text-decoration: none;
}

.left-spaces-item:hover {
  background: #f5f8fa;
  color: #0b6f8c;
}

.left-spaces-item:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 1px;
}

.left-spaces-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  overflow: hidden;
  border-radius: 50%;
  background: #e6f6fb;
  color: #0b6f8c;
  font-size: 12px;
  font-weight: 700;
}

.left-spaces-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.left-spaces-name {
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}
