/**
 * Block : Share
 * =================================
 *
 *
 *
 */

.share__items-item-button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  appearance: none;
  border: 0;
  background-color: var(--wp--preset--color--primary);
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.share__items-item-button:hover {
  background-color: var(--wp--preset--color--secondary);
}

.share__items-item-button > svg {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.share__items-item-button > svg path {
  fill: white;
}
