.custom-table .table :is(th, td) {
  border: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.custom-table .table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: #f8f8f8;
}

.custom-table thead th {
  color: #333333;
}

.custom-table tbody td {
  color: #757475;
}

.custom-table table button,
.custom-table table a {
  display: table-cell;
  color: #3467c9;
  padding: 0;
  background-color: transparent;
  border: none;
  
  text-decoration: underline;
  border-left: 5px solid;
  padding-left: 5px;
}

.custom-table table button:hover,
.custom-table table a:hover {
  filter: brightness(50%);
  color: #3467c9;
}

.table-header {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 35px;
  color: #333333;
  margin-top: 50px;
}

.mobile-table {
  margin: 0 -35px;
}

.mobile-table-card {
  padding: 31px 24px 24px 37px;
}
.mobile-table-card:last-child {
  margin-bottom: 31px;
}

.mobile-table-card:nth-of-type(2n + 1) {
  background-color: #f8f8f8;
}

.mobile-table-card-row {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  justify-content: space-between;
}

.mobile-table-card-row-header {
  color: #333333;
  margin-right: 20px;
  margin-bottom: 0;
}

.mobile-table-card-row-text {
  margin-bottom: 0;
  color: #757475;
}

.mobile-table-card-row-link {
  color: #3467c9;
}

.mobile-table-card-row {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .table-header {
    margin-top: 80px;
    padding-top: 28px;
    border-top: 1px solid #ebebeb;
    line-height: 1;
  }
}
