
.crowdfunding-progress {
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 20px;
    border-radius: 10px;
    background: #f9f9f9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.crowdfunding-progress p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.progress-bar {
    background: #ddd;
    width: 100%;
    height: 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.progress-bar-fill {
    background: linear-gradient(90deg, #28a745, #218838);
    height: 100%;
}
.contributor-list {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    margin-top: 15px;
    list-style: none;
}
.contributor-list li {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    font-size: 16px;
}
.contributor-list li:last-child {
    border-bottom: none;
}
.countdown {
    font-size: 20px;
    font-weight: bold;
    color: #d9534f;
    margin-top: 15px;
}
