.teamix-pro-info-table {
  text-align: center;
  width: 100%;
  color: var(--color-brand1-6);
  .next-table td .next-table-cell-wrapper {
    padding: 16px 24px;
  }
  .next-table-row.hovered {
    background-color:var(--color-fill1-1);
  }
  .next-table-row {
    color: var(--color-text1-3, #333333);
  }
  .key-type {
    background: var(--color-fill1-2);
    color: var(--color-text1-6, #666);
  }
}