.phonehub-tag-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding-bottom: 22px;
}

.phonehub-tag {
  width: fit-content;
  display: inline-block;
  background-color: #eeeeee;
  padding: 10px 14px;
  margin: 6px;
  border-radius: 16px !important;
  font-size: 0.8em;
}

.phonehub-tag-close {
  color: #6c6c6c !important;
  margin-left: 6px;
  border: 0 !important;
  padding: 0 !important;
}

.phonehub-tag-close,
.phonehub-tag-content {
  display: inline-block;
}
