.resource-social-share-menu {
  position: fixed;
  z-index: 2147483000;
  padding: 10px;
  border: 1px solid rgba(95, 83, 230, .2);
  border-radius: 16px;
  background: rgba(255, 253, 249, .98);
  box-shadow: 0 20px 60px rgba(25, 31, 66, .2);
  backdrop-filter: blur(18px);
}
.resource-social-share-menu[hidden] { display: none !important; }
.resource-social-share-title {
  padding: 7px 10px 9px;
  color: #6d7490;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.resource-social-share-menu button {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 11px;
  padding: 11px 12px;
  border: 0;
  border-radius: 10px;
  color: #111c42;
  background: transparent;
  font: 700 14px/1.2 inherit;
  text-align: left;
  cursor: pointer;
}
.resource-social-share-menu button:hover,
.resource-social-share-menu button:focus-visible { background: #f0efff; outline: none; }
.resource-social-share-menu svg { width: 19px; height: 19px; flex: 0 0 19px; fill: currentColor; }
html[data-resources-theme="dark"] .resource-social-share-menu {
  border-color: rgba(153, 145, 255, .25);
  color: #f5f4ff;
  background: rgba(8, 16, 34, .98);
}
html[data-resources-theme="dark"] .resource-social-share-menu button { color: #f5f4ff; }
html[data-resources-theme="dark"] .resource-social-share-menu button:hover,
html[data-resources-theme="dark"] .resource-social-share-menu button:focus-visible { background: #18213c; }
@media (max-width: 640px) {
  .resource-social-share-menu { border-radius: 14px; }
  .resource-social-share-menu button { min-height: 46px; }
}
