#artec-tenant-bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 1.25rem;
  background: #1b1b1b;
  border-bottom: 1px solid #333;
  color: #f0f0f0;
  font-family: sans-serif;
  font-size: 13px;
  flex-wrap: wrap;
}

#artec-tenant-bar label {
  font-weight: 600;
  white-space: nowrap;
}

#artec-tenant-select {
  min-width: 220px;
  max-width: 360px;
  padding: 0.35rem 0.5rem;
  border-radius: 4px;
  border: 1px solid #555;
  background: #2b2b2b;
  color: #fff;
}

#artec-tenant-custom {
  min-width: 160px;
  padding: 0.35rem 0.5rem;
  border-radius: 4px;
  border: 1px solid #555;
  background: #2b2b2b;
  color: #fff;
}

#artec-tenant-bar .artec-tenant-hint {
  color: #aaa;
  font-size: 12px;
}

#artec-tenant-bar .artec-tenant-active {
  color: #61affe;
  font-weight: 600;
}
