/**
 * Octany Forms Styles
 *
 * @package OctanyIntegration
 */
.octany-wrapper {
  text-align: center;
  width: 100%;
  max-width: 640px;
  border: 1px solid #9eb4e6;
  background-color: #f9f9f9;
  font-family: "Bauer Grotesk W02 Regular", helvetica, sans-serif;
}

.membership-form octany-widget:not(.active) {
  display: none;
}

.Button--octany {
  margin-top: 16px;
  position: relative;
}
.Button--octany .octany-widget-frame {
  position: absolute !important;
  left: -30px;
  top: 0;
  opacity: 0 !important;
  height: 100%;
  width: calc(100% + 60px);
  border-radius: 0;
}

.Step {
  display: none;
}
.membership-form .Step {
  display: block;
}
.Step.u-hidden {
  display: none !important;
}

.Step--1 {
  padding-top: 10px;
}
.Step--1 .Form-edit {
  position: absolute;
  top: 48%;
  left: 70px;
  transform: translate(100%, -50%);
}

.Step--2 {
  padding-top: 10px;
}
.Step--2 .display {
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 15px;
}
.Step--2 .display p {
  margin-top: 5px;
}
.Step--2 .display p:first-of-type {
  margin-top: 0;
}

.Step-description {
  padding: 8px 0 23px;
}

.Form-section {
  padding: 16px 0 25px;
}

.Form-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.Form-row {
  width: 50%;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .Form-row {
    width: 100%;
  }
}
.Form-row--wide {
  width: 100%;
}

.Form-input {
  width: 100%;
  border: none;
  overflow: hidden;
  padding: 15px 16px;
  font-family: inherit;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  background-color: #fff;
  margin-bottom: 16px;
}
.Form-input:not(input[type=button]) {
  margin-bottom: 32px;
  background-color: #fff;
  padding: 14px 16px 15px 16px;
  font-size: 16px;
  font-family: inherit;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}
.Form-input:not(input[type=button]):focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #1a4095, inset 0 0 0 1px #9eb4e6;
}
.Form-input::placeholder {
  color: #1a4095;
  opacity: 0.5;
}
.Form-input.error {
  border-color: #d32f2f;
}
.Form-input--half {
  width: calc(50% - 12px);
  display: inline-block;
}
.Form-input--half:nth-of-type(2n) {
  margin-right: 20px;
}
.Form-input--fetch, .Form-input[type=tel] {
  font-variant: all-small-caps;
}

.Form-inputButton {
  display: inline-block;
  border: none;
  cursor: pointer;
  font-family: "Bauer Grotesk W02 Demibold", helvetica, sans-serif;
  transition: background-color 0.3s;
  background-color: #1a4095;
  color: #fff;
}
.Form-inputButton:hover {
  background-color: #15347a;
}

.Donation .Button {
  display: inline-block;
  border: none;
  cursor: pointer;
  font-family: "Bauer Grotesk W02 Demibold", helvetica, sans-serif;
  transition: background-color 0.3s;
  background-color: #1a4095;
  color: #fff;
}
.Donation .Button:hover {
  background-color: #15347a;
}
.Donation .Button {
  padding: 12px 24px;
  border-radius: 4px;
}

.Button-edit {
  background-color: #f5a623;
  margin-top: 10px;
  width: fit-content;
}

.Form-edit {
  font-family: inherit;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-decoration: underline;
  white-space: nowrap;
  cursor: pointer;
  font-variant: all-small-caps;
}

.Family-membersList .Form-input {
  margin-bottom: 20px !important;
}

.Family-memberItem .Entry-heading {
  margin-bottom: 5px;
}

.Family-memberButton {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #1a4095;
  font-family: "Bauer Grotesk W02 Demibold", helvetica, sans-serif;
  margin-top: 10px;
}
.Family-memberButton:hover {
  color: #15347a;
}

.Family-memberButtonImg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  margin-right: 8px;
}

.Family-memberRemove {
  color: #d32f2f;
}
.Family-memberRemove:hover {
  color: #c62828;
}

.PaymentOptions {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}

.PaymentType {
  flex: 1;
  border: 2px solid #d1d1d1;
  border-radius: 8px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
}
.PaymentType:hover {
  border-color: #9eb4e6;
}
.PaymentType.is-active {
  border-color: #1a4095;
  background-color: #f0f4ff;
}
.PaymentType h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  color: #1a4095;
}
.PaymentType p {
  margin: 0;
  color: #666;
}

