.search-match {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 4px 8px;
  border: 1px solid #c8c9c1;
  background: #fff7d6;
  color: #5a4600;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.25;
  text-transform: uppercase;
}

.company-wordmark {
  display: grid;
  min-width: 58px;
  min-height: 40px;
  place-items: center;
  color: #171917;
  font-family: var(--body);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: .95;
  text-align: center;
}

.company-wordmark.disney { color: #153b9f; font-family: Georgia, serif; font-style: italic; }
.company-wordmark.lego { min-width: 48px; min-height: 40px; padding: 4px; background: #e3000b; color: #fff; font-size: 15px; letter-spacing: -.02em; text-shadow: 1px 1px 0 #111; }
.company-wordmark.seven-eleven { color: #e43422; font-size: 14px; letter-spacing: -.03em; }
.company-wordmark.att { color: #009fdb; font-size: 20px; letter-spacing: -.07em; }
.company-wordmark.wendys { color: #c8102e; font-family: Georgia, serif; font-size: 17px; }
.company-wordmark.wikipedia { color: #111; font-family: Georgia, serif; font-size: 34px; font-weight: 400; }
.company-wordmark.ben-jerrys { max-width: 76px; color: #1c4482; font-size: 14px; letter-spacing: -.06em; }
.company-wordmark.victorias-secret { color: #111; font-family: Georgia, serif; font-size: 24px; font-weight: 400; letter-spacing: .02em; }
.company-wordmark.subway { color: #008c45; font-size: 17px; letter-spacing: -.06em; }
.company-wordmark.spirit { color: #111; font-size: 20px; font-weight: 700; letter-spacing: -.06em; }
