.cv-taste-match {
  display: grid;
  gap: .2rem;
  margin: .7rem 0;
  padding: .65rem .75rem;
  border: 1px solid rgba(177, 128, 0, .3);
  border-radius: .7rem;
  background: #fff8df;
  color: #4d3510;
  font-size: .78rem;
  line-height: 1.45;
}

.cv-taste-match strong {
  color: #6b0010;
  font-size: .76rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cv-taste-match span { color: inherit; }

.cv-taste-match-compact {
  margin: .4rem 0 0;
  padding: .45rem .55rem;
  font-size: .72rem;
}

.cv-taste-table-cell {
  display: grid;
  gap: .35rem;
}

.cv-taste-table-cell strong { color: #6b0010; }

.cv-taste-public-note {
  color: #715e57;
  font-size: .78rem;
}
