.wk-gh-wrap{
  --wk-gh-blue:#0877ff;
  --wk-gh-yellow:#ffd200;
  --wk-gh-yellow-dark:#f3b705;
  --wk-gh-ink:#101827;
  --wk-gh-muted:#5f6876;
  --wk-gh-border:#e8e3d5;
  --wk-gh-soft:#fff8cf;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--wk-gh-ink);
  width:100%;
  padding:48px 16px 72px;
  background:
    radial-gradient(circle at 8% 0%,rgba(255,210,0,.22),transparent 280px),
    linear-gradient(180deg,#fffdf2 0%,#fbfaf6 38%,#fff 100%);
}
.wk-gh-wrap *{box-sizing:border-box}
.wk-gh-stripe-return{
  width:min(1180px,100%);
  margin:0 auto 14px;
  padding:14px 18px;
  border:1px solid #bfe9cf;
  border-radius:8px;
  background:#effcf4;
  color:#166534;
  font-weight:900;
  box-shadow:0 10px 28px rgba(16,24,39,.06);
}
.wk-gh-stripe-return.wk-warning{border-color:#f5d268;background:#fff8d8;color:#7a5b00}
.wk-gh-thankyou-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  width:min(1180px,100%);
  margin:0 auto 18px;
  padding:22px 24px;
  border:1px solid #bfe9cf;
  border-radius:12px;
  background:linear-gradient(135deg,#effcf4,#fffdf2);
  box-shadow:0 18px 44px rgba(16,24,39,.08);
}
.wk-gh-thankyou-panel span,.wk-gh-thankyou-kicker{color:#166534;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}
.wk-gh-thankyou-panel h2{margin:4px 0 6px;font-size:30px;line-height:1.08}
.wk-gh-thankyou-panel p{max-width:720px;margin:0;color:#5f6876;font-size:15px;line-height:1.55;font-weight:750}
.wk-gh-thankyou-panel dl{display:grid;grid-template-columns:repeat(3,auto);gap:10px;margin:0}
.wk-gh-thankyou-panel dl div{min-width:130px;padding:12px;border:1px solid #d9efb7;border-radius:8px;background:#fff}
.wk-gh-thankyou-panel dt{margin:0 0 4px;color:#667085;font-size:11px;font-weight:850}
.wk-gh-thankyou-panel dd{margin:0;color:#111827;font-size:15px;font-weight:950}
.wk-gh-thankyou-card{
  position:relative;
  width:min(640px,100%);
  padding:34px;
  border-radius:10px;
  background:#fff;
  box-shadow:0 24px 80px rgba(0,0,0,.30);
}
.wk-gh-thankyou-card h2{margin:8px 0 12px;font-size:34px;line-height:1.08}
.wk-gh-thankyou-card p{margin:0;color:#5f6876;font-size:16px;line-height:1.6;font-weight:750}
.wk-gh-thankyou-summary{display:grid;gap:10px;margin:20px 0;padding:14px;border-radius:9px;background:#fff8ce}
.wk-gh-thankyou-summary div{display:flex;justify-content:space-between;gap:14px;color:#5f6876;font-size:13px;font-weight:850}
.wk-gh-thankyou-summary strong{color:#111827;text-align:right}
.wk-gh-thankyou-actions{display:flex;gap:10px;flex-wrap:wrap}
.wk-gh-thankyou-actions .wk-gh-btn-primary,.wk-gh-thankyou-actions .wk-gh-btn-secondary{display:inline-flex;align-items:center;justify-content:center;min-width:180px;padding:0 16px;text-decoration:none}
.wk-gh-main-container{
  width:min(1180px,100%);
  margin:0 auto;
  padding:44px 42px 42px;
  border:1px solid var(--wk-gh-border);
  border-radius:14px;
  background:#fff;
  box-shadow:0 28px 80px rgba(16,24,39,.08);
}
.wk-gh-hero{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) 380px;
  gap:0;
  min-height:520px;
  overflow:visible;
  border-radius:8px;
  padding:0;
  background:#fff;
}
.wk-gh-copy{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  max-width:none;
  min-height:520px;
  padding:48px 38px;
  overflow:hidden;
  border-radius:8px 0 0 8px;
  color:#fff;
  text-shadow:0 1px 2px rgba(0,0,0,.28);
  background:
    linear-gradient(90deg,rgba(79,64,0,.62),rgba(79,64,0,.24)),
    var(--wk-gh-hero-image) center/cover no-repeat;
}
.wk-gh-brand{display:flex;align-items:center;gap:10px;margin-bottom:24px;font-weight:900}
.wk-gh-logo-slot svg{width:30px;height:36px;display:block}
.wk-gh-mobile-hero-image{display:none}
.wk-gh-copy h1{margin:0 0 4px;font-size:clamp(38px,4vw,58px);line-height:.98;letter-spacing:0}
.wk-gh-copy h2{margin:0 0 16px;font-size:clamp(21px,2.4vw,30px);letter-spacing:0}
.wk-gh-copy p{max-width:610px;margin:0 0 22px;font-size:17px;line-height:1.55;font-weight:700}
.wk-gh-btn-primary,.wk-gh-btn-secondary,.wk-gh-tab,.wk-gh-preset,.wk-gh-method-option,.wk-gh-type-btn,.wk-gh-pagination button{
  appearance:none;
  min-height:44px;
  border:1px solid var(--wk-gh-border);
  border-radius:7px;
  background:#fff;
  color:var(--wk-gh-ink);
  cursor:pointer;
  font:inherit;
  font-weight:900;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
}
.wk-gh-btn-primary{border-color:#e0b700;background:linear-gradient(180deg,#ffdc2b,#ffc400);color:#292929;box-shadow:0 10px 18px rgba(151,108,0,.16)}
.wk-gh-btn-primary:hover,.wk-gh-btn-secondary:hover,.wk-gh-preset:hover,.wk-gh-method-option:hover{transform:translateY(-1px)}
.wk-gh-btn-primary.wk-large{width:min(292px,100%);min-height:58px;font-size:18px}
.wk-gh-btn-secondary{padding:0 14px;background:#fff}
.wk-gh-wrap .wk-gh-btn-primary,.wk-gh-wrap .wk-gh-btn-secondary,.wk-gh-wrap .wk-gh-tab,.wk-gh-wrap .wk-gh-preset,.wk-gh-wrap .wk-gh-method-option,.wk-gh-wrap .wk-gh-type-btn,.wk-gh-wrap .wk-gh-pagination button{
  margin:0!important;
  text-transform:none!important;
  letter-spacing:0!important;
  font-family:inherit!important;
  line-height:1.2!important;
  text-shadow:none!important;
  box-sizing:border-box!important;
}
.wk-gh-wrap .wk-gh-btn-primary{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:6px!important;
  background:linear-gradient(180deg,#ffd936,#f2b400)!important;
  color:#292929!important;
  font-weight:800!important;
  box-shadow:0 14px 32px rgba(194,144,0,.28)!important;
}
.wk-gh-wrap .wk-gh-btn-secondary{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  padding:10px 14px!important;
  border:1px solid rgba(255,210,0,.42)!important;
  border-radius:6px!important;
  background:#fffbea!important;
  color:#7b5a00!important;
  font-size:14px!important;
  font-weight:700!important;
}
.wk-gh-wrap #wk-gh-open-payment,.wk-gh-wrap #wk-gh-open-payment-detail{
  width:100%!important;
  min-height:56px!important;
  padding:14px 20px!important;
  font-size:16px!important;
}
.wk-gh-wrap .wk-gh-btn-primary.wk-large{
  width:min(292px,100%)!important;
  min-height:58px!important;
  font-size:18px!important;
}
.wk-gh-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin:34px -42px 0;
  border-top:1px solid var(--wk-gh-border);
  border-bottom:1px solid var(--wk-gh-border);
}
.wk-gh-stats span{display:grid;gap:3px;min-width:0;padding:22px 16px;text-align:center;color:#5f6876;font-size:12px;font-weight:850;border-right:1px solid var(--wk-gh-border)}
.wk-gh-stats span:last-child{border-right:0}
.wk-gh-stats strong{display:block;color:#101827;font-size:24px;line-height:1}
.wk-gh-donate-card{
  position:relative;
  z-index:2;
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:28px;
  border:1px solid var(--wk-gh-border);
  border-radius:0 8px 8px 0;
  background:rgba(255,255,255,.97);
  box-shadow:0 20px 55px rgba(16,24,39,.12);
  cursor:auto;
}
.wk-gh-donate-card h3{margin:0 0 16px;font-size:22px}
.wk-gh-wrap .wk-gh-donate-card h3{
  margin:0 0 16px!important;
  color:#282828!important;
  font-family:inherit!important;
  font-size:22px!important;
  font-weight:900!important;
  line-height:1.2!important;
  letter-spacing:0!important;
}
.wk-gh-tabs{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:16px;border:1px solid var(--wk-gh-border);border-radius:6px;overflow:hidden}
.wk-gh-tab{border:0;border-radius:0;background:#fbfaf7;font-size:13px}
.wk-gh-wrap .wk-gh-tabs{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  margin:0 0 20px!important;
  border:1px solid var(--wk-gh-border)!important;
  border-radius:5px!important;
  overflow:hidden!important;
  background:#f8f8f5!important;
}
.wk-gh-wrap .wk-gh-tab{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:0!important;
  min-height:48px!important;
  padding:12px 8px!important;
  border:0!important;
  border-right:1px solid var(--wk-gh-border)!important;
  border-radius:0!important;
  background:transparent!important;
  color:#60656d!important;
  font-size:13px!important;
  font-weight:800!important;
}
.wk-gh-wrap .wk-gh-tab:last-child{border-right:0!important}
.wk-gh-tab.wk-active,.wk-gh-type-btn.wk-active,.wk-gh-method-option.wk-active,.wk-gh-preset.wk-active{border-color:var(--wk-gh-yellow-dark);background:#fff8ce;box-shadow:inset 0 0 0 2px rgba(255,210,0,.42)}
.wk-gh-wrap .wk-gh-tab.wk-active{
  background:#fffbea!important;
  color:#8b6700!important;
  box-shadow:inset 0 0 0 2px rgba(255,210,0,.60)!important;
}
.wk-gh-label,.wk-gh-field label{display:block;margin:0 0 8px;color:#111827;font-size:13px;font-weight:900}
.wk-gh-amount-field{display:flex;align-items:center;gap:12px;min-height:62px;padding:0 14px;border:2px solid var(--wk-gh-yellow);border-radius:6px;background:#fff}
.wk-gh-amount-field span{font-size:25px;font-weight:950}
.wk-gh-amount-input{width:100%;border:0;outline:0;font:inherit;font-size:24px;font-weight:950;color:#111827;background:transparent}
.wk-gh-amount-input::placeholder{color:#a5acb5}
.wk-gh-amount-field strong{font-size:11px}
.wk-gh-wrap .wk-gh-label{
  display:block!important;
  margin:0 0 10px!important;
  color:#353941!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.25!important;
}
.wk-gh-wrap .wk-gh-amount-field{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:68px!important;
  margin:0 0 14px!important;
  padding:0 16px!important;
  border:2px solid rgba(255,210,0,.60)!important;
  border-radius:6px!important;
  background:#fffef7!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)!important;
}
.wk-gh-wrap .wk-gh-amount-field>span{
  flex:0 0 auto!important;
  color:#2c3037!important;
  font-size:25px!important;
  font-weight:900!important;
  line-height:1!important;
}
.wk-gh-wrap .wk-gh-amount-input{
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#13161c!important;
  font-family:inherit!important;
  font-size:30px!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:0!important;
}
.wk-gh-wrap .wk-gh-amount-field strong{
  flex:0 0 auto!important;
  padding-left:12px!important;
  border-left:1px solid var(--wk-gh-border)!important;
  color:#4d5560!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.wk-gh-preset-head,.wk-gh-summary-box{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;color:var(--wk-gh-muted);font-size:12px;font-weight:850}
.wk-gh-presets{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:8px}
.wk-gh-preset{min-height:42px;font-size:13px}
.wk-gh-summary-box{padding:12px;border-radius:6px;background:#fff8ce;color:#333}
.wk-gh-summary-box strong{font-size:18px;color:#111827}
.wk-gh-mini-note,.wk-gh-payment-error{display:none;margin:10px 0 0;color:#b91c1c;font-size:13px;font-weight:800}
.wk-gh-mini-note.wk-error,.wk-gh-payment-error.wk-show{display:block}
.wk-gh-wrap .wk-gh-preset-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin:0 0 8px!important;
  color:#444a54!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.25!important;
}
.wk-gh-wrap .wk-gh-preset-head span{
  color:#444a54!important;
  font-size:12px!important;
  font-weight:800!important;
}
.wk-gh-wrap .wk-gh-donate-card .wk-gh-presets{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px!important;
  margin:0 0 16px!important;
}
.wk-gh-wrap .wk-gh-preset{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:46px!important;
  padding:0 10px!important;
  border:1px solid var(--wk-gh-border)!important;
  border-radius:5px!important;
  background:#fff!important;
  color:#555b64!important;
  font-size:16px!important;
  font-weight:700!important;
}
.wk-gh-wrap .wk-gh-preset:hover,.wk-gh-wrap .wk-gh-preset.wk-active{
  border-color:rgba(255,210,0,.90)!important;
  background:#fffbea!important;
  color:#2d3138!important;
  box-shadow:none!important;
}
.wk-gh-wrap .wk-gh-summary-box{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin:0 0 14px!important;
  padding:14px!important;
  border:1px solid rgba(255,210,0,.35)!important;
  border-radius:8px!important;
  background:#fffbea!important;
  color:#333!important;
}
.wk-gh-wrap .wk-gh-summary-box span{
  color:var(--wk-gh-muted)!important;
  font-size:13px!important;
  font-weight:800!important;
}
.wk-gh-wrap .wk-gh-summary-box strong{
  color:#5f4700!important;
  font-size:24px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:0!important;
}
.wk-gh-wrap .wk-gh-mini-note{
  min-height:18px!important;
  margin:10px 0 0!important;
  color:var(--wk-gh-muted)!important;
  text-align:center!important;
  font-size:12px!important;
  line-height:1.45!important;
  font-weight:700!important;
}
.wk-gh-wrap .wk-gh-mini-note.wk-error{color:#b45309!important}
.wk-gh-bank-alert{display:none;margin:14px 0;padding:12px;border-radius:7px;background:#eaf3ff;color:#124a85;font-size:13px;font-weight:850}
.wk-gh-bank-alert.wk-show{display:block}
.wk-gh-causes-section{padding:34px 0 0}
.wk-gh-section-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:16px}
.wk-gh-section-head h2{margin:0;font-size:30px}
.wk-gh-section-head p{max-width:620px;margin:8px 0 0;color:#7b8492;font-size:14px;line-height:1.55;font-weight:750}
.wk-gh-section-head span{color:var(--wk-gh-muted);font-size:13px;font-weight:850}
.wk-gh-cause-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.wk-gh-cause{
  display:grid;
  grid-template-columns:170px minmax(0,1fr);
  min-height:168px;
  height:168px;
  overflow:hidden;
  border:1px solid var(--wk-gh-border);
  border-radius:8px;
  background:#fff;
  box-shadow:0 10px 25px rgba(15,23,42,.06);
  cursor:pointer;
}
.wk-gh-cause-media{position:relative;min-height:100%;overflow:hidden;background:#eee}
.wk-gh-cause-media img{width:100%;height:100%;object-fit:cover;display:block}
.wk-gh-cause-icon{position:absolute;left:12px;bottom:12px;display:grid;place-items:center;width:44px;height:44px;border-radius:8px;background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.14)}
.wk-gh-cause-body{display:flex;flex-direction:column;gap:7px;justify-content:center;padding:14px}
.wk-gh-cause-body h3{margin:0;font-size:18px;line-height:1.15}
.wk-gh-cause-body p{margin:0;color:var(--wk-gh-muted);font-size:12px;line-height:1.35;font-weight:700}
.wk-gh-cause-money{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#263244;font-size:11px;font-weight:950}
.wk-gh-card-progress{height:8px;overflow:hidden;border-radius:999px;background:#edf0f3}
.wk-gh-card-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--wk-gh-blue),var(--wk-gh-yellow))}
.wk-gh-cause-actions{display:flex;gap:8px;align-items:center}
.wk-gh-cause-actions button{min-height:42px;padding:0 14px;font-size:13px}
.wk-gh-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:22px}
.wk-gh-pagination button{min-width:100px}
.wk-gh-pagination button:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}
.wk-gh-pagination span{min-width:86px;text-align:center;color:#5f6876;font-size:13px;font-weight:950}
.wk-gh-modal,.wk-gh-payment-modal,.wk-gh-lightbox,.wk-gh-thankyou-modal{position:fixed;inset:0;z-index:99990;display:none;background:rgba(17,24,39,.72);padding:18px}
.wk-gh-modal.wk-open,.wk-gh-payment-modal.wk-open,.wk-gh-thankyou-modal.wk-open{display:grid;place-items:center}
.wk-gh-modal-panel,.wk-gh-payment-card{position:relative;width:min(1480px,100%);max-height:99vh;border-radius:8px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.28);overflow:hidden}
.wk-gh-modal-scroll,.wk-gh-payment-card{overflow:auto}
.wk-gh-modal-scroll{max-height:99vh}
.wk-gh-close,.wk-gh-lightbox-close{position:absolute;top:14px;right:14px;z-index:4;display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:999px;background:#fff;color:transparent;box-shadow:0 10px 25px rgba(0,0,0,.20);cursor:pointer}
.wk-gh-close:before,.wk-gh-close:after,.wk-gh-lightbox-close:before,.wk-gh-lightbox-close:after{content:"";position:absolute;width:18px;height:3px;border-radius:999px;background:#111827}
.wk-gh-close:before,.wk-gh-lightbox-close:before{transform:rotate(45deg)}
.wk-gh-close:after,.wk-gh-lightbox-close:after{transform:rotate(-45deg)}
.wk-gh-detail-hero{position:relative;min-height:320px;overflow:hidden;background:#101827}
.wk-gh-detail-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.72}
.wk-gh-detail-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,24,39,.78),rgba(16,24,39,.18))}
.wk-gh-detail-hero-copy{position:relative;z-index:1;display:flex;min-height:320px;max-width:980px;flex-direction:column;justify-content:end;padding:52px 44px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.28)}
.wk-gh-detail-hero-copy h2{margin:0 0 12px;font-size:clamp(42px,4.8vw,62px);line-height:1;letter-spacing:0}
.wk-gh-detail-hero-copy p{max-width:820px;margin:0;color:#fff;font-size:18px;line-height:1.6;font-weight:700}
.wk-gh-detail-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:28px;padding:28px;background:#fff}
.wk-gh-story-card{padding:28px;border:1px solid var(--wk-gh-border);border-radius:8px;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.05)}
.wk-gh-story-card h3{margin:0 0 18px;font-size:24px}
.wk-gh-story-card p{margin:0 0 20px;color:var(--wk-gh-muted);font-size:17px;line-height:1.7;font-weight:700}
.wk-gh-detail-donate-card{position:sticky;top:18px;display:block;align-self:start;border-radius:8px;box-shadow:0 18px 48px rgba(15,23,42,.10)}
.wk-gh-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,430px);gap:24px;padding:28px}
.wk-gh-detail-grid>div:first-child>img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:8px}
.wk-gh-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:8px}
.wk-gh-gallery button{padding:0;border:0;border-radius:6px;overflow:hidden;cursor:pointer}
.wk-gh-gallery img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}
.wk-gh-detail-copy{padding:18px 14px 18px 0}
.wk-gh-detail-copy h2{margin:0 0 10px;font-size:32px}
.wk-gh-detail-copy p{color:var(--wk-gh-muted);line-height:1.6;font-weight:700}
.wk-gh-cause-url{display:grid;gap:6px;margin:0 0 12px}
.wk-gh-cause-url label{color:var(--wk-gh-muted);font-size:12px;font-weight:900}
.wk-gh-cause-url div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}
.wk-gh-cause-url input{min-width:0;min-height:38px;border:1px solid var(--wk-gh-border);border-radius:6px;background:#f8fafc;color:#5f6675;font:inherit;font-size:12px;font-weight:750;padding:8px 10px}
.wk-gh-cause-url button{min-height:38px;border:1px solid var(--wk-gh-border);border-radius:6px;background:#fff;color:var(--wk-gh-text);cursor:pointer;font:inherit;font-size:12px;font-weight:900;padding:0 12px}
.wk-gh-progress{height:12px;overflow:hidden;border-radius:999px;background:#eef1f5}
.wk-gh-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--wk-gh-blue),var(--wk-gh-yellow))}
.wk-gh-detail-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}
.wk-gh-detail-stats span{padding:16px;border:1px solid #f1d565;border-radius:6px;background:#fff9dd;color:#6a5100;font-weight:950;font-size:14px}
.wk-gh-share-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:18px;font-weight:900}
.wk-gh-share-row span{margin-right:4px;color:#263244}
.wk-gh-share-row a{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border:1px solid var(--wk-gh-border);border-radius:6px;background:#fff;color:#4d3a00;text-decoration:none;font-size:13px;font-weight:950}
.wk-gh-lightbox.wk-open{display:flex;align-items:center;justify-content:center}
.wk-gh-lightbox img{max-width:min(1040px,92vw);max-height:88vh;border-radius:8px}
.wk-gh-lightbox-nav{position:absolute;top:50%;width:46px;height:46px;border:0;border-radius:999px;background:#fff;color:transparent;cursor:pointer}
.wk-gh-lightbox-prev{left:18px}.wk-gh-lightbox-next{right:18px}
.wk-gh-lightbox-nav:before{content:"";position:absolute;inset:15px;border-top:4px solid #111827;border-right:4px solid #111827}
.wk-gh-lightbox-prev:before{transform:rotate(-135deg)}.wk-gh-lightbox-next:before{transform:rotate(45deg)}
.wk-gh-payment-card{width:min(760px,100%);padding:22px}
.wk-gh-payment-head h2{margin:0 0 5px;font-size:26px}.wk-gh-payment-head p{margin:0 0 14px;color:var(--wk-gh-muted);font-weight:750}
.wk-gh-payment-total{display:flex;justify-content:space-between;gap:14px;padding:14px;border:1px solid var(--wk-gh-border);border-radius:7px;background:#fffdf2;font-weight:900}
.wk-gh-fee-row{display:flex;align-items:flex-start;gap:10px;margin:14px 0;padding:12px;border:1px solid #f4d55a;border-radius:7px;background:#fff8ce;font-weight:850}
.wk-gh-fee-breakdown{display:grid;gap:8px;margin-bottom:14px;padding:12px;border-radius:7px;background:#f8fafc}
.wk-gh-fee-breakdown div{display:flex;justify-content:space-between;gap:12px;font-size:13px;font-weight:800}.wk-gh-fee-breakdown p{margin:0;color:var(--wk-gh-muted);font-size:12px;font-weight:750}
.wk-gh-method-section{display:none;margin:14px 0;padding:14px;border:2px solid var(--wk-gh-yellow);border-radius:8px;background:#fff8ce}.wk-gh-method-section.wk-show{display:block}
.wk-gh-method-section h3{margin:0 0 10px;font-size:18px}
.wk-gh-method-grid,.wk-gh-direct-methods{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.wk-gh-method-option{display:grid;gap:4px;min-height:74px;padding:12px;text-align:left}.wk-gh-method-option span{color:var(--wk-gh-muted);font-size:12px;font-weight:750}
.wk-gh-payment-step{display:none}.wk-gh-payment-step.wk-active{display:block}
.wk-gh-type-toggle{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:14px 0}
.wk-gh-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.wk-gh-field.wk-full{grid-column:1 / -1}
.wk-gh-field input,.wk-gh-field textarea,.wk-gh-field select{width:100%;min-height:46px;border:1px solid var(--wk-gh-border);border-radius:6px;padding:10px 12px;font:inherit;font-weight:750;background:#fff}
#wk-gh-company-field{display:none}
.wk-gh-direct-alert{display:grid;gap:4px;margin:0 0 12px;padding:12px;border-radius:7px;background:#eaf3ff;color:#124a85;font-weight:850}
.wk-gh-stripe-panel{display:grid;gap:6px;margin:4px 0 12px;padding:16px;border:1px solid #f4d55a;border-radius:8px;background:#fff8ce;color:#3d3100;font-weight:850}
.wk-gh-stripe-panel strong{font-size:17px}
.wk-gh-stripe-panel span{color:#5f6876;font-size:13px;line-height:1.5}
.wk-gh-direct-instructions{display:none;margin:12px 0;padding:12px;border:1px solid var(--wk-gh-border);border-radius:7px;background:#fff}.wk-gh-direct-instructions.wk-show{display:grid;gap:6px}
.wk-gh-direct-fields{display:none}.wk-gh-direct-fields.wk-show{display:block}
.wk-gh-money-sent{display:flex;gap:10px;margin:14px 0;font-weight:850}
.wk-gh-payment-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.wk-gh-payment-actions button{flex:1;min-width:180px}
.wk-gh-payment-error.wk-success{display:block;color:#166534}
@media (max-width:860px){
  .wk-gh-wrap{padding:8px;background:linear-gradient(180deg,#fff7c9,#fff 260px,#fbfaf6)}
  .wk-gh-main-container{padding:10px;width:100%;border-radius:10px}
  .wk-gh-thankyou-panel{grid-template-columns:1fr;padding:18px}.wk-gh-thankyou-panel dl{grid-template-columns:1fr}
  .wk-gh-thankyou-card{padding:26px 18px}.wk-gh-thankyou-card h2{font-size:28px}.wk-gh-thankyou-actions .wk-gh-btn-primary,.wk-gh-thankyou-actions .wk-gh-btn-secondary{width:100%}
  .wk-gh-hero{grid-template-columns:1fr;min-height:auto;padding:0;background:#fff}
  .wk-gh-copy{min-height:auto;padding:20px;background:linear-gradient(135deg,rgba(4,30,64,.96),rgba(0,0,0,.86));border-radius:8px 8px 0 0}
  .wk-gh-mobile-hero-image{display:block;margin:10px 0 18px}.wk-gh-mobile-hero-image img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:7px}
  .wk-gh-copy h1{font-size:34px}.wk-gh-copy h2{font-size:22px}.wk-gh-copy p{font-size:16px}
  .wk-gh-donate-card{border:2px solid var(--wk-gh-yellow-dark);border-radius:0 0 8px 8px;padding:18px}
  .wk-gh-stats{grid-template-columns:repeat(3,1fr);margin:12px -10px 0}
  .wk-gh-stats span{padding:14px 8px;font-size:10px}.wk-gh-stats strong{font-size:20px}
  .wk-gh-cause-grid{grid-template-columns:1fr}
  .wk-gh-cause{grid-template-columns:1fr;height:auto;min-height:0}.wk-gh-cause-media{height:210px}
  .wk-gh-cause-body{padding:16px}.wk-gh-cause-actions button{flex:1}
  .wk-gh-detail-hero{min-height:260px}.wk-gh-detail-hero-copy{min-height:260px;padding:46px 22px 24px}.wk-gh-detail-hero-copy h2{font-size:34px}.wk-gh-detail-hero-copy p{font-size:15px}
  .wk-gh-detail-content-grid{grid-template-columns:1fr;gap:14px;padding:14px}
  .wk-gh-story-card{padding:18px}.wk-gh-story-card p{font-size:15px}
  .wk-gh-detail-donate-card{position:static;border-radius:8px}
  .wk-gh-detail-grid{grid-template-columns:1fr;padding:18px}.wk-gh-detail-copy{padding:0}.wk-gh-detail-stats{grid-template-columns:1fr}
  .wk-gh-cause-url div{grid-template-columns:1fr}
  .wk-gh-form-grid,.wk-gh-method-grid,.wk-gh-direct-methods{grid-template-columns:1fr}
  .wk-gh-presets{grid-template-columns:repeat(2,1fr)}
  .wk-gh-modal,.wk-gh-payment-modal{padding:8px}.wk-gh-payment-card{max-height:96vh}
}
