.donation-widget {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  background: #fff;
}

.donation-widget.zickzack {
  margin-top: -120px;
  -webkit-clip-path: polygon(0% 0%, 0% 99%, 14% 100%, 34% 99%, 53% 98%, 84% 97%, 100% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 99%, 14% 100%, 34% 99%, 53% 98%, 84% 97%, 100% 100%, 100% 0%); 
}


.donation-widget--full .donation-widget__image-wrapper {
  flex: 0 0 60%;
  max-width: 60%;
}

.donation-widget.zickzack .donation-widget__image-wrapper {
}

.donation-widget--full .donation-widget__content-wrapper {
  flex: 0 0 40%;
  max-width: 40%;
}

.donation-widget.zickzack .donation-widget__content-wrapper {
  padding-top: 100px !important;
}

@media only screen and (max-width: 768px) {
  .donation-widget.zickzack .donation-widget__content-wrapper {
    padding-top: 20px !important;
  }
}

.donation-widget--half .donation-widget__image-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
}

.donation-widget--half .donation-widget__content-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 768px) {
  .donation-widget--full, .donation-widget--half {
    flex-direction: column;
  }
  .donation-widget--full .donation-widget__image-wrapper,
  .donation-widget--full .donation-widget__content-wrapper,
  .donation-widget--half .donation-widget__image-wrapper,
  .donation-widget--half .donation-widget__content-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.donation-widget__image-wrapper {
  position: relative;
}

.donation-widget__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.donation-widget__content-wrapper {
  padding: 20px;
  display: flex;
  flex-direction: column;
  background: #F1F1F2;
}

.donation-widget__image-wrapper {
  background: #F1F1F2;
}

.donation-widget__tabs {
  display: flex;
  margin-bottom: 20px;
}

.donation-widget__tab {
  flex: 1;
  padding: 10px;
  text-align: center;
  background: #D1D3D4;
  color: #4A4A49;
  font-weight: bold;
  cursor: pointer;
  border: none;
  font-size: 1.2rem !important;
}

.donation-widget__tab--active {
  background: #F18E00;
  color: #fff;
}

.donation-widget__tab:first-child {
  margin-right: 2px;
}

.donation-widget__amounts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-weight: bold;
}

.donation-widget__amount {
  font-size: 1.2rem;
  color: #4A4A49;
}

.donation-widget__amount--highlight {
  color: #F18E00;
  text-shadow:
    -2px -2px 0 white,
     2px -2px 0 white,
    -2px  2px 0 white,
     2px  2px 0 white,
     0px -2px 0 white,
     0px  2px 0 white,
    -2px  0px 0 white,
     2px  0px 0 white;
}

.donation-widget__slider-wrapper {
  margin-bottom: 20px;
  position: relative;
  height: 4px;
  background: #fff;
  border-radius: 2px;
}

.donation-widget__slider-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
  margin: 0;
  padding: 0;
}

.donation-widget__slider-track {
  position: absolute;
  height: 100%;
  background: #F18E00;
  width: 0;
  z-index: 1;
}

.donation-widget__slider-handle {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #F18E00;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 2;
  pointer-events: none;
}

.donation-widget__custom-amount {
  margin-bottom: 20px;
  position: relative;
}

.donation-widget__custom-amount-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #C7C7C7;
  font-family: inherit;
  font-size: 1rem;
  text-align: right;
  padding-left: 30px;
}

.currency-symbol {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
  font-weight: bold;
}


.donation-widget__description {
  font-size: 16.2px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #333;
}

.donation-widget__submit {
  display: block;
  width: 100%;
  padding: 12px;
  background: #F18E00;
  color: #fff !important;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 15px;
  border-radius: 0;
  font-size: 1.5rem !important;
}

.donation-widget__submit:hover {
  background: #cc7800;
  color: #fff;
  text-decoration: none;
}

.donation-widget__payment-methods {
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0.6;
  font-size: 0.75rem;
  color: #787878;
  flex-wrap: wrap;
  margin-top: 1em;
  margin-bottom: 1em;
}

.donation-widget.zickzack .donation-widget__payment-methods {
  margin-bottom: 1em;
}

.donation-widget__payment-methods img,
.donation-widget__payment-methods svg {
  max-height: 21px;
  width: auto;
  margin-right: 5px;
  margin-top: 5px;
}

@media only screen and (max-width: 414px) {
  .donation-widget__payment-methods img,
  .donation-widget__payment-methods svg {
    max-height: 16px;
  }
}

.donation-widget__slider-wrapper input[type="range"] {
  pointer-events: none;
}

.donation-widget__slider-wrapper input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
}

.donation-widget__slider-wrapper input[type="range"]::-moz-range-thumb {
  pointer-events: auto;
}

.donation-widget__slider-wrapper input[type="range"]::-ms-thumb {
  pointer-events: auto;
}

.donation-widget__slider-wrapper input[type="range"] {
  touch-action: pan-y; 
}