.widget-container {
  margin: 0;
  font-family: 'Roboto';
}

.widget {
  height: 32px;
  display: flex;
  align-items: center;
  user-select: none;
  text-decoration: none;
  gap: 0.5rem;
  padding: 0px 14px 0px 12px;
  border-radius: 4px;
  border: 1px solid  #E5E5E5;
  background: #F9F9FB;
}

.widget:hover {
  background: #F4F4F5;
}

.widget-status-indicator {
  border-radius: 9999px;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.widget-status-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #212529;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}