/* share cards: the preview and its two buttons at the foot of a player or team page */
.sc-share { margin-top: var(--s6); padding-top: var(--s5); border-top: 1px solid var(--line); }
.sc-h { margin-bottom: var(--s4); }
.sc-body { display: grid; grid-template-columns: minmax(0, 600px) minmax(260px, 1fr); gap: var(--s5); align-items: start; }
.sc-prev { display: block; width: 100%; max-width: 600px; height: auto; border: 1px solid var(--line-2); border-radius: var(--rl); background: #0b0d10; box-shadow: var(--shadow); }
.sc-act { display: flex; flex-direction: column; gap: var(--s3); }
.sc-copy input { flex: 1; min-width: 0; }
.sc-dl { align-self: flex-start; }
.sc-act .note { margin: 0; }
@media (max-width: 760px) {
  .sc-body { grid-template-columns: 1fr; }
  .sc-prev { max-width: none; }
}
