.issue-flag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.65rem;
  border-radius: 9999px;
  font-size: 0.85rem;
  line-height: 1rem;
  font-weight: 600;
}

.issue-flag--blocked {
  background-color: #fef3c7;
  color: #92400e;
  border: 1px solid #f59e0b;
}

.issue-flag--blocked svg {
  width: 1rem;
  height: 1rem;
}

