.df-progress-title {
  font-size: 2.2rem;
  font-weight: 300;
  color: #212529;
  margin-bottom: 0.5rem;
}

.df-progress-title span {
  font-weight: 700;
}

.df-progress-header {
  display: flex;
  height: 44px;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.df-progress-header-label {
  background: #0d6efd;
  color: #fff;
  font-weight: 600;
  font-size: 0.92rem;
  display: flex;
  align-items: center;
  padding: 0 18px;
  white-space: nowrap;
}

.df-progress-header-bar {
  background: #adb5bd;
}

.df-progress-cards {
  border: 1px solid #7e8081;
  border-top: none;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}

.df-progress-card {
  border-right: 1px solid #7e8081;
  border-top: 1px solid #7e8081;
  border-bottom: 1px solid #7e8081;
  padding: 22px 12px 18px;
  text-align: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

@media (max-width: 768px) {
  .df-progress-card {
    border-right: none;
    border-top: 1px solid #7e8081;
  }
}

.df-progress-card i {
  font-size: 1.6rem;
  color: #495057;
}

.df-progress-card.df-progress-card--highlight i {
  color: #0d6efd;
}

.df-progress-card-label {
  font-size: 0.98rem;
  font-weight: 600;
  color: #212529;
  line-height: 1.3;
}

.df-progress-block {
  margin-bottom: 2.5rem;
}