.bb-wordmark {
  display: inline-flex !important;
  align-items: baseline;
  gap: .08em;
  padding: .42rem .7rem .38rem;
  border: 1px solid rgba(216, 179, 107, .58);
  border-radius: 999px;
  background: #102820;
  color: #fffdf7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: -.045em;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(3, 22, 17, .12);
}
.bb-wordmark-boss,
.bb-wordmark-buddy { display: inline !important; }
.bb-wordmark-buddy { color: #d8b36b; font-weight: 650; }
.bb-b-mark {
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  aspect-ratio: 1;
  border: 1px solid #d8b36b;
  border-radius: 50%;
  background: #102820;
  color: #fffdf7;
  font: 800 1.15rem/1 Georgia, serif;
}
.bb-wordmark-image {
  display: block;
  width: 124px;
  height: 32px;
  object-fit: contain;
  flex: 0 0 auto;
}
@media (max-width: 640px) {
  .bb-wordmark { padding: .38rem .58rem .34rem; font-size: .86rem; }
  .bb-wordmark-image { width: 112px; height: 29px; }
}
