.wctpc-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.wctpc-modal {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px 28px 20px;
  width: min(420px, 92vw);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: center;
}

.wctpc-close {
      position: absolute !important;
    top: 8px;
    right: 10px;
    border: none !important;
    background: transparent;
    font-size: 18px !important;
    cursor: pointer !important;
    color: #333333 !important;
}

.wctpc-message {
  font-size: 16px;
  margin-bottom: 12px;
  color: #333333;
}

.wctpc-code {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #111111;
  border: 1px dashed #cccccc;
  padding: 10px 12px;
  border-radius: 6px;
}