.Payment-donation,
.Payment-recurring {
  margin-top: 24px;
}

.Checkbox-wrapper {
  margin-top: 24px;
}

.Checkbox {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.Checkbox.error .Checkbox-control {
  border-color: #d32f2f;
}

.Checkbox-inputWrap {
  display: inline-block;
  margin-right: 12px;
  position: relative;
}

.Checkbox-input {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.Checkbox-input:checked + .Checkbox-control svg {
  opacity: 1;
}
.Checkbox-input:focus + .Checkbox-control {
  box-shadow: 0 0 0 3px rgba(26, 64, 149, 0.2);
}

.Checkbox-control {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #1a4095;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
}
.Checkbox-control svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  opacity: 0;
  transition: opacity 0.2s;
}

.radio__label {
  line-height: 1.4;
}
.radio__label a {
  color: #1a4095;
  text-decoration: underline;
}

.Spinner-wrapper {
  position: relative;
  display: inline-block;
}

.Spinner {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.pn-ErrorMsg {
  color: #d32f2f;
  font-size: 14px;
  margin-top: 8px;
}

.invalid {
  color: #d32f2f;
  font-size: 14px;
  margin-top: 8px;
}

.u-hidden {
  display: none !important;
}

.u-smVisible {
  display: none;
}
@media (max-width: 768px) {
  .u-smVisible {
    display: block;
  }
}

@media (max-width: 768px) {
  .u-smHidden {
    display: none;
  }
}

.Entry-heading h2,
.Entry-heading h3 {
  margin-top: 0;
  margin-bottom: 16px;
  color: #1a4095;
}

.Entry-column {
  padding: 24px 0;
}

.Site-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.Site-container--md {
  max-width: 960px;
}

.Flex {
  display: flex;
}

.Flex-grid {
  flex-wrap: wrap;
  gap: 16px;
}

.Donation {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 600px) {
  .Donation {
    max-width: 100%;
  }
}

.Donation-view.u-hidden {
  display: none !important;
}

.Donation .Donation-heading {
  font-size: 28px;
  text-align: center;
  color: #1a4095;
  margin: 0 0 24px;
  padding: 0;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (min-width: 640px) {
  .Donation .Donation-heading {
    font-size: 34px;
  }
}

h3.Donation .Donation-heading {
  font-size: 20px;
  text-align: center;
  color: #1a4095;
  margin: 0 0 24px;
  padding: 0;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (min-width: 640px) {
  h3.Donation .Donation-heading {
    font-size: 20px;
  }
}

.Donation .Donation-block {
  margin-bottom: 40px;
}

.Donation .Donation-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 0 0 40px;
  background-color: #e0e0e0;
  height: 0;
}

.Donation-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid rgba(100, 116, 139, 0.6);
  border-radius: 50%;
  transition: border-color 0.2s, background-color 0.2s;
}
.Donation-radio::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  transition: transform 0.15s;
}

.is-active > .Donation-radio,
.is-active .Donation-causeBody .Donation-radio {
  border-color: #1a4095;
  background: #1a4095;
}
.is-active > .Donation-radio::after,
.is-active .Donation-causeBody .Donation-radio::after {
  transform: scale(1);
}

.Donation-optionBtn {
  display: flex;
  font-family: "Bauer Grotesk W02 Regular", helvetica, sans-serif;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.Donation-optionBtn:hover {
  border-color: rgba(26, 64, 149, 0.35);
}
.Donation-optionBtn.is-active {
  border-color: #1a4095;
  box-shadow: 0 1px 4px rgba(26, 64, 149, 0.08);
}
.Donation-optionBtn.is-active .Donation-optionLabel {
  font-family: "Bauer Grotesk W02 Demibold", helvetica, sans-serif;
}

.Donation-optionLabel {
  font-size: 16px;
  font-weight: 500;
  color: #1a4095;
}

.Donation-monthlyWrap .Donation-optionLabel,
.Donation-cta.Donation-cta--next {
  font-family: "Bauer Grotesk W02 Demibold", helvetica, sans-serif;
}

.Donation-amountGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.Donation-customInput {
  display: none;
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  font-family: inherit;
  color: #1a4095;
  padding: 0;
}
.Donation-customInput::placeholder {
  color: rgba(100, 116, 139, 0.6);
}

.Donation-monthlyWrap {
  margin-top: 12px;
}

.Donation-optionBtn--monthly {
  justify-content: center;
}
.Donation-optionBtn--monthly.is-active .Donation-toggle {
  background: #1a4095;
}
.Donation-optionBtn--monthly.is-active .Donation-toggleThumb {
  transform: translateX(20px);
}

.Donation-toggle {
  position: relative;
  width: 44px;
  height: 24px;
  background: #d1d5db;
  border-radius: 12px;
  transition: background-color 0.2s;
  flex-shrink: 0;
}

.Donation-toggleThumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s;
}

.Donation-causeGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 600px) {
  .Donation-causeGrid {
    grid-template-columns: 1fr;
  }
}

