.elementor-4824 .elementor-element.elementor-element-2b0c786{--display:flex;}.elementor-4824 .elementor-element.elementor-element-b95466c.elementor-element{--align-self:center;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-4824 .elementor-element.elementor-element-2b0c786{--content-width:100vw;}}/* Start custom CSS for shortcode, class: .elementor-element-b95466c *//* Card container */
.wc-donation-in-action {
  max-width: 450px;
  margin: 40px auto;
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  text-align: center;
  font-family: "Inter", sans-serif;
}

/* Campaign title */
.wc-donation-in-action .campaign-title h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1a1a1a;
}

/* Donation input wrapper */
.wc-donation-in-action .price-wrapper {
  display: flex;
  align-items: stretch;   /* ensures equal height */
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}

/* Currency box */
.wc-donation-in-action .price-wrapper::before {
  content: "$";
  display: flex;
  align-items: center;
  justify-content: center;
  background: #10698B;
  color: #fff;
  font-weight: 600;
  width: 55px;
  height: 55px;
  border-radius: 10px 0 0 10px;
  font-size: 16px;
  flex-shrink: 0;
  box-sizing: border-box;
}

/* Input field */
.wc-donation-in-action input.wc-donation-f-donation-other-value {
  height: 55px;   /* match currency box */
  line-height: 55px;
  border: 1px solid #d9d9d9;
  border-left: none;
  border-radius: 0 10px 10px 0;
  font-size: 16px;
  padding: 0 15px;
  background: #f9fafc;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.wc-donation-in-action input.wc-donation-f-donation-other-value:focus {
  border-color: #10698B;
  background: #fff;
  box-shadow: 0 0 6px rgba(16,105,139,0.2);
}

/* Donate button */
.wc-donation-in-action .wc-donation-f-submit-donation {
  background: #10698B;
  border: 2px solid #10698B;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 45px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.wc-donation-in-action .wc-donation-f-submit-donation:hover {
  background: #fff;
  color: #10698B;
  border: 2px solid #10698B;
  box-shadow: 0 6px 14px rgba(16,105,139,0.2);
  transform: translateY(-2px);
}/* End custom CSS */