.share-dialog-v973 {
  width: min(620px, calc(100vw - 32px));
  border: 0;
  border-radius: 22px;
  padding: 0;
  color: #15201e;
  background: #f5f4ee;
  box-shadow: 0 28px 90px rgba(8, 17, 15, 0.32);
}

.share-dialog-v973::backdrop {
  background: rgba(10, 16, 15, 0.62);
  backdrop-filter: blur(8px);
}

.share-card-v973 {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 30px;
}

.share-card-v973 h2,
.share-card-v973 p {
  margin: 0;
}

.share-card-v973 h2 {
  max-width: 500px;
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.share-card-v973 > p {
  max-width: 540px;
  color: #52605d;
  line-height: 1.45;
}

.share-close-v973 {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(21, 32, 30, 0.12);
  border-radius: 50%;
  background: transparent;
  color: #15201e;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.share-field-v973 {
  display: grid;
  gap: 8px;
}

.share-field-v973 span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #687572;
}

.share-field-v973 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(21, 32, 30, 0.16);
  border-radius: 12px;
  padding: 14px 16px;
  color: #15201e;
  background: #fff;
  font: 500 13px/1.3 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.share-actions-v973 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.share-actions-v973 button {
  min-height: 44px;
  border: 1px solid rgba(21, 32, 30, 0.14);
  border-radius: 999px;
  padding: 0 18px;
  background: transparent;
  color: #15201e;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.share-actions-v973 .primary {
  border-color: #15201e;
  background: #15201e;
  color: #fff;
}

.share-status-v973 {
  min-height: 20px;
  color: #56716a;
  font-size: 13px;
}

.share-status-v973[data-error="true"] {
  color: #a3362a;
}

#btnSave.is-preparing-share {
  opacity: 0.72;
  cursor: wait;
}

@media (max-width: 640px) {
  .share-card-v973 {
    padding: 24px 20px;
  }

  .share-actions-v973 {
    display: grid;
  }
}
