.vsl-ptprojects-overview__table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.vsl-ptprojects-overview {
  position: relative;
  margin: 0;
  padding: 0;
}

.vc_column-inner .vsl-ptprojects-overview {
  margin-left: -25px;
  margin-right: -25px;
}

.vsl-ptprojects-overview.is-loading {
  opacity: 0.6;
  transition: opacity 0.18s ease;
}

.vsl-ptprojects-overview__filters {
  margin: 0 0 16px;
  padding: 0;
}

.vsl-ptprojects-overview__sort-form {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 12px;
  margin: 0 0 16px;
  padding: 0;
}

.vsl-ptprojects-overview__sort-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.vsl-ptprojects-overview__sort-field span {
  font-size: 14px;
  font-weight: 600;
}

.vsl-ptprojects-overview__sort-field select {
  min-width: 180px;
  padding: 8px 10px;
}

.vsl-ptprojects-overview__filters strong {
  display: block;
  margin-bottom: 8px;
}

.vsl-ptprojects-overview__filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vsl-ptprojects-overview__filter-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vsl-ptprojects-overview__filter-link {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #d0d7de;
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
  background: #fff;
}

.vsl-ptprojects-overview__filter-link:hover,
.vsl-ptprojects-overview__filter-link:focus {
  text-decoration: none;
  border-color: #98a2b3;
}

.vsl-ptprojects-overview__filter-link.is-active {
  border-color: #009BE0;
  background: #009BE0;
  color: #fff;
}

.vsl-ptprojects-overview__filter-link span {
  opacity: 0.8;
}

.vsl-ptprojects-overview__table th,
.vsl-ptprojects-overview__table td {
  padding: 10px 12px;
  border-bottom: 1px solid #e0e0e0;
}

.vsl-ptprojects-overview__table th {
  text-align: left;
  font-weight: 600;
}

.vsl-ptprojects-overview__sort-link {
  color: inherit;
  text-decoration: none;
}

.vsl-ptprojects-overview__sort-link:hover,
.vsl-ptprojects-overview__sort-link:focus {
  text-decoration: underline;
}

.vsl-ptprojects-overview__sort-link.is-active {
  font-weight: 700;
}

.vsl-ptprojects-overview__table td:last-child,
.vsl-ptprojects-overview__table th:last-child {
  text-align: right;
}
