@use "design";

.table {
  &.isFullWidth {
    width: 100%;
  }

  thead tr,
  th {
    font-weight: design.$weight-display-bold;
  }

  td,
  th {
    padding-left: design.$space-75;
    padding-right: design.$space-75;
    vertical-align: middle;
  }

  td,
  th {
    padding-top: design.$space-50;
    padding-bottom: design.$space-50;
  }

  tbody td,
  tbody th {
    border-top: 1px solid design.$card-border-color;
  }

  a {
    // font-weight: design.$weight-display-bold;
    // color: design.$text-grey;
  }

  .tableCellLink {
    color: design.$color-on-surface;
  }
}
