.tag-admin-stack {
  align-content: start;
  align-items: start;
  background: #fff;
  grid-auto-rows: max-content;
}

.tag-dictionary {
  min-width: 0;
  display: grid;
  gap: 10px;
}

.tag-dictionary + .tag-dictionary {
  margin-top: 8px;
}

.tags-table .notion-row {
  grid-template-columns: minmax(190px, 1fr) 110px 56px 70px;
}

.tag-color-dot {
  width: 22px;
  height: 22px;
  justify-self: start;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--tag-color);
  box-shadow: 0 0 0 1px var(--border);
}

.tag-color-input {
  padding: 2px;
}

@media (max-width: 720px) {
  .tags-table .notion-row {
    grid-template-columns: minmax(170px, 1fr) 92px 48px 70px;
  }
}
