#csp-share-btn {
  margin-top: 1rem;
  background-color: var(--wp--preset--color--dark-blue-800);
  border: 1px solid var(--wp--preset--color--dark-blue-800);
  color: var(--wp--preset--color--shark-50) !important;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
  border-radius: 9999px;
  cursor: pointer;
}
.csp-hidden { display: none; }
#csp-share-modal .csp-share-overlay {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,.4);
  z-index: 9999;
}
#csp-share-modal .csp-share-dialog {
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  background:#fff;
  padding:1.5rem;
  border-radius:1rem;
  max-width:320px;
  width:90%;
  box-shadow:0 4px 16px rgba(0,0,0,.2);
  z-index: 10000;
}
#csp-share-close {
  position:absolute;
  top:.5rem;
  right:.5rem;
  background:none;
  border:none;
  font-size:1.5rem;
  cursor:pointer;
}
.csp-share-links {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:.5rem;
  margin-top:1rem;
}
.csp-share-links a,
.csp-share-links button {
  display:block;
  text-align:center;
  padding:.5rem;
  background:#f0f0f0;
  border:none;
  border-radius:.5rem;
  text-decoration:none;
  color:inherit;
  cursor:pointer;
}
