.image-download-wrapper {
  display: inline-block;
  text-align: center;
  margin: 4px 0;
  gap: 4px;
  position: relative;
  padding: 4px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.img-dwn-shr-actions-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  align-self: center;
  margin: 4px 0;
  padding: 4px;
  gap: 4px;

}
.download-btn,
.share-btn {
  display: block;
  padding: 6px 12px;
  color: #0073aa;
  font-style: italic;

  background-color: transparent;
  border: none;
  text-decoration: none;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  width: 50%;
  border: 1px solid #0073aa;
}
.download-btn:hover,
.share-btn:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.pin-it-btn {
  background: #bd091c;
  padding: 2px 8px;
  text-decoration: none;
  border-radius: 16px;
  font-size: 16px;
  font-style: italic;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  font-family: serif;
  position: absolute;
  top: 8px;
  right: 8px;
}
