/* Chỉ ảnh hưởng đến vùng Tagify */
.tagify {
  width: 100% !important;
  height: auto !important;
  min-height: 42px;
}

.tagify__wrapper {
  flex-wrap: wrap !important;
  display: flex;
  gap: 0.25rem;
  align-items: flex-start !important;
}

.tagify__tag {
  margin-bottom: 0.25rem;
}

.tagify__input {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  min-height: 32px !important;
}

.table .btn-action {
  cursor: pointer;
}

.table .btn-action:hover {
  opacity: 0.85;
  /* tuỳ chọn: hiệu ứng mờ khi hover */
}
