.candidate-list {
  display: grid;
  gap: 9px;
}

.candidate-item {
  display: grid;
  gap: 3px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f7faf8;
  padding: 12px;
  text-align: left;
  color: #15332e;
}

.candidate-item strong {
  color: var(--green);
  font-size: 16px;
}

.candidate-item span {
  font-weight: 700;
}

.candidate-item small {
  color: #61736f;
}

.candidate-item:focus,
.candidate-item:hover {
  outline: 3px solid #23645929;
  border-color: var(--green2);
}

.test-banner {
  border: 2px solid #d06a2f;
  background: #fff4ea;
  color: #7d3510;
}

.test-banner p {
  margin: 6px 0 0;
  font-size: 13px;
}

.inbound-type {
  margin-top: 14px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f7faf8;
}

.inbound-type label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}

.inbound-type select {
  width: 100%;
  min-height: 48px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
}

.inbound-type .muted {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.5;
}
