
.pin-it-btn-wrapper {
  position: relative;
  display: inline-block;
}

.pin-it-btn {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1000;
  cursor: pointer;
  border: none;
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}

.pin-it-btn:hover {
  opacity: 0.8;
}

.pin-it-btn svg {
  margin-right: 5px;
  vertical-align: middle;
}

.pin-it-btn[style*="border-radius: 50%"] {
  padding: 0 !important;
}

.pin-it-btn[style*="border-radius: 50%"] svg {
  margin-right: 0;
}

.pin-it-btn[style*="border-radius: 50%"] span {
  display: none;
}

.pin-it-btn {
  text-transform: none !important;
}

.pin-it-btn span {
  text-transform: none !important;
}

.pin-it-btn[data-pin-text="pin-it"] span::first-letter,
.pin-it-btn[data-pin-text="save"] span::first-letter {
  text-transform: uppercase !important;
}