/* line 1, app/assets/stylesheets/pages/tags.scss */
.tag-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  padding: 2px 8px;
  white-space: nowrap;
}

/* line 8, app/assets/stylesheets/pages/tags.scss */
.tag-pill .color-dot {
  width: 9px;
  max-width: 9px;
  height: 9px;
  max-height: 9px;
  border-radius: 50%;
  margin-right: 6px;
}

/* line 17, app/assets/stylesheets/pages/tags.scss */
.tag-pill .tag-label {
  margin-right: 8px;
  color: black;
  cursor: default;
}

/* line 23, app/assets/stylesheets/pages/tags.scss */
.small-pill-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

/* line 28, app/assets/stylesheets/pages/tags.scss */
.small-pill-container .tag-pill {
  padding: 1px 4px;
  margin-right: 4px !important;
}

/* line 32, app/assets/stylesheets/pages/tags.scss */
.small-pill-container .tag-pill .color-dot {
  min-width: auto !important;
}

/* line 37, app/assets/stylesheets/pages/tags.scss */
.hidden-tags-theme.tippy-tooltip {
  background: none;
  padding: 0px !important;
}

/* line 40, app/assets/stylesheets/pages/tags.scss */
.hidden-tags-theme.tippy-tooltip .tippy-content {
  top: 2px !important;
  padding: 5px !important;
  background-color: white !important;
  box-shadow: 0px 0px 1px 0px var(--font-color) !important;
}
