.elementor-701 .elementor-element.elementor-element-4236b06{--display:flex;border-style:none;--border-style:none;--border-radius:0px 0px 0px 0px;}.elementor-701 .elementor-element.elementor-element-4236b06:not(.elementor-motion-effects-element-type-background), .elementor-701 .elementor-element.elementor-element-4236b06 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}#elementor-popup-modal-701{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-701 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-701 .dialog-close-button{display:flex;}#elementor-popup-modal-701 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-81dd463 */.donation-ui {
  background: #f3efe7;
  padding: 25px;
  border-radius: 12px;
  font-family: Arial, sans-serif;
  max-width: 100%;
  box-sizing: border-box;
}

/* Notice */
.notice {
  background: #fdecc8;
  padding: 10px;
  border-radius: 8px;
  font-size: 13px;
  margin-bottom: 15px;
  border: 1px solid #f5d48a;
}

/* Heading */
.donation-ui h2 {
  color: #1f4a43;
  font-size: 22px;
  margin-bottom: 15px;
}

/* Highlight */
.highlight-box {
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Program */
.program {
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.program h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

/* Cards */
.cards {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Default (Desktop) */
.card {
  background: #0f4c3a;
  color: #fff;
  padding: 14px;
  border-radius: 8px;
  flex: 1 1 calc(33.33% - 10px);
  text-align: center;
  font-size: 14px;
}

/* Small text */
.small-text {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}

/* Button */
.btn-donate {
  display: block;
  text-align: center;
  background: #f4c542;
  color: #000;
  padding: 14px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.btn-donate:hover {
  transform: scale(1.05);
}

/* 📱 TABLET (2 cards per row) */
@media (max-width: 1024px) {
  .card {
    flex: 1 1 calc(50% - 10px);
  }
}

/* 📱 MOBILE (1 card per row) */
@media (max-width: 767px) {
  .donation-ui {
    padding: 18px;
  }

  .donation-ui h2 {
    font-size: 18px;
  }

  .card {
    flex: 1 1 100%;
    font-size: 13px;
  }

  .btn-donate {
    padding: 12px;
    font-size: 14px;
  }
}/* End custom CSS */