.Donation-causeCard {
  display: flex;
  flex-direction: column;
  border: 1px solid #abb3c6;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  text-align: left;
  padding: 0;
  font-family: inherit;
}
.Donation-causeCard:hover {
  border-color: #2c3e66;
}
.Donation-causeCard:hover .Donation-causeImage img {
  transform: scale(1.05);
}
.Donation-causeCard.is-active {
  border-color: #2c3e66;
}

.Donation-causeImage {
  aspect-ratio: 5/3;
  overflow: hidden;
}
.Donation-causeImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.Donation-causeBody {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
}

.Donation .Donation-causeTitle {
  font-size: 14px;
  font-family: "Bauer Grotesk W02 Demibold", helvetica, sans-serif;
  line-height: 1.3;
  color: #1a4095;
  margin: 0;
  padding: 0;
}

.Donation-cta {
  display: block;
  width: 100%;
  border: none;
  border-radius: 50px;
  font-family: inherit;
  cursor: pointer;
  transition: opacity 0.2s, box-shadow 0.2s, transform 0.1s;
}
.Donation-cta:hover:not(:disabled) {
  opacity: 0.9;
  box-shadow: 0 4px 16px rgba(26, 64, 149, 0.25);
}
.Donation-cta:active:not(:disabled) {
  transform: scale(0.98);
}
.Donation-cta:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.Donation-cta {
  padding: 16px 24px;
  background: #1a4095;
  color: #fff;
  font-size: 18px;
  font-family: "Bauer Grotesk W02 Demibold", helvetica, sans-serif;
  font-family: inherit;
  max-width: 460px;
  margin: 40px auto;
}

.Donation .Donation-preview {
  margin-top: 16px;
  padding: 28px;
  border-radius: 4px;
  background: #f5f1e5;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #1a4095;
  font-family: "Bauer Grotesk W02 Demibold", helvetica, sans-serif;
}

.Donation-view.Donation-view--contact,
.Donation-view--payment {
  max-width: 464px;
  margin: 0 auto;
}

.Donation-summaryCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-radius: 4px;
  background: #e0f2e4;
}

