body.holiday-confirm {
  background-color: #fff8f0; /* soft peach */
  color: #6b2e2e; /* warm festive brown */
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
  padding: 40px 20px;
}

.festive-banner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.confirmation-content h1 {
  font-size: 2.2em;
  margin-bottom: 10px;
}

.coupon-box {
  background-color: #fff0f5;
  border: 2px dashed #c71585;
  padding: 20px;
  margin: 30px auto;
  max-width: 400px;
  border-radius: 10px;
}

.coupon-label {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.coupon-code {
  font-size: 1.8em;
  font-weight: bold;
  color: #c71585;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.coupon-note {
  font-size: 0.9em;
  margin-top: 10px;
  color: #555;
}

.cta-button {
  background-color: #c71585;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}
.countdown-box {
  font-size: 1.2em;
  margin-top: 20px;
  color: #c71585;
  font-weight: bold;
}
