.ez-product-signature {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(127, 127, 127, 0.18);
  color: inherit;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  opacity: 0.64;
}

.ez-product-signature a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.ez-product-signature a:hover,
.ez-product-signature a:focus-visible {
  text-decoration: underline;
}

.ez-product-signature code {
  font: inherit;
  font-weight: 700;
}
