﻿.donation-card {
    border: 1px solid #ececec;
    padding: 18px;
    background: #fff;
    transition: 0.3s;
    height: 100%;
}

    .donation-card:hover {
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
        transform: translateY(-3px);
    }

.donation-thumb img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 6px;
}

.donation-title {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700;
}

.donation-name {
    font-size: 20px;
    font-weight: 600;
    color: #1b1b1b;
    margin-bottom: 8px;
    line-height: 1.4;
}

.donation-price {
    font-size: 32px;
    font-weight: 700;
    color: #7b2d26;
    line-height: 1;
}

.donation-price-small {
    font-size: 18px;
}

@media(max-width:767px) {

    .donation-btn {
        width: 100%;
        margin-top: 15px;
    }

    .donation-card .d-flex {
        display: block !important;
    }

    .donation-thumb {
        margin-bottom: 15px;
    }
}
