.meeting-progress-status {
  cursor: help;
  display: inline-flex;
}

.meeting-progress-status__track {
  align-items: center;
  background: #eef0f3;
  border-radius: 999px;
  display: inline-flex;
  gap: 0.2rem;
  padding: 0.2rem 0.3rem;
}

.meeting-progress-status__pill {
  background: #d0d5dd;
  border-radius: 999px;
  display: block;
  flex-shrink: 0;
  height: 0.45rem;
  overflow: hidden;
  position: relative;
  width: 1.85rem;
}

.meeting-progress-status__pill-fill {
  background: #12b76a;
  border-radius: 999px;
  display: block;
  height: 100%;
  min-width: 0;
  transition: width 0.2s ease;
}

.meeting-progress-status__pip {
  background: #d0d5dd;
  border-radius: 50%;
  flex-shrink: 0;
  height: 0.5rem;
  width: 0.5rem;
}

.meeting-progress-status__pip.is-complete {
  background: #12b76a;
}

.status-progress-mockup__legend {
  display: flex;
  font-size: 0.6875rem;
  gap: 0.2rem;
  margin-top: 0.35rem;
}

.status-progress-mockup__legend-item {
  color: #667085;
  text-align: center;
  width: 1.85rem;
}

.status-progress-mockup__legend-item--pip {
  width: 0.5rem;
}

.status-progress-mockup__key {
  display: grid;
  gap: 0.5rem 1rem;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
}

.status-progress-mockup__key-item {
  align-items: center;
  display: flex;
  gap: 0.65rem;
}

.status-progress-mockup__key-label {
  color: #667085;
  font-size: 0.8125rem;
  min-width: 5.5rem;
}
