.grouped-entry {
  margin-bottom: 14px;
}

.timed-entry {
  margin-bottom: 0.15rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  line-height: 1.4;
}

.timed-entry > span:first-child {
  min-width: 0;
}

.timed-entry > span:last-child {
  flex: 0 0 auto;
  color: var(--color-muted);
  text-align: right;
  font-size: 0.95em;
}

.entry-note {
  margin-bottom: 0;
  line-height: 1.4;
}

.section-subheading {
  margin: 0;
}

.project-badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  min-width: 0;
}

.project-badge {
  height: 18px;
  vertical-align: middle;
}

.project-role {
  align-self: center;
}

@media print, screen and (max-width: 760px) {
  .timed-entry {
    display: block;
    margin-bottom: 0.35rem;
  }

  .timed-entry > span:last-child {
    display: block;
    margin-top: 0.05rem;
    text-align: left;
    font-size: 0.9em;
    line-height: 1.3;
  }

  .grouped-entry {
    margin-bottom: 16px;
  }

  .project-badges {
    margin-top: 0.1rem;
  }
}
