.xo-product-card__vendor {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 0.08);
  color: #000;
  font-size: 1.25rem;
  line-height: 1.2;
  white-space: nowrap;
  margin-inline: auto;
}
