.view--table .tablesort--asc::after, .view--table .tablesort--desc::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  line-height: 1;
  text-align: center;
  text-rendering: auto;
}

.view--table {
  --table--width: 100%;
  --view--pager--margin-top: 35.15625px;
}
.view--table td:not(:has(a)) {
  font-size: 0.8rem;
}
.view--table .tablesort {
  background: none;
  width: auto;
  height: auto;
}
.view--table .tablesort::after {
  font-size: 0.75em;
  margin-left: 4.718592px;
}
.view--table .tablesort--asc::after {
  font-family: "Font Awesome 7 Sharp Solid";
  content: "\f078";
}
.view--table .tablesort--desc::after {
  font-family: "Font Awesome 7 Sharp Solid";
  content: "\f077";
}
@container (width < 600px) {
  .view--table thead {
    display: none;
  }
  .view--table td {
    display: flex;
    flex-direction: column;
    padding-block: 14.4px;
  }
  .view--table td::before {
    font-size: 0.8rem;
    font-weight: 500;
    content: attr(data-cell);
  }
}
