.univer-flex {
  display: flex;
}

.univer-grid {
  display: grid;
}

.univer-hidden {
  display: none;
}

.univer-flex-col {
  flex-direction: column;
}

.univer-justify-end {
  justify-content: flex-end;
}

.univer-gap-2 {
  gap: .5rem;
}

.univer-border-t {
  border-top-width: 1px;
}

.univer-border-gray-200 {
  border-color: var(--univer-gray-200);
}

.univer-py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.univer-pt-3 {
  padding-top: .75rem;
}

.univer-text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.univer-text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

.univer-text-gray-400 {
  color: var(--univer-gray-400);
}

.univer-text-gray-600 {
  color: var(--univer-gray-600);
}

.univer-text-red-500 {
  color: var(--univer-red-500);
}

.dark\:\!univer-text-gray-200:where(.univer-dark, .univer-dark *) {
  color: var(--univer-gray-200) !important;
}
