@charset "UTF-8";
body.page-template-page-donation-stripe .stripe-donation-page {
  max-width: 900px;
  font-family: "barlowregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
body.page-template-page-donation-stripe .stripe-donation-page h1 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  color: #1a1a1a;
}
body.page-template-page-donation-stripe .step-indicator {
  display: flex;
  justify-content: space-around;
  max-width: 500px;
  margin: 30px auto 50px;
  padding: 0;
  list-style: none;
}
body.page-template-page-donation-stripe .step-indicator li {
  text-align: center;
  font-size: 12px;
  color: #999;
  flex: 1;
  white-space: nowrap;
}
body.page-template-page-donation-stripe .step-indicator li:before {
  content: attr(data-step);
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 10px;
  background: #e0e0e0;
  border-radius: 50%;
  color: #999;
  font-weight: bold;
}
body.page-template-page-donation-stripe .step-indicator li.active:before {
  background: #53afbe;
  color: white;
}
body.page-template-page-donation-stripe .step-indicator li.completed:before {
  background: #00d924;
  color: white;
  content: "✓";
}
body.page-template-page-donation-stripe .donation-step {
  display: none;
}
body.page-template-page-donation-stripe .donation-step.active {
  display: block;
}
body.page-template-page-donation-stripe .donation-step h2 {
  font-family: barlow_condensedmedium;
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  color: #104a6b;
  line-height: 5.2rem;
}
body.page-template-page-donation-stripe .amount-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 25px 0;
}
body.page-template-page-donation-stripe .ud_import {
  background-color: #F0F2F8;
  color: #7C8DB0;
  min-height: 112px;
  padding: 2.7rem 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-page-donation-stripe .ud_donate_secure_payments_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F3F3F3;
  padding: 0 2.4rem;
}
body.page-template-page-donation-stripe .ud_donate_secure_payments_box span {
  font-weight: 700;
  font-family: barlowregular;
  white-space: nowrap;
}
body.page-template-page-donation-stripe .amount-option {
  text-align: center;
  border: 2px solid #f2f2f2;
  border-radius: 2px;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  background: white;
  transition: all 0.2s;
}
body.page-template-page-donation-stripe .amount-option:hover {
  border-color: #53afbe;
}
body.page-template-page-donation-stripe .amount-option.selected {
  border-color: #53afbe;
}
body.page-template-page-donation-stripe .amount-option.selected .ud_import {
  background: #53afbe;
  color: white;
}
body.page-template-page-donation-stripe .custom-amount {
  margin-top: 20px;
}
body.page-template-page-donation-stripe .custom-amount label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #555;
}
body.page-template-page-donation-stripe .custom-amount input {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  box-sizing: border-box;
}
body.page-template-page-donation-stripe .custom-amount input:focus {
  border-color: #53afbe;
  outline: none;
}
body.page-template-page-donation-stripe .form-group {
  margin-bottom: 20px;
  max-height: none;
}
body.page-template-page-donation-stripe .form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #333;
}
body.page-template-page-donation-stripe .step-indicator {
  display: none;
}
body.page-template-page-donation-stripe .form-group input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 15px;
  box-sizing: border-box;
}
body.page-template-page-donation-stripe .form-group input:focus {
  border-color: #53afbe;
  outline: none;
}
body.page-template-page-donation-stripe .checkbox-group {
  margin: 25px 0;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 6px;
}
body.page-template-page-donation-stripe .checkbox-group label {
  display: flex;
  gap: 10px;
  font-size: 14px;
  color: #555;
  cursor: pointer;
}
body.page-template-page-donation-stripe .checkbox-group input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}
body.page-template-page-donation-stripe .payment-logos {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 6px;
  font-size: 14px;
  color: #666;
}
body.page-template-page-donation-stripe .payment-logos strong {
  color: #53afbe;
}
body.page-template-page-donation-stripe .form-group {
  margin-right: 0;
}
body.page-template-page-donation-stripe .btn {
  padding: 14px 28px;
  border: none;
  border-radius: 6px;
  font-size: 19px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  text-transform: uppercase;
}
body.page-template-page-donation-stripe .btn-primary {
  background: #53afbe;
  color: white;
  width: 100%;
  font-family: barlow_condensedmedium;
  border-radius: 2px;
  border: 1px;
}
body.page-template-page-donation-stripe .btn-primary:hover {
  background: orange;
}
body.page-template-page-donation-stripe .btn-primary:disabled {
  background: #ccc;
  cursor: not-allowed;
}
body.page-template-page-donation-stripe button#btn-step-1 {
  max-height: 72px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #53afbe;
  color: var(--white);
  padding: 2.4rem 2rem;
  font-family: barlow_condensedmedium;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4rem;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
  border-radius: 2px;
}
body.page-template-page-donation-stripe .btn-secondary {
  background: white;
  color: #333;
  border: 2px solid #e0e0e0;
  font-family: barlow_condensedmedium;
  border-radius: 2px;
  border: 1px;
}
body.page-template-page-donation-stripe .btn-secondary:hover {
  background: #f5f5f5;
}
body.page-template-page-donation-stripe .button-group {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}
body.page-template-page-donation-stripe .button-group .btn {
  flex: 1;
}
body.page-template-page-donation-stripe #payment-element {
  margin: 25px 0;
  min-height: 400px;
}
@media (max-width: 768px) {
  body.page-template-page-donation-stripe .amount-grid {
    grid-template-columns: 1fr;
  }
  body.page-template-page-donation-stripe .button-group {
    flex-direction: column;
  }
}
body.page-template-page-donation-stripe #stripe-toast {
  position: fixed;
  bottom: 24px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
  z-index: 9999;
  min-width: 280px;
  max-width: calc(100vw - 32px);
  background: #fff;
  border-left: 5px solid #dc3545;
  border-radius: 6px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(80px);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.35s ease;
}
body.page-template-page-donation-stripe {
  /* Desktop: absolute rispetto al form */
}
@media (min-width: 992px) {
  body.page-template-page-donation-stripe .stripe-donation-page {
    position: relative;
  }
  body.page-template-page-donation-stripe #stripe-toast {
    position: absolute;
    bottom: auto;
    top: 58%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    transform: translateY(60px);
    border-radius: 6px;
  }
  body.page-template-page-donation-stripe #stripe-toast.stripe-toast--visible {
    transform: translateY(0);
  }
}
body.page-template-page-donation-stripe #stripe-toast.stripe-toast--visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
body.page-template-page-donation-stripe #stripe-toast .stripe-toast-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
}
body.page-template-page-donation-stripe #stripe-toast .stripe-toast-msg {
  flex: 1;
  font-size: 15px;
  color: #313446;
  font-family: barlowregular, sans-serif;
}
body.page-template-page-donation-stripe #stripe-toast .stripe-toast-btn {
  flex-shrink: 0;
  padding: 6px 18px;
  background: #dc3545;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s;
}
body.page-template-page-donation-stripe #stripe-toast .stripe-toast-btn:hover {
  background: #b02a37;
}

