<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">tags {
  float:left;
  display:block;
  width:325px;
  border:none;
  text-align:center;
}
@media screen and (max-width: 1080px) {
tags {
  width:auto;
}
}
tags:hover {
  border:none;
  outline:none;
}
tags tag {
  display: inline-block;
  vertical-align:middle;
  float:left;
  text-align:center;
  height:20px;
  line-height:20px;
  position: relative;
  cursor: default;
  white-space: nowrap;
}
tags tag &gt; span {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
  font-size:12px;
  color:#222222;
  background: #E5E5E5;
}
tags tag.tagify--noAnim {
  animation: none;
  margin: 0px 0px 15px 5px;
}
tags tag.tagify--hide {
  pointer-events: none;
  width: 0 !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
  transform: scale(0);
}
tags input,
tags textarea {
  border: 0;
  display: none;
}
tags div {
  display:none;
}
tags .input {
  display: block;
  position: relative;
  white-space: nowrap;
}
tags .input:focus {
  outline: none;
}</pre></body></html>