*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #f4f6f9;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.checkout-container {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding: 40px 36px;
  width: 100%;
  max-width: 480px;
}

.checkout-header {
  margin-bottom: 28px;
  text-align: center;
}

.checkout-header h1 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1a1a2e;
}

.status-message {
  text-align: center;
  padding: 20px 0;
  color: #555;
  font-size: 0.95rem;
}

.status-message.error {
  color: #c0392b;
  background: #fdf0ef;
  border-radius: 8px;
  padding: 14px 18px;
}

/* CardCorp widget overrides — keep minimal */
.wpwl-container {
  font-family: inherit !important;
}

.wpwl-button-pay {
  background: #2563eb !important;
  border-color: #2563eb !important;
  border-radius: 8px !important;
  font-size: 1rem !important;
  padding: 12px !important;
  width: 100% !important;
}

.wpwl-button-pay:hover {
  background: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
}
