.ksr-project-grid,.ksr-project-grid *{box-sizing:border-box}
.ksr-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;margin:12px 0 40px;align-items:stretch}
.ksr-project-card{display:flex;flex-direction:column;min-width:0;margin:0;overflow:hidden;border:1px solid #e9e5e2;border-radius:19px;background:#fff;color:#24201e;text-align:start;box-shadow:0 3px 14px #30261f06;transition:border-color .2s,box-shadow .2s,transform .2s}
.ksr-project-card:hover{transform:translateY(-3px);border-color:#e2c9c5;box-shadow:0 12px 30px #30261f0d}
.ksr-project-card__image{display:block;width:100%;aspect-ratio:1.9;overflow:hidden;background:#f5f4f3}
.ksr-project-card__image img{display:block;width:100%!important;height:100%!important;max-width:none;object-fit:cover;transition:transform .35s}
.ksr-project-card__image:hover img{transform:scale(1.025)}
.ksr-project-card__body{flex:1;padding:19px 20px 14px}
.ksr-project-card__title{margin:0;min-height:5em;font:inherit;font-size:18px;font-weight:800;line-height:1.65}
.ksr-project-card__title a{color:#24201e;text-decoration:none;font:inherit}
.ksr-project-card__title a:hover{color:#db392f}
.ksr-project-card__giving{padding:0 20px 20px}
.ksr-project-card__progress{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:9px;width:100%;margin:0 0 19px;color:#b4352d;font-size:14px;font-weight:700;line-height:1.5}
.ksr-project-card__progress-label{color:#8b817a;font-weight:400}
.ksr-project-card__track{display:block;flex:0 0 100%;height:5px;overflow:hidden;background:#f2ece8;border-radius:9px}
.ksr-project-card__fill{display:block;height:100%;border-radius:9px;background:#ee4b40}
.ksr-project-card__amount-fieldset{min-width:0;padding:0;margin:0;border:0}
.ksr-project-card__amount-fieldset legend{float:none;display:block;width:100%;margin:0 0 10px;padding:0;border:0;color:#504742;font:inherit;font-size:14px;font-weight:700;line-height:1.6}
.ksr-project-card__presets{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:11px}
.ksr-project-card__presets button{appearance:none;display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap;gap:5px;min-width:0;min-height:45px;padding:9px 4px;border:1px solid #e8e2de;border-radius:10px;background:#fff;color:#514641;font:inherit;cursor:pointer;transition:border-color .15s,background .15s,color .15s}
.ksr-project-card__presets strong{font:inherit;font-size:17px;font-weight:800}
.ksr-project-card__presets span{font-size:13px;font-weight:400;white-space:nowrap}
.ksr-project-card__presets button:hover{border-color:#ef4238;color:#d3372e}
.ksr-project-card__presets button[aria-pressed=true]{border-color:#ec493f;background:#fff2ef;color:#d3372e;box-shadow:0 0 0 1px #ec493f}
.ksr-project-card__custom{display:flex;align-items:center;gap:12px;min-height:46px;padding:0 13px;border:1px solid #e8e2de;border-radius:10px;background:#fbfaf9;transition:border-color .15s}
.ksr-project-card__custom:focus-within{outline:2px solid #ec493f;outline-offset:1px;background:#fff}
.ksr-project-card__custom input{display:block;width:100%;min-width:0;height:44px;margin:0;padding:0;border:0!important;border-radius:0;box-shadow:none!important;background:transparent!important;color:#24201e;font:inherit;font-size:16px;outline:0!important;text-align:start}
.ksr-project-card__custom input::placeholder{color:#978b83;opacity:1}
.ksr-project-card__custom span{flex-shrink:0;padding-inline-start:11px;border-inline-start:1px solid #e5ddd8;color:#8b817a;font-size:14px}
.ksr-project-card__error{margin:8px 0 0;color:#b32d25;font-size:14px;line-height:1.5}
.ksr-project-card__error[hidden]{display:none}
.ksr-project-card__submit{appearance:none;display:flex;align-items:center;justify-content:center;width:100%;min-height:47px;margin:14px 0 0;padding:11px 15px;border:1px solid #ed463c;border-radius:10px;background:#ed463c;color:#fff!important;font:inherit;font-size:16px;font-weight:800;line-height:1.5;text-align:center;text-decoration:none!important;cursor:pointer;transition:background .15s,box-shadow .15s}
.ksr-project-card__submit:hover{border-color:#d7372d;background:#d7372d;box-shadow:0 5px 13px #ed463c24}
.ksr-project-card a:focus-visible,.ksr-project-card button:focus-visible{outline:3px solid #ee4b40;outline-offset:3px}
.ksr-project-card[data-options] .ksr-project-card__giving{margin-top:auto}
@media(max-width:980px){.ksr-project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}
@media(max-width:560px){.ksr-project-grid{grid-template-columns:1fr;gap:21px;margin-top:8px}.ksr-project-card__body{padding:17px 18px 14px}.ksr-project-card__title{font-size:18px;min-height:0}.ksr-project-card__giving{padding:0 18px 18px}.ksr-project-card__presets button{min-height:47px}.ksr-project-card__submit{min-height:49px}}
@media(prefers-reduced-motion:reduce){.ksr-project-card,.ksr-project-card img,.ksr-project-card button{transition:none}}
