.donation-progress {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
}

.progress-bar {
    background: #e0e0e0;
    height: 30px;
    border-radius: 15px;
    overflow: hidden;
    margin: 10px 0;
}

.progress-fill {
    background: #4caf50;
    height: 100%;
    transition: width 0.3s ease;
}

.donation-field input {
    font-size: 18px;
    padding: 10px;
    width: 200px;
}

