.tags {
  @apply -ml-3;
}

.tag {
  @apply inline-flex items-center mr-3 py-1 px-2 bg-filter-grey rounded-sm;
}

.tag-delete {
  @apply ml-1;
}

/* Draggable styles */
.tags,
.tags:focus,
.tags:active,
.tag,
.tag:focus,
.tag:active {
  outline: none !important;
}
