.pinit-top-right {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  background-color: rgb(230, 0, 35); /* Pinterest red */
  border-radius: 20px;
  padding: 6px 14px !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgb(255, 255, 255);
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  z-index: 2;
}

.pinit-top-right svg {
  width: 16px;
  height: 16px;
  fill: rgb(255, 255, 255);
  pointer-events: none;
}

.pinit-wrapper {
  position: relative;
  display: inline-block;
}

.pinit-banner {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5); /* semi-transparent white */
  text-align: center;
  padding: 12px 0 !important; /* increased height */
  box-sizing: border-box;
  z-index: 1;
  cursor: pointer;
}

.pinit-banner-content {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgb(189, 8, 28); /* Pinterest red */
  font-family: sans-serif;
  font-size: 22px;
  font-weight: 600;
  pointer-events: none; /* let the parent banner handle clicks */
}

.pinit-banner-content svg {
  width: 20px;
  height: 20px;
  fill: rgb(189, 8, 28); /* Pinterest red */
}
