#combo-info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-family: 'Arial', sans-serif;
  width: 100%;
}

#combo-info .killstreak-info {
  margin-left: 20px;
}

#combo-info-item {
  display: flex;
  align-items: center;
  margin: 0 10px;
}

#combo-info-label {
  font-size: 14px;
  margin-right: 5px;
  color: #ccc;
}

#combo-info-value {
  font-size: 16px;
  font-weight: bold;
}

#current-level {
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold;
  color: #000;
}

#current-level[data-level="weak"] {
  background-color: #8c8b8b;
}


#next-level-requirement {
  color: #3498db;
  font-weight: bold;
} 