.mn-share-button {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  border-radius: 50px;
  background-color: #198ed3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40%;
  box-shadow:
    0 2px 4px -1px rgb(0, 0, 0, 0.2),
    0 4px 5px 0 rgb(0, 0, 0, 0.14),
    0 1px 10px 0 rgb(0, 0, 0, 0.12);
}

.mn-share-button:hover {
  cursor: pointer;
  background-color: #1470a6;
}

.mn-share-button.fixed-icon {
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 50px;
  padding: 10px;
}
