.dash-courses {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.dash-course {
  background: var(--e-global-color-bd21716);
  border-radius: 12px;
	border: 2px solid var(--e-global-color-cf379c6);
  text-align: center;
	transition: all 0.3s ease;
  margin-bottom: 18px;
}

/* different background colour */
.in-progress {
  background: var(--e-global-color-7adb7c0);
}

.dash-card-header-wrapper {
	position: relative;
	height: 100px;
}

.dash-card-header-content-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	height: 100px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 12px 12px 0 0;
	gap: 6px;
}

.dash-revise-button {
  position: absolute;
  top: 0;
  width: 100%;
	height: 22px;
	text-align: center;
	background: #4caf50;
  font-family: "Baloo 2", Sans-serif;
	font-size: 15px !important;
	text-transform: uppercase;
	font-weight: 500;
	color: #ffffff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	line-height: 1.5;
  z-index: 2;
}

.dash-card-content-wrapper {
	padding: 6px 12px;
}

.dash-course-title {
	font-family: "Baloo 2", Sans-serif;
	font-size: 16px !important;
  text-align: left;
  font-weight: 500;
	color: var(--e-global-color-cf379c6) !important;
	margin: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.dash-course-title span {
  color: var(--e-global-color-cf379c6) !important;
  fill: var(--e-global-color-cf379c6) !important;
}

.dash-courses a,
.dash-courses h3,
.dash-course-title {
  text-decoration: none !important;
}

.dashboard-progress-bar {
  position: absolute;
	top: 92px;
	left: 0;
	right: 0;
	z-index: 3;
	background: #eee;
	border-radius: 0;
	overflow: hidden;
	height: 8px;
}

.vc-words-learned {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dash-course-words {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--e-global-color-4847f53);
}

.dash-course-words:last-child {
  border-bottom: none;
}

.dash-course-words h4 {
	font-family: "Baloo 2", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.dash-word-list {
  list-style: none;
  margin: 0 !important;
  display: flex;
	flex-wrap: wrap;
  padding-left: 0 !important;
  gap: 6px;
}

.dash-word-list li {
  color: #fff;
  font-family: "Baloo 2", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
  background: #3a0473;
  border-radius: 12px;
  padding: 2px 12px;
}

.vc-coins__row,
.vc-quiz-stats__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.vc-badges__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
}
.vc-badge {
	width: 80px;
}
.vc-badge__img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}

.parent-dash-title {
  font-weight: 900;
  text-transform: capitalize;
}

.child-profiles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.child-profile-card,
.dashbox {
  background-color: var(--e-global-color-cf379c6);
  text-align: center;
  transition: all 0.2s ease;
  display: flex; 
  flex-direction: column; 
  gap: 4px; 
  border-radius: 8px 8px 8px 8px; 
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); 
  padding: 18px;
}

.dashbox {
  text-align: left;
  padding: 36px;
}

.child-profile-card h3 {
  color: var(--e-global-color-primary);
  font-family: "Baloo 2", Sans-serif;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.child-profile-card a {
  background-image: linear-gradient(174deg, #C7ECA1 0%, var(--e-global-color-7b7e1af) 39%);
  color: var(--e-global-color-primary) !important;
  border: none;
  border-radius: 24px;
  font-family: 'Baloo 2' !important;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase !important;
  text-decoration: none !important;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  padding: 8px 24px;
  transition: box-shadow 0.2s ease;
}

.child-profile-card a:hover {
  background: linear-gradient(to bottom, #94DB4F, #469E68);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  cursor: pointer;
}
