.work-entry-header {
  --work-entry-header-accent: #218777;
  --work-entry-header-accent-bottom: 10px;
  --work-entry-header-accent-left: 14px;
  --work-entry-header-accent-top: 10px;
  --work-entry-header-border: #d9e2ec;
  background: #ffffff;
  border: 1px solid var(--work-entry-header-border);
  border-radius: 8px;
  position: relative;
}

.work-entry-header::before {
  background: var(--work-entry-header-accent);
  border-radius: 999px;
  bottom: var(--work-entry-header-accent-bottom);
  content: "";
  left: var(--work-entry-header-accent-left);
  position: absolute;
  top: var(--work-entry-header-accent-top);
  width: 4px;
}

.work-entry-header-title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  min-width: 0;
}

.work-entry-header-title h1 {
  color: #111827;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}

.work-entry-header-user {
  align-items: center;
  background: #f7fafc;
  border: 1px solid #dbe5ed;
  border-radius: 999px;
  color: #667085;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 6px;
  min-height: 28px;
  padding: 4px 10px;
  white-space: nowrap;
}

.work-entry-header-user strong {
  color: #111827;
  font-size: 13px;
}

.work-entry-header-command-group,
.work-entry-header-period-group {
  min-width: 0;
}
