.soheeco-dashboard-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
}

.soheeco-dashboard-header {
  background: linear-gradient(135deg, #0F4C81, #1D8348);
  color: #fff;
  border-radius: 18px;
  padding: 30px;
  margin-bottom: 30px;
}

.soheeco-course-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #E5E7EB;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.soheeco-course-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.soheeco-course-card-content {
  padding: 20px;
}

.soheeco-progress-bar {
  width: 100%;
  height: 10px;
  background: #E5E7EB;
  border-radius: 999px;
  overflow: hidden;
}

.soheeco-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #0F4C81, #1D8348);
}