.camp-group {
  border: 1px solid #42658f;
  border-radius: 16px;
  margin: 10px 0;
  padding: 13px;
  background: #122d55;
}

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

.camp-title > div {
  display: grid;
  gap: 3px;
}

.camp-title small {
  color: #b8cce8;
  font-size: 11px;
  font-weight: 700;
}

.camp-title span {
  background: #9cc9ff;
  border-radius: 99px;
  color: #07142f;
  display: grid;
  font-weight: 900;
  height: 25px;
  min-width: 25px;
  place-items: center;
}

.camp-group p {
  color: #dce9fb;
  font-size: 13px;
  line-height: 1.4;
  margin: 5px 0 0;
}

.camp-dory { border-color: #5f91d8; }
.camp-marlin { border-color: #d98263; }
.camp-hank { border-color: #bc7169; }
.camp-destiny { border-color: #7ebccc; }
