div.card-block h1.h1 {
  font-weight: 700;
  padding-bottom: 0;
}

.pscharityunka-cart-block {
  margin-top: 1rem;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.pscharityunka-cart-heading {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e5e5e5;
  color: #ee3737;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.pscharityunka-cart-body {
  padding: 1rem 1.25rem 1.8rem;
}

.pscharityunka-cart-title {
  margin: 0 0 1rem;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.pscharityunka-cart-text {
  margin: 0 0 1.45rem;
  color: #666;
  font-size: .95rem;
  line-height: 1.55;
  text-align: justify;
}

.pscharityunka-form {
  margin: 0;
}

.pscharityunka-input-line {
  display: flex;
  align-items: stretch;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 .75rem;
}

.pscharityunka-input-label {
  display: flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 43px;
  margin: 0;
  border: 1px solid #dedede;
  border-right: 0;
  background: #f8f8f8;
  color: #777;
  font-weight: 400;
  line-height: 1;
  box-sizing: border-box;
}

.pscharityunka-amount-input {
  flex: 0 0 110px;
  width: 110px;
  min-width: 0;
  height: 43px;
  margin: 0;
  padding: .5rem .75rem;
  border: 1px solid #dedede;
  border-radius: 0;
  background: #fff;
  color: #333;
  font-size: .95rem;
  line-height: 1.2;
  box-shadow: none;
  box-sizing: border-box;
}

.pscharityunka-amount-input:focus {
  position: relative;
  z-index: 1;
  border-color: #cfcfcf;
  outline: 0;
  box-shadow: none;
}

.pscharityunka-submit {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  height: 43px;
  margin: 0;
  margin-left: 5px;
  padding: .75rem 1.6rem;
  border: 0;
  border-radius: 0;
  background: #f23535;
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  transition: opacity .2s ease, background-color .2s ease;
}

.pscharityunka-submit:hover,
.pscharityunka-submit:focus {
  background: #de2a2a;
  color: #fff;
  outline: 0;
}

.pscharityunka-submit.is-loading {
  opacity: .75;
  pointer-events: none;
}

.pscharityunka-submit-loading {
  display: none;
  width: 14px;
  height: 14px;
  margin-left: .65rem;
  border: 2px solid rgba(255, 255, 255, .45);
  border-top-color: #fff;
  border-radius: 50%;
  animation: pscharityunka-spin .75s linear infinite;
}

.pscharityunka-submit.is-loading .pscharityunka-submit-loading {
  display: inline-block;
}

.pscharityunka-terms-consent {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pscharityunka-terms-label {
  display: flex;
  align-items: flex-start;
  gap: .625rem;
  font-size: .875rem;
  line-height: 1.45;
  cursor: pointer;
}

.pscharityunka-terms-checkbox {
  flex: 0 0 auto;
  margin-top: .15rem;
}

.pscharityunka-terms-label a {
  text-decoration: underline;
}

.pscharityunka-terms-notice {
  margin-top: .5rem;
  margin-bottom: 0;
  font-size: .8125rem;
  line-height: 1.45;
  opacity: .85;
}

.pscharityunka-notice {
  margin: .15rem 0 0;
  color: #666;
  font-size: .875rem;
  line-height: 1.45;
}

.pscharityunka-notice strong {
  color: #f23535;
  font-weight: 400;
}

.pscharityunka-message {
  display: none;
  max-width: 650px;
  margin-top: .9rem;
  padding: .75rem 1rem;
  font-size: .875rem;
  line-height: 1.45;
}

.pscharityunka-message.is-visible {
  display: block;
}

.pscharityunka-message.is-error {
  border: 1px solid #f2b9b9;
  background: #fff4f4;
  color: #b00020;
}

.pscharityunka-message.is-success {
  border: 1px solid #b9dfc1;
  background: #f4fff6;
  color: #246b34;
}

@keyframes pscharityunka-spin {
  to {
    transform: rotate(360deg);
  }
}

#checkout-donation-banner-wrapper.pscharityunka-checkout-mounted {
  margin-top: 1.5rem;
}

.pscharityunka-checkout-block {
  padding: 1.15rem 1.1rem 1.2rem;
  border: 1px solid #e4e4e4;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}

.pscharityunka-checkout-title {
  margin: 0 0 .55rem;
  color: #ee3737;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.pscharityunka-checkout-text,
.pscharityunka-checkout-current {
  margin: 0 0 .85rem;
  color: #555;
  font-size: .875rem;
  line-height: 1.45;
}

.pscharityunka-checkout-current {
  padding: .6rem .7rem;
  background: #f7f7f7;
  color: #333;
  font-weight: 600;
}

.pscharityunka-checkout-amount-row {
  display: flex;
  align-items: stretch;
  gap: .55rem;
}

.pscharityunka-checkout-amount-row .pscharityunka-input-line {
  flex: 1 1 112px;
  width: auto;
  min-width: 0;
  max-width: none;
  margin: 0;
}

.pscharityunka-checkout-amount-row .pscharityunka-amount-input {
  flex: 1 1 auto;
  width: auto;
}

.pscharityunka-checkout-submit {
  flex: 1 1 auto;
  min-height: 38px;
  height: auto;
  margin: 0;
  padding: .65rem .85rem;
  white-space: nowrap;
}

.pscharityunka-checkout-min-notice {
  margin-top: .55rem;
  font-size: .775rem;
}

.pscharityunka-checkout-terms {
  margin: .9rem 0 0;
}

.pscharityunka-checkout-terms .pscharityunka-terms-label {
  gap: .5rem;
  font-size: .8rem;
  line-height: 1.4;
}

.pscharityunka-checkout-terms .pscharityunka-terms-notice {
  font-size: .75rem;
}

.pscharityunka-checkout-form .pscharityunka-message {
  margin-top: .75rem;
}

.pscharityunka-checkout-terms label.pscharityunka-terms-label span {
  text-align: left !important;
}

@media (max-width: 767px) {
  .pscharityunka-cart-body {
    padding: 1.5rem 1rem;
  }

  .pscharityunka-input-line {
    display: flex;
    width: 100%;
    max-width: 100%;
  }

  .pscharityunka-input-label {
    flex: 0 0 40px;
  }

  .pscharityunka-amount-input {
    flex: 1 1 auto;
    width: auto;
  }

  .pscharityunka-submit {
    flex: 0 0 auto;
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 420px) {
  .pscharityunka-input-line {
    width: 100%;
  }

  .pscharityunka-input-label {
    flex: 0 0 38px;
    min-width: 38px;
  }

  .pscharityunka-amount-input {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .pscharityunka-submit {
    flex: 0 0 auto;
    width: auto;
    padding-left: .7rem;
    padding-right: .7rem;
    font-size: .7rem;
    letter-spacing: .05em;
  }

  .pscharityunka-checkout-amount-row {
    display: block;
  }

  .pscharityunka-checkout-submit {
    width: 100%;
    margin-top: .6rem;
  }
}
