.donation-progress{width:100%;display:flex;flex-direction:column;gap:16px}.progress-bar{width:100%;height:16px;background:#efe3cc;border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:#8f2b1f;transition:width 0.4s ease}.progress-info{width:100%;display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"percent amounts days";gap:24px;align-items:center}.progress-left{grid-area:percent}.progress-middle{grid-area:amounts;font-size:16px}.progress-right{grid-area:days;font-size:16px;color:#8c6a3c;white-space:nowrap}.progress-percent{font-size:clamp(28px,6vw,42px);font-weight:700;line-height:1;color:#8f2b1f}@media (max-width:640px){.progress-info{grid-template-columns:auto 1fr;grid-template-areas:"percent amounts" ".       days"}}