.inviteGiftWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
}

.inviteGiftFrom {
  width: 100%;
  height: 100%;
  padding-top: 28px;
  box-sizing: border-box;
  overflow: visible;
}

.inviteGiftCon {
  position: relative;
  width: 400px;
  max-width: calc(100vw - 40px);
  padding: 40px 28px 24px;
  box-sizing: border-box;
  background: #ffffff;
  color: #1a1a1a;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  overflow: visible;
}

.inviteGiftTopIcon {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ff8a3d 0%, #ef8136 100%);
  box-shadow: 0 6px 16px rgba(239, 129, 54, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.inviteGiftTopIcon svg {
  width: 28px;
  height: 28px;
  display: block;
}

.inviteGiftClose {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  color: #b0b0b0;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  z-index: 1;
  user-select: none;
}

.inviteGiftClose:hover {
  color: #666666;
}

.inviteGiftTitle {
  margin: 8px 0 12px;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  text-align: center;
}

.inviteGiftDesc {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  text-align: center;
}

.inviteGiftDescHl {
  color: #ef8136;
  font-weight: 600;
}

.inviteGiftLabel {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #888888;
  text-align: left;
}

.inviteGiftLinkBox {
  width: 100%;
  min-height: 44px;
  margin-bottom: 14px;
  padding: 11px 14px;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  background: #ffffff;
  font-size: 13px;
  color: #555555;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inviteGiftCopyBtn {
  width: 100%;
  height: 44px;
  margin: 0 0 16px;
  border: none;
  border-radius: 10px;
  background: #ef8136;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 6px 14px rgba(239, 129, 54, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  box-sizing: border-box;
}

.inviteGiftCopyBtn:hover {
  background: rgba(239, 129, 54, 0.9);
  color: #ffffff;
}

.inviteGiftCopyBtn.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

.inviteGiftCopyBtnIcon {
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
}

.inviteGiftCopyBtnIcon svg {
  width: 15px;
  height: 15px;
  display: block;
}

.inviteGiftRulesLink {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 13px;
  line-height: 1.5;
  color: #999999;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.inviteGiftRulesLink:hover {
  color: #ef8136;
}
