.dcepd-donation-wrap,
.dcepd-thank-you-wrap {
  max-width: 760px;
  margin: 40px auto;
  padding: 0 18px;
}
.dcepd-donation-card,
.dcepd-thank-you-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  padding: 30px;
  border: 1px solid rgba(0,0,0,0.06);
}
.dcepd-donation-card h2,
.dcepd-thank-you-card h2 {
  margin-top: 0;
  font-size: 30px;
}
.dcepd-intro {
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 24px;
}
.dcepd-donation-form label,
.dcepd-frequency {
  display: block;
  font-weight: 700;
  margin-bottom: 16px;
}
.dcepd-donation-form label span,
.dcepd-radio-group span {
  color: #b00020;
}
.dcepd-donation-form input,
.dcepd-donation-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 10px 12px;
  margin-top: 6px;
  font-size: 16px;
}
.dcepd-radio-group {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
}
.dcepd-radio-group p {
  margin: 0 0 8px;
  font-weight: 700;
}
.dcepd-radio-group label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 18px;
  font-weight: 600;
}
.dcepd-radio-group input {
  width: auto;
  min-height: auto;
  margin-top: 0;
}
.dcepd-custom-amount,
.dcepd-frequency {
  display: none;
}
.dcepd-submit {
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  background: #003087;
  color: #ffffff;
}
.dcepd-submit:hover {
  filter: brightness(1.08);
}
.dcepd-secure-note {
  text-align: center;
  font-size: 13px;
  opacity: 0.75;
  margin: 14px 0 0;
}
.dcepd-hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.dcepd-thank-you-card table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
}
.dcepd-thank-you-card th,
.dcepd-thank-you-card td {
  text-align: left;
  border-bottom: 1px solid #eeeeee;
  padding: 12px 8px;
}
.dcepd-thank-you-card th {
  width: 35%;
}
@media (max-width: 600px) {
  .dcepd-donation-card,
  .dcepd-thank-you-card { padding: 22px; }
  .dcepd-radio-group label { display: flex; margin-bottom: 10px; }
}
.dcepd-page-label {
  display: inline-block;
  margin: 0 0 10px;
  border-radius: 999px;
  padding: 6px 12px;
  background: #eef2f7;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.dcepd-paypal-message {
  border-radius: 14px;
  padding: 14px 16px;
  margin: 16px 0 22px;
  background: #eef7ff;
  border: 1px solid rgba(0, 48, 135, 0.18);
  line-height: 1.55;
}
.dcepd-return-completed .dcepd-paypal-message {
  background: #eef9f0;
  border-color: rgba(0, 128, 64, 0.18);
}
.dcepd-return-cancelled .dcepd-paypal-message,
.dcepd-return-failed .dcepd-paypal-message {
  background: #fff4f2;
  border-color: rgba(176, 0, 32, 0.18);
}
.dcepd-return-actions {
  margin-top: 24px;
}
.dcepd-return-button {
  display: inline-block;
  width: auto;
  text-align: center;
  text-decoration: none;
}
