/* Start custom CSS for html, class: .elementor-element-e690b4a */.donation-container-2026 {
    width: 100%;
    height: 3rem;
    background-color: #f9ccd6;
    border-radius: 30px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden; /* Important: prevents progress bar from extending outside */
}
.donation-progress-2026 {
    height: 100%;
    background-color: #ff6185;
    border-radius: 30px 0 0 30px; /* Only round the left side by default */
    transition: width 0.5s ease;
}
.donation-label-2026 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 1.1rem;
    color: #222;
}/* End custom CSS */