.w13-share {
  box-sizing: border-box;
  width: min(100%, 32rem);
  padding: clamp(1rem, 5vw, 1.5rem);
  overflow: hidden;
  color: #fff8e7;
  background: #101532;
  border: 1px solid rgba(156, 145, 216, 0.35);
  border-radius: 1.25rem;
}

.w13-share h2,
.w13-share p {
  margin-block: 0 0.75rem;
}

.w13-share__eyebrow {
  color: #f4dea0;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
}

.w13-share__card {
  display: grid;
  min-height: 10rem;
  margin-block: 1rem;
  padding: 1rem;
  place-content: center;
  text-align: center;
  color: #29243d;
  background: linear-gradient(145deg, #fff8e7, #ded8f0);
  border-radius: 1rem;
}

.w13-share__card span {
  font-size: 2rem;
}

.w13-share__card p {
  margin-top: 0.4rem;
  color: #4e4966;
}

.w13-share__toggle {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 0.7rem;
}

.w13-share__toggle input {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #f4dea0;
}

.w13-share textarea {
  box-sizing: border-box;
  width: 100%;
  margin-block: 0.4rem 0.75rem;
  padding: 0.75rem;
  resize: vertical;
  color: #26223d;
  background: #fffaf0;
  border: 2px solid transparent;
  border-radius: 0.7rem;
  font: inherit;
}

.w13-share__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.w13-share__actions button {
  min-height: 44px;
  padding: 0.65rem 0.9rem;
  color: #fff8e7;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(244, 222, 160, 0.4);
  border-radius: 999px;
  font: inherit;
  cursor: pointer;
}

.w13-share textarea:focus-visible,
.w13-share input:focus-visible,
.w13-share button:focus-visible {
  outline: 3px solid #fff8e7;
  outline-offset: 3px;
}

.w13-share__status {
  min-height: 2.7em;
  margin-top: 0.85rem !important;
  color: #d3c9f2;
  font-size: 0.85rem;
}

@media (prefers-reduced-motion: reduce) {
  .w13-share *,
  .w13-share *::before,
  .w13-share *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
