.donation-card-c236af4c {
    background-color: #da5c1f;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
.donation-card-c236af4c .dc-icon-wrapper {
    background-color: rgba(255, 255, 255, 0.2);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.donation-card-c236af4c .dc-icon-wrapper i,
.donation-card-c236af4c .dc-icon-wrapper svg {
    color: #ffffff;
    fill: #ffffff;
    font-size: 20px;
    width: 20px;
    height: 20px;
}
.donation-card-c236af4c .dc-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
    margin-top: 0;
}
.donation-card-c236af4c .dc-desc {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #ffffff;
}
.donation-card-c236af4c .dc-btn {
    background-color: #ffffff;
    color: #da5c1f;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: opacity 0.3s ease;
    cursor: pointer;
    width: 100%;
    max-width: 250px;
    border: none;
}
.donation-card-c236af4c .dc-btn:hover {
    opacity: 0.9;
    color: #da5c1f;
}
.donation-card-c236af4c .dc-btn-icon i,
.donation-card-c236af4c .dc-btn-icon svg {
    color: #ffc107;
    fill: #ffc107;
    font-size: 18px;
    width: 18px;
    height: 18px;
}