.share-icon {
  padding: 0 8px 0 0;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  filter: invert(100%);
}

.sharediv {
  position: relative;
  top: 18px;
  right: 0;
  padding-bottom: 22px;
}

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

.toastbox {
  width: min(88vw, 320px);
  padding: 12px 14px;
  background-color: rgba(8, 8, 10, 0.92);
  color: white;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  position: fixed;
  top: 105%;
  transition: transform 0.25s ease;
  z-index: 3;
  text-align: center;
}

.toastbox.toast-tox--active {
  transform: translateY(-150px);
}

.sharebutton,
sharebutton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  min-height: 48px;
  font-size: 16px;
  min-width: 48px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  cursor: pointer;
  color: #ffffff;
  background: rgba(18,18,22,0.82);
}

@media screen and (min-width: 600px) {
  .sharebutton,
  sharebutton {
    min-width: 156px;
    padding: 0 16px;
  }
}

sharebutton:hover,
.sharebutton:hover {
  color: #fff;
  border-color: rgba(255,106,0,0.4);
  box-shadow: 0 0 18px rgba(255,106,0,0.12);
}

.sharebutton:hover .share-icon {
  filter: invert(100%);
}

@media screen and (max-width: 600px) {
  .sharebutton-mb {
    display: none;
  }
}
