.comment-edit-history__indicator {
  display: inline-flex;
  align-items: center;
  margin-left: 0.5em;
}

.comment-edit-history__link {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  font-size: 0.85em;
  text-decoration: none;
}

.comment-edit-history__link--open {
  font-weight: 600;
}

.comment-edit-history__panel {
  margin-top: 0.75em;
  border-left: 2px solid var(--main-menu-item-active-bg, #e0e0e0);
  padding-left: 0.75em;
}

.comment-edit-history__item {
  margin-bottom: 0.75em;
}

.comment-edit-history__meta {
  font-size: 0.85em;
  color: #777;
  display: flex;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}

.comment-edit-history__badge {
  display: inline-block;
  padding: 0.1em 0.4em;
  font-size: 0.75em;
  background: #f0f0f0;
  border-radius: 1em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #555;
}
