.video-tags-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.video-tag {
  height: 24px;
  margin: 5px;
}
.video-tag__input {
  display: none;
}
.video-tag__label {
  border: solid 1px #e3e3e3;
  padding: 5px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
}
.video-tag__label--checked {
  background: #a52276;
  color: #fff;
  text-shadow: 0 0 0.3px #fff, 0 0 0.3px #fff, 0 0 0.3px #fff;
}