/* ============================================================================
   STILI PER PAYMENT ELEMENT (page-donation-stripe-pe.php)
   Duplicazione degli stili per il nuovo template
   ============================================================================ */
body.page-template-page-donation-stripe-pe .stripe-donation-page {
  max-width: 900px;
  font-family: "barlowregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
body.page-template-page-donation-stripe-pe .stripe-donation-page h1 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  color: #1a1a1a;
}
body.page-template-page-donation-stripe-pe .step-indicator {
  display: flex;
  justify-content: space-around;
  max-width: 500px;
  margin: 30px auto 50px;
  padding: 0;
  list-style: none;
}
body.page-template-page-donation-stripe-pe .step-indicator li {
  text-align: center;
  font-size: 12px;
  color: #999;
  flex: 1;
  white-space: nowrap;
}
body.page-template-page-donation-stripe-pe .step-indicator li:before {
  content: attr(data-step);
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 10px;
  background: #e0e0e0;
  border-radius: 50%;
  color: #999;
  font-weight: bold;
}
body.page-template-page-donation-stripe-pe .step-indicator li.active:before {
  background: #53afbe;
  color: white;
}
body.page-template-page-donation-stripe-pe .step-indicator li.completed:before {
  background: #00d924;
  color: white;
  content: "✓";
}
body.page-template-page-donation-stripe-pe .donation-step {
  display: none;
}
body.page-template-page-donation-stripe-pe .donation-step.active {
  display: block;
}
body.page-template-page-donation-stripe-pe .donation-step h2 {
  font-family: barlow_condensedmedium;
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  color: #104a6b;
  line-height: 5.2rem;
}
body.page-template-page-donation-stripe-pe .amount-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 25px 0;
}
body.page-template-page-donation-stripe-pe .ud_import {
  background-color: #F0F2F8;
  color: #7C8DB0;
  min-height: 112px;
  padding: 2.7rem 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-page-donation-stripe-pe .ud_donate_secure_payments_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F3F3F3;
  padding: 0 2.4rem;
}
body.page-template-page-donation-stripe-pe .ud_donate_secure_payments_box span {
  font-weight: 700;
  font-family: barlowregular;
  white-space: nowrap;
}
body.page-template-page-donation-stripe-pe .amount-option {
  text-align: center;
  border: 2px solid #f2f2f2;
  border-radius: 2px;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  background: white;
  transition: all 0.2s;
}
body.page-template-page-donation-stripe-pe .amount-option:hover {
  border-color: #53afbe;
}
body.page-template-page-donation-stripe-pe .amount-option.selected {
  border-color: #53afbe;
}
body.page-template-page-donation-stripe-pe .amount-option.selected .ud_import {
  background: #53afbe;
  color: white;
}
body.page-template-page-donation-stripe-pe .custom-amount {
  margin-top: 20px;
}
body.page-template-page-donation-stripe-pe .custom-amount label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #555;
}
body.page-template-page-donation-stripe-pe .custom-amount input {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  box-sizing: border-box;
}
body.page-template-page-donation-stripe-pe .custom-amount input:focus {
  border-color: #53afbe;
  outline: none;
}
body.page-template-page-donation-stripe-pe .form-group {
  margin-bottom: 20px;
  max-height: none;
}
body.page-template-page-donation-stripe-pe .form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #333;
}
body.page-template-page-donation-stripe-pe .step-indicator {
  display: none;
}
body.page-template-page-donation-stripe-pe .form-group input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 15px;
  box-sizing: border-box;
}
body.page-template-page-donation-stripe-pe .form-group input:focus {
  border-color: #53afbe;
  outline: none;
}
body.page-template-page-donation-stripe-pe .checkbox-group {
  margin: 25px 0;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 6px;
}
body.page-template-page-donation-stripe-pe .checkbox-group label {
  display: flex;
  gap: 10px;
  font-size: 14px;
  color: #555;
  cursor: pointer;
}
body.page-template-page-donation-stripe-pe .checkbox-group input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}
body.page-template-page-donation-stripe-pe .payment-logos {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 6px;
  font-size: 14px;
  color: #666;
}
body.page-template-page-donation-stripe-pe .payment-logos strong {
  color: #53afbe;
}
body.page-template-page-donation-stripe-pe .form-group {
  margin-right: 0;
}
body.page-template-page-donation-stripe-pe .btn {
  padding: 14px 28px;
  border: none;
  border-radius: 6px;
  font-size: 19px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  text-transform: uppercase;
}
body.page-template-page-donation-stripe-pe .btn-primary {
  background: #53afbe;
  color: white;
  width: 100%;
  font-family: barlow_condensedmedium;
  border-radius: 2px;
  border: 1px;
}
body.page-template-page-donation-stripe-pe .btn-primary:hover {
  background: orange;
}
body.page-template-page-donation-stripe-pe .btn-primary:disabled {
  background: #ccc;
  cursor: not-allowed;
}
body.page-template-page-donation-stripe-pe button#btn-step-1 {
  max-height: 72px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #53afbe;
  color: var(--white);
  padding: 2.4rem 2rem;
  font-family: barlow_condensedmedium;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4rem;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
  border-radius: 2px;
}
body.page-template-page-donation-stripe-pe .btn-secondary {
  background: white;
  color: #333;
  border: 2px solid #e0e0e0;
  font-family: barlow_condensedmedium;
  border-radius: 2px;
  border: 1px;
}
body.page-template-page-donation-stripe-pe .btn-secondary:hover {
  background: #f5f5f5;
}
body.page-template-page-donation-stripe-pe .button-group {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}
body.page-template-page-donation-stripe-pe .button-group .btn {
  flex: 1;
}
body.page-template-page-donation-stripe-pe #payment-element {
  margin: 25px 0;
  min-height: 200px;
}
@media (max-width: 768px) {
  body.page-template-page-donation-stripe-pe .amount-grid {
    grid-template-columns: 1fr;
  }
  body.page-template-page-donation-stripe-pe .button-group {
    flex-direction: column;
  }
}
body.page-template-page-donation-stripe-pe #stripe-toast {
  position: fixed;
  bottom: 24px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
  z-index: 9999;
  min-width: 280px;
  max-width: calc(100vw - 32px);
  background: #fff;
  border-left: 5px solid #dc3545;
  border-radius: 6px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(80px);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.35s ease;
}
@media (min-width: 992px) {
  body.page-template-page-donation-stripe-pe .stripe-donation-page {
    position: relative;
  }
  body.page-template-page-donation-stripe-pe #stripe-toast {
    position: absolute;
    bottom: auto;
    top: 58%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    transform: translateY(60px);
    border-radius: 6px;
  }
  body.page-template-page-donation-stripe-pe #stripe-toast.stripe-toast--visible {
    transform: translateY(0);
  }
}
body.page-template-page-donation-stripe-pe #stripe-toast.stripe-toast--visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
body.page-template-page-donation-stripe-pe #stripe-toast .stripe-toast-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
}
body.page-template-page-donation-stripe-pe #stripe-toast .stripe-toast-msg {
  flex: 1;
  font-size: 15px;
  color: #313446;
  font-family: barlowregular, sans-serif;
}
body.page-template-page-donation-stripe-pe #stripe-toast .stripe-toast-btn {
  flex-shrink: 0;
  padding: 6px 18px;
  background: #dc3545;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s;
}
body.page-template-page-donation-stripe-pe #stripe-toast .stripe-toast-btn:hover {
  background: #b02a37;
}

/*# sourceMappingURL=main.css.map */
