.list-table {
  border: 1px solid var(--gray-90);
  width: calc(100% - 64px);
  margin: 2em 0 0 0;
  border-radius: 4px 4px 0 0;
  border-spacing: 0;
  border-collapse: separate;
  background-color: var(--white-100);
  width: 100%;
}

.list-table thead tr th {
  padding: 2.625em 2em 1.25em 2em;
  text-align: left;
  font-weight: 500;
  color: var(--gray-40);
  font-size: 0.75em;
  border-bottom: 1px solid var(--gray-90);
}

.list-table td {
  padding: 1em;
  @media screen and (min-width: 1440px) {
    padding: 1em 2em;
  }

  font-size: 14px;
  border-bottom: 1px solid var(--gray-90);
  color: var(--gray-30);
}

.table__cell--link {
  font-weight: 500;
  max-width: 300px;
  min-width: 250px;
}

.table__cell--link a {
  text-decoration: none;
  color: var(--miret-blue-36);
}

.table__cell--link a:hover {
  text-decoration: underline;
  text-decoration-color: var(--miret-blue-36);
  color: var(--miret-blue-50);
}

.dot-meter {
  display: flex;
  gap: 0.25em;
  align-items: center;
  min-width: 120px;
}

.table-footer td:first-child {
  text-align: left;
}

.table-footer td:last-child {
  text-align: right;
}

.table-footer td {
  color: var(--gray-40);
  padding: 3.5em 2em;
}

.table-footer .total {
  color: var(--gray-40);
  font-weight: 600;
}
