.ebaybutton-wrapper {
  margin: 12px 0;
}

.ebaybutton-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.ebaybutton-link:hover,
.ebaybutton-link:focus {
  opacity: 0.92;
  text-decoration: none;
}

.ebaybutton-logo {
  height: 20px;
  width: auto;
  display: block;
  background: #ffffff;
  padding: 2px 4px;
  border-radius: 3px;
}

.ebaybutton-text {
  line-height: 1;
}
