
.activity-table-wrap {
  max-width: 1300px;
  margin: 30px auto;
  padding: 0 12px;
}
.activity-table-title {
  text-align: center;
  margin-bottom: 12px;
  font-size: 22px;
  color:  var(--base-color);
  font-weight: 600;
}
.activity-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  color: #333;
  font-size: 14px;
  line-height: 1.2;
}
.activity-table th {
  padding: 8px 6px;
  text-align: center;
  font-weight: 600;
  background: #f5f7fa;
  border-bottom: 1px solid #e4e7ed;
}
.activity-table td {
  padding: 7px 6px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.activity-table tr:hover {
  background-color: #f5f7fa !important;
}
.activity-price {
  color: var(--base-color);
  font-weight: 600;
}
.table-container {
  overflow-x: auto;
  /*border-radius: 8px;*/
  border: 1px solid #e4e7ed;
}
