.camp-group {
  border-top: 1px solid #d7edf0;
  padding: 12px 0;
}

.camp-title {
  align-items: center;
  color: var(--blue);
  display: flex;
  font-size: 14px;
  justify-content: space-between;
}

.camp-title span {
  background: #dff8fb;
  border-radius: 99px;
  color: var(--ink);
  display: grid;
  font-weight: 900;
  height: 25px;
  min-width: 25px;
  place-items: center;
}

.camp-group p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  margin: 5px 0 0;
}
