.angie-donation-thermometer-8b201829 {
    width: 100%;
    margin: 0 auto;
    font-family: inherit;
}
.angie-donation-thermometer-8b201829 .thermometer-stats {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
}
.angie-donation-thermometer-8b201829 .thermometer-track {
    width: 100%;
    height: 30px;
    background-color: #e0e0e0;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.angie-donation-thermometer-8b201829 .thermometer-fill {
    height: 100%;
    background-color: #4caf50;
    border-radius: 15px 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: width 0.5s ease-in-out;
    min-width: 40px;
}
.angie-donation-thermometer-8b201829 .thermometer-fill[style="width: 100%;"] {
    border-radius: 15px;
}
.angie-donation-thermometer-8b201829 .thermometer-percent {
    color: #fff;
    padding-right: 10px;
    font-size: 14px;
    font-weight: bold;
}