.Donation-summaryInfo {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.Donation-summaryInfo p:last-child {
  margin-bottom: 0;
}

.Donation .Donation-summaryInfo p {
  font-size: 14px;
  color: #1a4095;
  font-family: "Bauer Grotesk W02 Regular", helvetica, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.Donation-changeBtn {
  padding: 10px 22px;
  border: none;
  border-radius: 50px;
  background: #1a4095;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.Donation-changeBtn:hover {
  opacity: 0.9;
}

.Donation-field {
  margin-bottom: 18px;
}
.Donation-field--half {
  flex: 1;
  min-width: 0;
}

.Donation-fieldRow {
  display: flex;
  gap: 12px;
}
@media (max-width: 600px) {
  .Donation-fieldRow {
    flex-direction: column;
    gap: 0;
  }
}

.Donation .Donation-label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #1a4095;
  font-family: "Bauer Grotesk W02 Demibold", helvetica, sans-serif;
  line-height: 1.4;
  padding: 0;
}

.Donation .Donation-input {
  display: block;
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  font-family: inherit;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.2s;
  margin: 0;
  height: auto;
  line-height: 1.4;
}
.Donation .Donation-input:focus {
  outline: none;
  border-color: #1a4095;
}
.Donation .Donation-input::placeholder {
  color: rgba(100, 116, 139, 0.6);
}
.Donation .Donation-input.is-error {
  border-color: #d32f2f;
}

.Donation .Donation-hint {
  font-size: 13px;
  color: #888;
  margin-top: 8px;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0;
}

.Donation-errorMsg {
  color: #d32f2f;
  font-size: 14px;
  margin-top: 8px;
  min-height: 20px;
}

.Donation-fetchRow {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.Donation-fetchRow .Donation-input {
  flex: 1;
}
@media (max-width: 600px) {
  .Donation-fetchRow {
    flex-direction: column;
  }
}

.Donation-fetchBtn {
  padding: 20px 18px;
  border: none;
  border-radius: 8px;
  background: #dff0f8;
  color: #1a4095;
  font-size: 12px;
  font-weight: 700;
  font-family: "Bauer Grotesk W02 Demibold", helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s;
}
.Donation-fetchBtn:hover {
  background: rgba(26, 64, 149, 0.14);
}

.Donation-spinner {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 14px;
  box-sizing: border-box;
  border: 3px solid rgba(26, 64, 149, 0.2);
  border-top-color: #1a4095;
  border-radius: 50%;
  animation: octany-spin 0.8s linear infinite;
}

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

.Donation-tabs {
  display: flex;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 24px;
}

.Donation-tab {
  flex: 1;
  padding: 0 0 12px;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 700;
  font-family: "Bauer Grotesk W02 Demibold", helvetica, sans-serif;
  text-align: center;
  cursor: pointer;
  color: rgba(100, 116, 139, 0.6);
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: color 0.2s, border-color 0.2s;
}
.Donation-tab:hover {
  color: #1a4095;
}
.Donation-tab.is-active {
  color: #1a4095;
  border-bottom-color: #1a4095;
}

.Donation-tabContent.u-hidden {
  display: none !important;
}

.Donation-checkboxGroup {
  margin-bottom: 28px;
}

.Donation-checkboxRow {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  margin-bottom: 14px;
}

.Donation-nativeCheckbox {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  accent-color: #1a4095;
  flex-shrink: 0;
}

.Donation-checkboxText {
  font-size: 14px;
  color: #1a4095;
  line-height: 1.5;
}

.Donation .Donation-checkboxText a {
  font-weight: 600;
  text-decoration: underline;
  color: #1a4095;
  font-size: inherit;
}

.Donation-validationMsg {
  color: #d32f2f;
  font-size: 14px;
  margin-top: 8px;
}

.Donation-paymentMethods {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.Donation-payIcon {
  flex-shrink: 0;
  margin-left: auto;
}

.Donation-cardLogos {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
  margin-left: auto;
}

.Donation-total {
  text-align: center;
  margin-bottom: 24px;
}

.Donation .Donation-totalHeading {
  font-size: 24px;
  font-weight: 700;
  color: #1a4095;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
@media (min-width: 640px) {
  .Donation .Donation-totalHeading {
    font-size: 28px;
  }
}

.Donation-payWrapper {
  margin-bottom: 16px;
}

.Donation-payBtn {
  display: block;
  width: 100%;
  border: none;
  border-radius: 50px;
  font-family: inherit;
  cursor: pointer;
  transition: opacity 0.2s, box-shadow 0.2s, transform 0.1s;
}
.Donation-payBtn:hover:not(:disabled) {
  opacity: 0.9;
  box-shadow: 0 4px 16px rgba(26, 64, 149, 0.25);
}
.Donation-payBtn:active:not(:disabled) {
  transform: scale(0.98);
}
.Donation-payBtn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.Donation-payBtn {
  padding: 16px 24px;
  background: #da4372;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
  position: relative;
}
.Donation-payBtn:hover {
  opacity: 0.9;
  box-shadow: 0 4px 16px rgba(26, 64, 149, 0.25);
}
.Donation-payBtn:active {
  transform: scale(0.98);
}
.Donation-payBtn octany-widget:not(.active) {
  display: none;
}
.Donation-payBtn .octany-widget-frame {
  position: absolute !important;
  inset: 0;
  opacity: 0 !important;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.Donation .Donation-disclaimer {
  text-align: center;
  font-size: 12px;
  color: #111;
  line-height: 1.6;
  margin-bottom: 32px;
}

.Donation-familyItem {
  padding: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 16px;
  background: #f9f9f9;
}

.Donation .Donation-familyItemHeading {
  font-size: 16px;
  font-family: "Bauer Grotesk W02 Demibold", helvetica, sans-serif;
  color: #1a4095;
  margin: 0 0 16px;
  padding: 0;
  line-height: 1.3;
}

.Donation-familyActions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.Donation-familyAddBtn,
.Donation-familyRemoveBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 50px;
  background: #9eb4e6;
  font-size: 14px;
  font-family: "Bauer Grotesk W02 Demibold", helvetica, sans-serif;
  color: #1a4095;
  cursor: pointer;
  transition: border-color 0.2s;
}
.Donation-familyAddBtn:hover,
.Donation-familyRemoveBtn:hover {
  border-color: rgba(26, 64, 149, 0.35);
}
.Donation-familyAddBtn.u-hidden,
.Donation-familyRemoveBtn.u-hidden {
  display: none !important;
}

.Donation-familyRemoveBtn {
  color: #d32f2f;
}
.Donation-familyRemoveBtn:hover {
  border-color: rgba(211, 47, 47, 0.35);
}

.Donation-paySubOptions {
  margin-top: 16px;
}
.Donation-paySubOptions.u-hidden {
  display: none !important;
}

.Donation-optionSub {
  display: block;
  font-size: 13px;
  font-family: "Bauer Grotesk W02 Regular", helvetica, sans-serif;
  color: #666;
  margin-top: 2px;
}

.DonationTeaser {
  max-width: 448px;
  margin: 0 auto;
  font-family: "Bauer Grotesk W02 Regular", helvetica, sans-serif;
  color: #1a4095;
}
@media (max-width: 600px) {
  .DonationTeaser {
    max-width: 100%;
  }
}

.DonationTeaser-card {
  background: #e0f0f9;
  border-radius: 4px;
  padding: 24px;
}

h2.DonationTeaser-heading {
  font-size: 24px;
  color: #1a4095;
  text-align: center;
  font-family: "Bauer Grotesk W02 Demibold", helvetica, sans-serif;
}
@media (min-width: 640px) {
  h2.DonationTeaser-heading {
    font-size: 28px;
  }
}

.DonationTeaser-amountGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 12px;
}

.DonationTeaser-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 2px solid #e0e4ea;
  border-radius: 50%;
  flex-shrink: 0;
  transition: border-color 0.2s;
}

.DonationTeaser-radioDot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1a4095;
  transform: scale(0);
  transition: transform 0.15s;
}

.DonationTeaser-amountBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border: 2px solid #e0e4ea;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  color: #1a4095;
  cursor: pointer;
  transition: border-color 0.2s;
}
.DonationTeaser-amountBtn:hover {
  border-color: rgba(26, 64, 149, 0.5);
}
.DonationTeaser-amountBtn.is-active {
  border-color: #1a4095;
  color: #1a4095;
}
.DonationTeaser-amountBtn.is-active .DonationTeaser-radio {
  border-color: #1a4095;
}
.DonationTeaser-amountBtn.is-active .DonationTeaser-radioDot {
  transform: scale(1);
}
.DonationTeaser-amountBtn--custom {
  width: 100%;
  margin-bottom: 20px;
}

.DonationTeaser-customInput {
  display: none;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  color: #1a4095;
  padding: 0;
}
.DonationTeaser-customInput::placeholder {
  color: rgba(26, 64, 149, 0.4);
  font-weight: 400;
}

.DonationTeaser-amountBtn--custom.is-active .DonationTeaser-customLabel {
  display: none;
}
.DonationTeaser-amountBtn--custom.is-active .DonationTeaser-customInput {
  display: block;
}

.DonationTeaser-cta {
  display: block;
  width: 100%;
  border: none;
  border-radius: 50px;
  font-family: inherit;
  cursor: pointer;
  transition: opacity 0.2s, box-shadow 0.2s, transform 0.1s;
}
.DonationTeaser-cta:hover:not(:disabled) {
  opacity: 0.9;
  box-shadow: 0 4px 16px rgba(26, 64, 149, 0.25);
}
.DonationTeaser-cta:active:not(:disabled) {
  transform: scale(0.98);
}
.DonationTeaser-cta:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.DonationTeaser-cta {
  padding: 14px 24px;
  background: #da4372;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
}
.DonationTeaser-cta:disabled {
  opacity: 0.5;
}
