.btwab-progress-track {
  background: #eee;
  height: 10px;
  border-radius: 6px;
  overflow: hidden;
  max-width: 500px;
}

.btwab-progress-bar {
  height: 10px;
  width: 0%;
  background: #2271b1;
  transition: width 0.3s ease;
}

#btwab-progress-label {
  margin-top: 6px;
  font-size: 13px;
}

.btwab-cleaner-summary {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}

.btwab-cleaner-summary div {
  background: #fff;
  border: 1px solid #ccd0d4;
  padding: 15px;
  text-align: center;
  min-width: 120px;
}

.btwab-cleaner-why ul {
  list-style: disc;
  margin-left: 20px;
}

.btwab-cleaner-warning {
  background: #fff8e5;
  border-left: 4px solid #dba617;
  padding: 10px;
}
