.jw-copy-toast {
  position: fixed;
  left: 50%;
  bottom: calc(88px + env(safe-area-inset-bottom, 0));
  transform: translateX(-50%) translateY(12px);
  z-index: 9999;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(20, 20, 20, 0.88);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.jw-copy-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.copy-link,
.jw-copy-link {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.copy-link:active,
.jw-copy-link:active {
  opacity: 0.72;
}

.qr-sheet-handle.copy-link {
  border: 0;
  background: transparent;
  width: 100%;
  padding: 0;
  font: inherit;
  text-align: center;
}
.qr-sheet-handle.copy-link.is-copied {
  color: #148f3c;
}
.qr-sheet-copy-tip {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(46, 158, 75, 0.85);
  text-align: center;
}

.profile-copy-link-btn {
  display: block;
  width: calc(100% - 32px);
  margin: 0 16px 12px;
  border: 0;
  border-radius: 12px;
  padding: 12px 14px;
  background: rgba(36, 129, 204, 0.1);
  color: #2481cc;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
.profile-copy-link-btn:active {
  opacity: 0.75;
}

.profile-jw-link-display.copy-link,
button.profile-jw-link-display.copy-link {
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  text-align: left;
  width: 100%;
}
.settings-hero-user.copy-link {
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  width: 100%;
  word-break: break-all;
}
