.kb-project-progress {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 126px;
  min-width: 126px;
  vertical-align: middle;
}

.kb-project-progress-bar {
  position: relative;
  width: 64px;
  height: 12px;
  border-radius: 999px;
  background: #e8edf6;
  overflow: hidden;
  display: inline-block;
}

.kb-project-progress-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #4f8cff 0%, #37c4a4 100%);
}

.kb-project-progress-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f2a3d;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

th.kb-project-progress-head,
td.kb-project-progress-col {
  width: 150px;
  min-width: 150px;
  text-align: center;
  vertical-align: middle;
}

.kb-project-progress-meta {
  color: #5f6b81;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

html[data-theme-toggle-theme="dark"] .kb-project-progress-bar {
  background: #2b3444;
}

html[data-theme-toggle-theme="dark"] .kb-project-progress-label {
  color: #d9e7ff;
}

html[data-theme-toggle-theme="dark"] .kb-project-progress-meta {
  color: #b7c2d4;
}

.kb-overview-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 10px;
}

.kb-overview-head-row > h2 {
  margin: 0 !important;
  flex: 0 0 auto;
}

.kb-overview-progress {
  margin: 0;
  padding: 0;
  width: min(520px, 100%);
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.kb-overview-progress-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 4px;
  color: #2a3344;
  font-size: 13px;
  width: 100%;
}

.kb-overview-progress-title {
  white-space: nowrap;
}

.kb-overview-progress-track {
  width: 210px;
  margin: 0;
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: #e8edf6;
}

.kb-overview-progress-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #4f8cff 0%, #37c4a4 100%);
}

.kb-overview-progress-meta {
  margin-top: 3px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 14px;
  color: #5f6b81;
  font-size: 11px;
  width: 100%;
}

html[data-theme-toggle-theme="dark"] .kb-overview-progress-inline {
  color: #d8e7ff;
}

html[data-theme-toggle-theme="dark"] .kb-overview-progress-track {
  background: #2b3444;
}

html[data-theme-toggle-theme="dark"] .kb-overview-progress-meta {
  color: #b7c2d4;
}

@media (max-width: 1100px) {
  .kb-overview-head-row {
    flex-direction: column;
    align-items: stretch;
  }

  .kb-overview-progress-inline,
  .kb-overview-progress-meta {
    justify-content: flex-start;
  }
}

.kb-overview-hours {
  margin-top: 10px;
}

.kb-overview-hours-main {
  color: #2a3344;
  font-size: 13px;
  font-weight: 600;
  margin: 4px 0 8px;
}

.kb-overview-hours-track {
  height: 8px;
  border-radius: 999px;
  background: #e8edf6;
  overflow: hidden;
}

.kb-overview-hours-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #6d8cff 0%, #35bea4 100%);
}

.kb-overview-hours-links {
  margin: 8px 0 0;
}

.kb-overview-hours-legend {
  margin: 6px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #5f6b81;
  font-size: 11px;
}

.kb-members-stats {
  display: none !important;
}
.members.box ul li.kb-member-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  flex-wrap: wrap;
}

.members.box ul.kb-members-custom-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.members.box ul.kb-members-custom-list > li {
  margin: 0 0 6px;
  padding: 0;
}

.kb-member-left {
  min-width: 0;
  color: #2a3344;
  font-weight: 600;
}

.kb-member-right {
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 152px;
  justify-content: flex-start;
}

.kb-member-metrics {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #5f6b81;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.kb-member-hours {
  color: #2a3344;
}

.kb-member-progress {
  width: 62px;
  height: 6px;
  border-radius: 999px;
  background: #e8edf6;
  overflow: hidden;
}

.kb-member-progress-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #4f8cff 0%, #37c4a4 100%);
}


html[data-theme-toggle-theme="dark"] .kb-overview-hours-main {
  color: #d8e7ff;
}

html[data-theme-toggle-theme="dark"] .kb-overview-hours-track {
  background: #2b3444;
}

html[data-theme-toggle-theme="dark"] .kb-overview-hours-legend,
html[data-theme-toggle-theme="dark"] .kb-overview-hours-links a {
  color: #b7c2d4;
}

html[data-theme-toggle-theme="dark"] .kb-member-metrics {
  color: #b7c2d4;
}

html[data-theme-toggle-theme="dark"] .kb-member-left {
  color: #d8e7ff;
}

html[data-theme-toggle-theme="dark"] .kb-member-hours {
  color: #d8e7ff;
}

html[data-theme-toggle-theme="dark"] .kb-member-progress {
  background: #2b3444;
}
