:root {
  --ahm-yellow: #f5df13;
  --ahm-forest: #063b25;
  --ahm-ink: #173d2b;
}

/* Language buttons: recognizable country flags on desktop and mobile. */
#header .lang button,
.ahm-language button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  width: auto !important;
  min-width: 48px !important;
  padding-inline: 8px !important;
  white-space: nowrap;
}

.ahm-lang-flag {
  font-size: 17px;
  line-height: 1;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .2));
}

.ahm-lang-code {
  font-size: 10px;
  font-weight: 900;
}

/* Slider crop support. The management plugin can later set these variables. */
.ahm-slide {
  --ahm-slide-x: 50%;
  --ahm-slide-y: 50%;
  --ahm-slide-zoom: 1;
  background: #06261b center / cover no-repeat;
}

.ahm-slide img {
  object-fit: var(--ahm-slide-fit, cover) !important;
  object-position: var(--ahm-slide-x) var(--ahm-slide-y) !important;
  transform: scale(var(--ahm-slide-zoom)) !important;
  transform-origin: var(--ahm-slide-x) var(--ahm-slide-y) !important;
  transition: transform 5.6s ease, opacity .35s ease !important;
}

.ahm-slide.is-contain img {
  object-fit: contain !important;
}

/* Professional project progress: prominent percentage and unmistakable fill. */
.goal-card{position:relative;padding:24px!important;border:1px solid rgba(6,59,37,.14)!important;border-radius:22px!important;background:linear-gradient(145deg,#f9fbf5,#e9f2e7)!important}
.goal-card .goal-labels{align-items:end;margin-bottom:18px!important}
.goal-card .goal-labels>div:first-child strong{font:900 clamp(34px,4vw,48px)/.9 Georgia,serif!important;color:#087236!important}
.goal-card .progress-track {
  position:relative!important;
  height:28px!important;
  overflow:hidden!important;
  padding:4px!important;
  border:1px solid rgba(6,59,37,.16)!important;
  border-radius:999px!important;
  background:rgba(6,59,37,.11)!important;
  box-shadow:inset 0 2px 7px rgba(6,59,37,.13),0 5px 15px rgba(6,59,37,.08)!important;
}

.goal-card .progress-fill {
  position: relative;
  min-width: 12px;
  height: 100% !important;
  border-radius: 999px !important;
  background:linear-gradient(90deg,#28bce5 0%,#42b96f 55%,#f5df13 100%)!important;
  box-shadow:0 4px 12px rgba(8,114,54,.3),inset 0 1px rgba(255,255,255,.5)!important;
  transition:width .8s cubic-bezier(.2,.8,.2,1)!important;
}

.goal-card .progress-track::after {
  content: attr(data-progress);
  position: absolute;
  top: 50%;
  right:11px;
  transform:translateY(-50%);
  z-index:3;
  color: #fff;
  font:900 11px/1 Arial,sans-serif;
  letter-spacing:.04em;
  text-shadow:0 1px 4px rgba(0,28,15,.85);
}
.goal-card .progress-meta{margin-top:12px!important}
@media(max-width:560px){.goal-card{padding:19px!important}.goal-card .goal-labels{align-items:flex-start!important}.goal-card .progress-track{height:26px!important}.goal-card .progress-meta{display:grid!important;gap:5px!important}}

.goal-labels strong,
.project-fact strong,
.mini-meta > span:first-child {
  color: #087236 !important;
  font-variant-numeric: tabular-nums;
}

.mini-project .mini-progress,
.ahm-goal-progress {
  height: 11px !important;
  border: 1px solid rgba(255, 255, 255, .22) !important;
  background: rgba(255, 255, 255, .24) !important;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2) !important;
}

.mini-project .mini-progress span,
.ahm-goal-progress span {
  min-width: 6px;
  background: linear-gradient(90deg, #31c7f2, #f5df13) !important;
  box-shadow: 0 0 11px rgba(245, 223, 19, .35);
}

/* Every photo dialog scrolls internally and gets a permanent bottom button. */
.ahm-program-modal,
.ahm-support-modal,
.ahm-journal-modal,
.ahm-mini-project-modal,
.ahm-project-process-modal,
.ahm-goal-story-modal,
.ahm-christmas-modal,
.ahm-trip-modal,
.ahm-gallery-lightbox {
  align-items: center !important;
  overflow: auto !important;
  overscroll-behavior: contain;
  padding: clamp(10px, 2vw, 24px) !important;
}

.ahm-program-dialog,
.ahm-support-dialog,
.ahm-journal-dialog,
.ahm-mini-project-dialog,
.ahm-project-process-dialog,
.ahm-goal-story-dialog,
.ahm-christmas-dialog,
.ahm-trip-dialog,
.ahm-gallery-lightbox-dialog {
  position: relative !important;
  max-height: calc(100dvh - 24px) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.ahm-program-dialog img,
.ahm-support-dialog img,
.ahm-journal-dialog img,
.ahm-mini-project-dialog img,
.ahm-project-process-dialog img,
.ahm-goal-story-dialog img,
.ahm-christmas-dialog img,
.ahm-gallery-lightbox-dialog > img {
  max-width: 100% !important;
  max-height: min(64dvh, 720px) !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #032319 !important;
}

.ahm-modal-close,
.ahm-support-close,
.ahm-journal-close,
.ahm-mini-project-close,
.ahm-project-process-close,
.ahm-goal-story-close,
.ahm-christmas-close,
.ahm-trip-close,
.ahm-gallery-lightbox-close {
  display: none !important;
}

.ahm-modal-bottom-close {
  position: relative !important;
  z-index: 60 !important;
  left: auto !important;
  bottom: auto !important;
  transform: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 46px;
  margin: 24px auto 18px !important;
  padding: 12px 24px !important;
  border: 2px solid #fff !important;
  border-radius: 999px !important;
  background: #087236 !important;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(0, 32, 18, .36) !important;
  font: 900 12px/1 Arial, sans-serif !important;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.ahm-modal-bottom-close:hover,
.ahm-modal-bottom-close:focus-visible {
  background: #f5df13 !important;
  color: #063b25 !important;
  transform: translateY(-2px);
  outline: 3px solid rgba(49, 199, 242, .65);
  outline-offset: 3px;
}

/* Western Union transfer section. */
.ahm-western-union {
  position: relative;
  overflow: hidden;
  padding: 96px 20px;
  background:
    radial-gradient(circle at 10% 15%, rgba(255, 221, 0, .18), transparent 24%),
    radial-gradient(circle at 93% 88%, rgba(49, 199, 242, .15), transparent 25%),
    linear-gradient(135deg, #061c13 0%, #073924 58%, #041f16 100%);
  color: #fff;
}

.ahm-western-union::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image: repeating-linear-gradient(120deg, transparent 0 35px, rgba(255, 221, 0, .32) 36px 37px, transparent 38px 70px);
  pointer-events: none;
}

.ahm-wu-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 28px;
  width: min(1220px, 100%);
  margin: auto;
}

.ahm-wu-intro,
.ahm-wu-form-card {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(0, 16, 9, .34);
}

.ahm-wu-intro {
  padding: clamp(28px, 4vw, 48px);
  background: linear-gradient(145deg, rgba(0, 0, 0, .48), rgba(6, 55, 34, .68));
}

.ahm-wu-logo-box {
  display: grid;
  place-items: center;
  width: min(350px, 100%);
  min-height: 126px;
  margin-bottom: 30px;
  padding: 24px;
  border: 1px solid rgba(255, 221, 0, .42);
  border-radius: 20px;
  background: #111;
}

.ahm-wu-logo-box img {
  display: block;
  width: 100%;
  height: 74px;
  object-fit: contain;
}

.ahm-wu-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f5df13;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.ahm-wu-kicker::before {
  content: "";
  width: 38px;
  height: 2px;
  background: #31c7f2;
}

.ahm-wu-recipient{display:grid;gap:5px;margin:24px 0;padding:18px 20px;border:1px solid rgba(245,223,19,.42);border-radius:17px;background:rgba(0,0,0,.28)}.ahm-wu-recipient span{color:#f5df13;font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.ahm-wu-recipient strong{color:#fff;font:22px/1.15 Georgia,serif}.ahm-wu-recipient p{margin:1px 0;color:#d8ebdf}.ahm-wu-recipient a{width:max-content;color:#fff;font-size:13px;font-weight:800;text-decoration:none}.ahm-wu-recipient a:hover{text-decoration:underline;color:#f5df13}.ahm-wu-field input[type=file]{height:auto;padding:10px;background:#f3f7f0}.ahm-wu-field>small{color:#6b7f71;font-size:10px;line-height:1.35}

.ahm-wu-intro h2 {
  margin: 16px 0 18px;
  color: #fff;
  font: clamp(38px, 4.6vw, 61px)/.98 Georgia, serif;
  letter-spacing: -.03em;
}

.ahm-wu-intro > p {
  max-width: 550px;
  color: #d8ebdf;
  font-size: 16px;
  line-height: 1.7;
}

.ahm-wu-steps {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.ahm-wu-steps li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  color: #e6f2e9;
  font-size: 13px;
  line-height: 1.45;
}

.ahm-wu-steps b {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f5df13;
  color: #061c13;
  font-size: 12px;
}

.ahm-wu-form-card {
  padding: clamp(24px, 3.7vw, 44px);
  background: #fbfaf2;
  color: #173d2b;
}

.ahm-wu-form-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9e4d8;
}

.ahm-wu-form-head h3 {
  margin: 0 0 7px;
  color: #063b25;
  font: clamp(27px, 3vw, 37px)/1 Georgia, serif;
}

.ahm-wu-form-head p {
  margin: 0;
  color: #567161;
  font-size: 13px;
  line-height: 1.55;
}

.ahm-wu-secure {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: #e4f3e5;
  color: #087236;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ahm-wu-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.ahm-wu-field {
  display: grid;
  gap: 7px;
}

.ahm-wu-field.is-wide,
.ahm-wu-consent,
.ahm-wu-submit,
.ahm-wu-status {
  grid-column: 1 / -1;
}

.ahm-wu-field > span {
  color: #244f3a;
  font-size: 11px;
  font-weight: 900;
}

.ahm-wu-field input,
.ahm-wu-field select,
.ahm-wu-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid #cdddcf;
  border-radius: 12px;
  background: #fff;
  color: #173d2b;
  font: 14px Arial, sans-serif;
}

.ahm-wu-field textarea {
  min-height: 94px;
  resize: vertical;
}

.ahm-wu-field input:focus,
.ahm-wu-field select:focus,
.ahm-wu-field textarea:focus {
  border-color: #087236;
  outline: 3px solid rgba(49, 199, 242, .2);
}

.ahm-wu-transfer-only[hidden] {
  display: none !important;
}

.ahm-wu-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #536f5e;
  font-size: 11px;
  line-height: 1.5;
}

.ahm-wu-consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: #087236;
}

.ahm-wu-submit {
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #f5df13, #ffe84e);
  color: #062a1b;
  box-shadow: 0 12px 24px rgba(123, 100, 0, .18);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.ahm-wu-submit:hover,
.ahm-wu-submit:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 15px 28px rgba(123, 100, 0, .23);
}

.ahm-wu-status {
  padding: 13px 15px;
  border-radius: 12px;
  background: #e7f4e8;
  color: #086732;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.ahm-wu-status.is-error {
  background: #fff0e9;
  color: #9a351a;
}

.ahm-wu-legal {
  margin: 20px 0 0;
  color: #9db5a6;
  font-size: 10px;
  line-height: 1.55;
}

/* Social links in the designed footer. */
.ahm-footer-socials {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.ahm-footer-socials a,
.ahm-footer-socials > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 44px;
  height: 44px;
  padding: 0 15px 0 8px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  background: rgba(0, 29, 17, .64);
  color: #fff;
  font: 800 11px Arial, sans-serif;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.ahm-footer-socials a:hover,
.ahm-footer-socials a:focus-visible {
  transform: translateY(-3px);
  border-color: #f5df13;
  background: #f5df13;
}

.ahm-footer-socials > span.is-pending {
  opacity: .62;
}
.ahm-footer-socials a.is-pending { opacity:.82; }

.ahm-footer-socials img {
  width: 30px;
  height: 30px;
  padding: 7px;
  border-radius: 50%;
  filter: invert(1);
}

.ahm-footer-socials .is-facebook img { background:#1877f2; }
.ahm-footer-socials .is-instagram img { background:linear-gradient(135deg,#833ab4,#fd1d1d 55%,#fcb045); }
.ahm-footer-socials a:hover,.ahm-footer-socials a:focus-visible { background:rgba(255,255,255,.14); }
.ahm-footer-us-phone{position:relative;z-index:4;display:inline-flex;align-items:center;gap:12px;margin-top:14px;padding:11px 17px 11px 11px;border:1px solid rgba(255,255,255,.32);border-radius:999px;background:rgba(0,29,17,.72);color:#fff;text-decoration:none;transition:transform .2s ease,border-color .2s ease}.ahm-footer-us-phone:hover,.ahm-footer-us-phone:focus-visible{transform:translateY(-3px);border-color:#f5df13}.ahm-footer-us-phone>span:first-child{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#f5df13;color:#063b25;font-size:18px}.ahm-footer-us-phone small,.ahm-footer-us-phone b{display:block}.ahm-footer-us-phone small{margin-bottom:2px;color:#a9c5b3;font:700 9px Arial,sans-serif;letter-spacing:.09em;text-transform:uppercase}.ahm-footer-us-phone b{color:#fff;font:900 12px Arial,sans-serif}
@media(max-width:560px){.ahm-footer-socials a,.ahm-footer-socials>span{padding-right:10px}.ahm-footer-socials a>span,.ahm-footer-socials>span>span{display:none}.ahm-footer-us-phone{max-width:100%}}

.ahm-mobile-donate{display:none}
@media(max-width:620px){body{padding-bottom:72px}.ahm-mobile-donate{position:fixed;z-index:9997;right:68px;bottom:13px;display:inline-flex;align-items:center;justify-content:center;gap:7px;height:46px;padding:0 15px;border:2px solid #fff;border-radius:999px;background:linear-gradient(135deg,#f5df13,#fff14e);color:#063b25;box-shadow:0 8px 22px rgba(0,45,22,.38);font:900 11px Arial,sans-serif;text-transform:uppercase;cursor:pointer}.ahm-mobile-donate span{font-size:16px;color:#087236}.ahm-mobile-donate:hover,.ahm-mobile-donate:focus-visible{transform:translateY(-2px);outline:3px solid rgba(49,199,242,.55)}}

/* Compact mission footer: clearer hierarchy and less empty space. */
.ahm-footer{align-items:start!important;gap:22px!important;padding-top:30px!important;padding-bottom:20px!important}.ahm-footer-topline{padding-bottom:10px!important}.ahm-footer p{margin-top:9px!important;line-height:1.48!important}.ahm-footer-seal{margin-top:11px!important}.ahm-footer nav{gap:7px!important;padding-top:2px!important}.ahm-footer-socials{margin-top:12px!important}.ahm-footer-us-phone{margin-top:9px!important}.ahm-footer-credit{padding-top:11px!important}@media(max-width:560px){.ahm-footer{gap:14px!important;padding:27px 18px 90px!important}.ahm-footer nav{grid-template-columns:repeat(3,minmax(0,1fr))!important;width:100%;gap:7px!important}.ahm-footer nav a{font-size:12px!important}.ahm-footer-socials{margin-top:6px!important}}

@media (max-width: 820px) {
  .ahm-wu-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .ahm-program-modal.is-open .ahm-modal-close,
  .ahm-support-modal.is-open .ahm-support-close,
  .ahm-journal-modal.is-open .ahm-journal-close,
  .ahm-mini-project-modal.is-open .ahm-mini-project-close,
  .ahm-project-process-modal.is-open .ahm-project-process-close,
  .ahm-goal-story-modal.is-open .ahm-goal-story-close,
  .ahm-christmas-modal.is-open .ahm-christmas-close,
  .ahm-gallery-lightbox.is-open .ahm-gallery-lightbox-close {
    display: none !important;
  }
  .ahm-program-dialog,
  .ahm-support-dialog,
  .ahm-journal-dialog,
  .ahm-mini-project-dialog,
  .ahm-project-process-dialog,
  .ahm-goal-story-dialog,
  .ahm-christmas-dialog,
  .ahm-gallery-lightbox-dialog {
    width: min(100%, 680px) !important;
    max-height: calc(100dvh - 16px) !important;
    border-radius: 18px !important;
  }

  .ahm-program-dialog .ahm-program-main-photo,
  .ahm-support-dialog img,
  .ahm-journal-dialog img,
  .ahm-mini-project-dialog img,
  .ahm-project-process-dialog img,
  .ahm-goal-story-dialog img,
  .ahm-christmas-dialog img,
  .ahm-gallery-lightbox-dialog > img {
    width: 100% !important;
    height: auto !important;
    min-height: 220px;
    max-height: 48dvh !important;
  }

  .ahm-modal-bottom-close {
    position: relative !important;
    bottom: auto !important;
    width: calc(100% - 32px);
    min-width: 0;
    margin: 24px 16px 18px !important;
  }
}

@media (max-width: 560px) {
  .ahm-western-union {
    padding: 70px 14px;
  }

  .ahm-wu-intro,
  .ahm-wu-form-card {
    border-radius: 21px;
  }

  .ahm-wu-intro h2 {
    font-size: 39px;
  }

  .ahm-wu-form {
    grid-template-columns: 1fr;
  }

  .ahm-wu-field,
  .ahm-wu-field.is-wide,
  .ahm-wu-consent,
  .ahm-wu-submit,
  .ahm-wu-status {
    grid-column: 1;
  }

  .ahm-wu-form-head {
    flex-direction: column;
  }

  #header .lang button,
  .ahm-language button {
    min-width: 44px !important;
    padding-inline: 6px !important;
  }
}

/* Professional two-step donation experience. */
body.ahm-donation-open{overflow:hidden!important}.ahm-donation-modal{position:fixed;z-index:2147483647;inset:0;display:grid;place-items:center;padding:20px;background:rgba(1,20,12,.84);backdrop-filter:blur(14px);opacity:0;visibility:hidden;transition:opacity .24s ease,visibility .24s ease}.ahm-donation-modal.is-open{opacity:1;visibility:visible}.ahm-donation-dialog{position:relative;width:min(1080px,100%);max-height:calc(100dvh - 40px);overflow:auto;border:1px solid rgba(255,255,255,.24);border-radius:30px;background:#f8f8ef;box-shadow:0 35px 110px rgba(0,0,0,.55)}.ahm-donation-close{position:sticky;z-index:10;top:15px;float:right;display:flex;align-items:center;gap:7px;margin:15px 15px -58px 0;padding:8px 13px;border:1px solid rgba(255,255,255,.45);border-radius:999px;background:#073a26;color:#fff;box-shadow:0 8px 22px rgba(0,0,0,.22);font:800 11px Arial;cursor:pointer}.ahm-donation-close span{font-size:22px;line-height:.7}.ahm-donation-choice{padding:clamp(35px,6vw,72px);background:radial-gradient(circle at 95% 0,rgba(49,199,242,.12),transparent 29%),radial-gradient(circle at 0 100%,rgba(245,223,19,.13),transparent 28%),#f8f8ef}.ahm-donation-choice>header{max-width:790px;margin:0 auto 34px;text-align:center}.ahm-donation-choice>header>span{color:#087236;font-size:10px;font-weight:900;letter-spacing:.17em;text-transform:uppercase}.ahm-donation-choice h2{margin:13px 0 15px;color:#063b25;font:clamp(38px,5vw,61px)/.99 Georgia,serif;letter-spacing:-.025em}.ahm-donation-choice>header p{max-width:690px;margin:auto;color:#557061;font-size:15px;line-height:1.65}.ahm-donation-options{display:grid;grid-template-columns:1fr 1fr;gap:20px}.ahm-donation-option{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:17px;align-items:start;min-height:285px;padding:30px;border:1px solid #cbdcca;border-radius:24px;background:#fff;color:#173d2b;text-align:left;text-decoration:none;box-shadow:0 15px 35px rgba(4,57,29,.09);cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.ahm-donation-option:hover,.ahm-donation-option:focus-visible{transform:translateY(-5px);border-color:#087236;box-shadow:0 24px 48px rgba(4,57,29,.16);outline:0}.ahm-donation-option.is-western{font:inherit}.ahm-donation-number{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#063b25;color:#f5df13;font-size:12px;font-weight:900}.ahm-donation-option small{display:block;color:#087236;font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.ahm-donation-option h3{margin:10px 0 13px;color:#063b25;font:32px/1 Georgia,serif}.ahm-donation-option p{margin:0;color:#597264;font-size:13px;line-height:1.6}.ahm-donation-option div>b{display:inline-block;margin-top:25px;color:#063b25;font-size:11px;text-transform:uppercase}.ahm-donation-option>i{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#f5df13;color:#063b25;font-style:normal;font-size:21px}.ahm-donation-option.is-coalition:before{content:"";position:absolute;right:20px;bottom:18px;width:110px;height:80px;border:1px solid rgba(8,114,54,.10);border-radius:50%;transform:rotate(-13deg)}.ahm-donation-option.is-western{background:linear-gradient(145deg,#111,#252525);color:#fff}.ahm-donation-option.is-western h3,.ahm-donation-option.is-western div>b{color:#f5df13}.ahm-donation-option.is-western p{color:#d8dfda}.ahm-donation-option.is-western small{color:#31c7f2}.ahm-donation-choice>footer{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:28px;color:#577061}.ahm-donation-choice>footer span{color:#f5df13;font-size:20px}.ahm-donation-choice>footer p{margin:0;font-size:12px}.ahm-donation-western[hidden],.ahm-donation-choice[hidden]{display:none!important}.ahm-donation-western{padding:62px 20px 20px;background:#061e14}.ahm-donation-back{position:absolute;z-index:9;top:19px;left:22px;padding:10px 14px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(4,50,30,.9);color:#fff;font-size:11px;font-weight:900;cursor:pointer}.ahm-donation-western .ahm-wu-wrap{width:100%}.ahm-donation-western .ahm-wu-intro,.ahm-donation-western .ahm-wu-form-card{box-shadow:none}.ahm-donation-modal .ahm-western-union{padding:0;background:none}.ahm-donation-modal .ahm-western-union:before{display:none}
@media(max-width:760px){.ahm-donation-modal{padding:8px}.ahm-donation-dialog{max-height:calc(100dvh - 16px);border-radius:21px}.ahm-donation-choice{padding:70px 17px 28px}.ahm-donation-choice>header{text-align:left}.ahm-donation-choice h2{font-size:38px}.ahm-donation-options{grid-template-columns:1fr}.ahm-donation-option{min-height:0;padding:22px;grid-template-columns:auto 1fr}.ahm-donation-option>i{display:none}.ahm-donation-choice>footer{align-items:flex-start;text-align:left}.ahm-donation-close{top:10px;margin:10px 10px -54px 0}.ahm-donation-western{padding:72px 10px 10px}.ahm-donation-back{top:18px;left:14px}.ahm-donation-western .ahm-wu-intro,.ahm-donation-western .ahm-wu-form-card{padding:22px 17px}}

/* Donation choice v2: tax status and giving frequency. */
.ahm-donation-option-content{min-width:0}.ahm-tax-badge{display:inline-flex;align-items:center;gap:7px;margin:0 0 14px;padding:7px 10px;border:1px solid rgba(8,114,54,.2);border-radius:999px;background:#e4f4e8;color:#087236;font:900 9px Arial,sans-serif;letter-spacing:.07em;text-transform:uppercase}.ahm-tax-badge:before{content:"✓";display:grid;place-items:center;width:16px;height:16px;border-radius:50%;background:#087236;color:#fff;font-size:10px}.ahm-tax-badge.is-direct{border-color:rgba(245,223,19,.32);background:rgba(245,223,19,.1);color:#f5df13}.ahm-tax-badge.is-direct:before{content:"!";background:#f5df13;color:#151515}.ahm-giving-frequency{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:22px}.ahm-giving-frequency a{display:flex;align-items:center;justify-content:center;min-height:44px;padding:10px;border:1px solid #087236;border-radius:12px;background:#087236;color:#fff;text-align:center;text-decoration:none;font:900 10px Arial,sans-serif;letter-spacing:.035em;text-transform:uppercase;transition:transform .2s ease,background .2s ease}.ahm-giving-frequency a.is-monthly{background:#f5df13;color:#063b25;border-color:#f5df13}.ahm-giving-frequency a:hover,.ahm-giving-frequency a:focus-visible{transform:translateY(-2px);outline:3px solid rgba(49,199,242,.45);outline-offset:2px}.ahm-donation-option.is-coalition{background:radial-gradient(circle at 100% 0,rgba(49,199,242,.15),transparent 34%),linear-gradient(145deg,#fff,#f1f8f2)}.ahm-donation-option.is-western{appearance:none;width:100%}.ahm-donation-disclaimer{display:grid;grid-template-columns:auto 1fr;gap:7px 17px;align-items:start;margin-top:24px;padding:18px 20px;border:1px solid #d6e4d7;border-radius:17px;background:rgba(255,255,255,.7);color:#557061}.ahm-donation-disclaimer:before{content:"♥";grid-row:1/3;display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#063b25;color:#f5df13;font-size:18px}.ahm-donation-disclaimer strong{color:#063b25;font:21px Georgia,serif}.ahm-donation-disclaimer p{margin:0;font-size:12px;line-height:1.55}@media(max-width:760px){.ahm-donation-choice{padding-bottom:20px}.ahm-donation-choice h2{font-size:34px}.ahm-donation-option{grid-template-columns:auto 1fr;padding:20px 17px}.ahm-donation-number{width:37px;height:37px}.ahm-donation-option h3{font-size:28px}.ahm-giving-frequency{grid-template-columns:1fr}.ahm-donation-disclaimer{grid-template-columns:1fr;padding:17px}.ahm-donation-disclaimer:before{grid-row:auto}.ahm-donation-disclaimer strong{font-size:19px}}
