.fundraiser-slider-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 30px;
    padding: 20px 0;
}

.fundraiser-slide {
    flex: 0 0 300px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 15px;
}

.fundraiser-slide-image img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 10px;
}

.slider-progress-bar {
    background: #eee;
    height: 8px;
    border-radius: 4px;
    margin: 10px 0;
    position: relative;
}

.slider-progress-fill {
    background: #f6b93b;
    height: 100%;
    border-radius: 4px;
}

.slider-progress-label {
    display: block;
    text-align: right;
    font-size: 12px;
    margin-top: 2px;
}

.fundraiser-slide-button {
    display: inline-block;
    background: #0073aa;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 10px;
}
