/* ========================  Consortium member dashboard  =========================== */




.tm-cm-dash-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.tm-cm-dash-header__title {
  margin-bottom: 0 !important;
}

.tm-cm-dash-header__profile {
  text-decoration: none;
  flex-shrink: 0;
}

.tm-cm-dash-header__avatar-wrap {
  position: relative;
  display: inline-block;
}

.tm-cm-dash-header__avatar {
  border-radius: 999px;
  border: 2px solid #0f6ea9;
}

.tm-cm-verify-badge {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #0f6ea9;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  border: 2px solid #fff;
  box-sizing: border-box;
}

.tm-cm-verify-badge--header {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}

.tm-cm-dash-section {
  margin-top: 36px;
}



.tm-cm-dash-section__all {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #0660A6;
}

.tm-cm-dash-section__all:hover {
  text-decoration: underline;
}

.tm-cm-dash-empty {
  font-family: "Open Sans", sans-serif;
  color: #555;
  margin: 0;
}


.tm-cm-driver-card__top {
  display: flex;
  gap: 14px;
  padding: 18px 16px;
  align-items: center;
}

.tm-cm-driver-card__avatar-wrap {
  position: relative;
  flex-shrink: 0;
}





.tm-cm-driver-card__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.tm-cm-driver-card__name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #111;
}






/* CM dashboard assigned courses: same course-card image area as consortium; fallback when no featured image */
.tm-cm-course-card--dash-assign
  .course-card-image
  .course-card-image__fallback {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e8e8e8;
  display: block;
}



.tm-cm-dash-assign-driver__avatar-wrap {
  position: relative;
  flex-shrink: 0;
}



.tm-cm-dash-assign-driver__avatar--ph {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #555;
}

.tm-cm-dash-assign-driver__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}


.tm-cm-course-card--dash-assign .course-card-title {
  margin-bottom: 12px !important;
}

.tm-cm-dash-th-wrap {
  margin-top: 0;
}
