.result-contact,
.result-offer {
  display: block;
  font-size: 9px;
  line-height: 1.4;
  margin: 8px 0 0;
}

.result-contact {
  color: var(--green);
  font-weight: 600;
  overflow-wrap: anywhere;
}

.result-contact.muted {
  color: #a0a9a1;
  font-weight: 400;
}

.result-offer { color: #6e7c70; }
.result-offer b { color: #526258; }
