.cs-table .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.cs-table table {
  width: 100%;
  border-collapse: collapse;
}

.cs-table th,
.cs-table td {
  padding: 12px;
  border-bottom: 1px solid #e5e5e5;
}

.cs-table th {
  cursor: pointer;
}

.cs-table th.asc::after { content: " ▲"; }
.cs-table th.desc::after { content: " ▼"; }

.btn-primary {
  padding: 8px 14px;
  background: #2563eb;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

tr[data-href] {
  cursor: pointer;
}

tr[data-href]:hover {
  background: #f5f7fa;
}

.cube-pagination a {
  margin: 0 5px;
  text-decoration: none;
  font-weight: 600;
}
  