.share-icon {
  padding: 0 8px 3.5px 0;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  filter: grayscale(85%) opacity(0.8);
}

.sharediv {
  position: relative;
  top: 20px;
  right: 20px;
  padding-bottom: 30px;
}

.toastdiv {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.toastbox {
  width: 260px;
  padding: 12px;
  background-color: var(--ea-bg-deep);
  color: var(--ea-contrast);
  border: 1px solid var(--ea-line);
  border-radius: 2px;
  position: fixed;
  top: 105%;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  -webkit-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  z-index: 2;
  text-align: center;
}
.toastbox.toast-tox--active {
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
}

.sharebutton,
sharebutton {
  display: inline-block;
  text-decoration: none;
  height: 46px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  width: 46px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.03em;
  white-space: wrap;
  border-radius: 2px;
  cursor: pointer;
  color: var(--ea-contrast);
  background-color: rgba(242,238,231,0.02);
  border: 1px solid var(--ea-line);
}
@media screen and (min-width: 600px) {
  .sharebutton,
  sharebutton {
    width: 140px;
  }
}
sharebutton:hover,
.sharebutton:hover {
  color: var(--ea-contrast);
  border-color: var(--ea-text);
  background-color: rgba(196,169,134,0.07);
  outline: 0;
}
.sharebutton.sharebutton-primary {
  color: var(--ea-contrast);
  filter: none;
}
.sharebutton.sharebutton-primary:hover,
.sharebutton.sharebutton-primary:focus {
  color: var(--ea-contrast);
  filter: none;
}

@media screen and (max-width: 600px) {
  .sharebutton-mb { display: none; }
  .sharebutton-img {
    position: relative;
    left: 3px;
    margin-left: auto;
    margin-right: auto;
  }
}
