
.msws-share {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9998;
  font-family: inherit;
}
.msws-share-toggle {
  border: 0;
  border-radius: 999px;
  padding: 13px 18px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(0,0,0,.22);
}
.msws-share-panel {
  position: absolute;
  right: 0;
  bottom: 58px;
  width: 220px;
  padding: 10px;
  border-radius: 16px;
  background: #fff;
  color: #172033;
  box-shadow: 0 16px 42px rgba(0,0,0,.24);
}
.msws-share-panel a,
.msws-share-panel button {
  display: block;
  width: 100%;
  padding: 11px 12px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
}
.msws-share-panel a:hover,
.msws-share-panel button:hover,
.msws-share-panel a:focus,
.msws-share-panel button:focus {
  background: #eef2f7;
}
.msws-share-status {
  display: block;
  min-height: 1.2em;
  padding: 6px 10px 2px;
  font-size: .85rem;
}
@media (max-width: 600px) {
  .msws-share { right: 12px; bottom: 12px; }
}
