.interest-confidence {
  display: block;
  margin-top: .55rem;
  color: #6f766d;
  font-size: .72rem;
  letter-spacing: .04em;
}

.interest-empty {
  grid-column: 1 / -1;
  min-height: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: 2rem;
  border: 1px dashed rgba(62, 77, 63, .28);
  border-radius: 1.25rem;
  color: #657064;
  text-align: center;
  background: rgba(246, 247, 240, .72);
}

.interest-empty b {
  color: #303b31;
  font-size: 1.05rem;
}

.interest-empty span {
  max-width: 30rem;
  line-height: 1.7;
}
