.tk-bbpress-stats {
  margin: 0;
  padding: 0;
}

.tk-bbpress-stats dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.tk-bbpress-stats dd {
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
}

.tk-bbpress-stats .tk-bbpress-stats-label {
  font-weight: bold;
  color: #333;
}

.tk-bbpress-stats .tk-bbpress-stats-value {
  font-size: 1.1em;
  color: #666;
}

.tk-bbpress-stats-widget {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
}

.tk-bbpress-stats-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.tk-bbpress-stats-label {
  font-weight: bold;
  color: #333;
}

.tk-bbpress-stats-value {
  font-size: 1.1em;
  color: #666;
}
