.share-buttons-div {
  display: flex;
  gap: 8px;
  justify-content: center;

  .share-button {
    all: unset;
    align-items: center;
    border: solid #2D2E33 1px;
    border-radius: 50%;
    display: flex;
    height: 44px;
    justify-content: center;
    width: 44px;

    span:hover{
      color: #d93b0b !important;
      cursor: pointer;
    }
  }
}

.share-button:hover {
  cursor: pointer;
  svg path {
    color: #d93b0b !important;
    fill: #d93b0b !important;
  }
}
