/* Custom CSS classes extracted from inline styles to comply with CSP */

/* Margin utility classes */
.mt-0\.5rem {
  margin-top: 0.5rem;
}

.mt-1rem {
  margin-top: 1rem;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

/* Font size utility classes */
.fs-095 {
  font-size: 0.95rem;
}

.fs-09 {
  font-size: 0.9rem;
}

/* Colour utility classes */
.color-555 {
  color: #555;
}

/* Hidden display utility */
.hidden {
  display: none;
}

/* Input styling for PayPal amount input */
.paypal-input {
  margin: 0 10px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* Container for PayPal buttons when hidden */
.paypal-container-hidden {
  display: none;
  margin-top: 20px;
}

/* Cards container spacing */
.cards-margin-top-20 {
  margin-top: 20px;
}

/* Section spacing for calls to action */
.cta-spacing {
  margin-top: 30px;
  font-size: 0.9rem;
  color: #555;
}

/* Spam honeypot field (moved from inline <style>) */
.hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}