.ov-table-wrap {
  overflow-x: auto;
  background: var(--ov-color-surface);
  border: 1px solid var(--ov-color-border);
  border-radius: var(--ov-radius-3);
}

.ov-table {
  margin: 0;
  min-width: 44rem;
}

.ov-table th,
.ov-table td {
  padding: 0.85rem 1rem;
}

.ov-table tbody tr:hover {
  background: var(--ov-color-bg-subtle);
}

.ov-table .is-sticky {
  position: sticky;
  inset-inline-start: 0;
  z-index: 1;
  background: inherit;
}

.ov-table-check,
.ov-table-minus {
  display: inline-grid;
  width: 1.35rem;
  height: 1.35rem;
  place-items: center;
  border-radius: 50%;
  font-weight: 700;
}

.ov-table-check {
  color: var(--ov-color-success);
  background: var(--ov-color-success-soft);
}

.ov-table-minus {
  color: var(--ov-color-text-muted);
  background: var(--ov-color-bg-subtle);
}
