.fundraising-thermometer-wrapper{display:flex;flex-direction:column;align-items:center;padding:20px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.ft-title{margin:0 0 30px 0;font-size:28px;font-weight:700;text-align:center}.ft-thermometer{position:relative;display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.ft-thermometer-bg{width:100%;height:100%;position:relative;overflow:hidden;box-shadow:inset 0 2px 8px rgb(0 0 0 / .1)}.ft-thermometer-fill{position:absolute;bottom:0;left:0;right:0;transition:height 1s ease-in-out;display:flex;align-items:flex-start;justify-content:center;padding-top:15px;box-shadow:0 -2px 10px rgb(0 0 0 / .1)}.ft-percentage{color:#fff;font-size:24px;font-weight:700;text-shadow:0 1px 3px rgb(0 0 0 / .3);animation:fadeIn 0.5s ease-in-out 1s both}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ft-bulb{border-radius:50%;margin-top:-10px;box-shadow:0 4px 15px rgb(0 0 0 / .2);position:relative;z-index:1}.ft-stats{display:flex;gap:40px;margin-top:20px;justify-content:center;flex-wrap:wrap}.ft-stat{display:flex;flex-direction:column;align-items:center;text-align:center}.ft-label{font-size:14px;font-weight:600;color:#666;margin-bottom:5px;text-transform:uppercase;letter-spacing:.5px}.ft-amount{font-size:24px;font-weight:700;color:#333}@media (max-width:768px){.ft-title{font-size:24px;margin-bottom:20px}.ft-stats{gap:20px}.ft-amount{font-size:20px}}.elementor-editor-active .ft-thermometer-fill{transition:none}.elementor-editor-active .ft-percentage{animation:none;opacity:1}