/* تنسيق الأزرار داخل بطاقات ثيم عطاء ليصبح "تبرع الآن" باللون الأخضر المميز */
.s-product-card-vertical .s-product-card-button,
.s-product-card-horizontal .s-product-card-button,
.product-piece button[type="submit"] {
    background-color: #22c55e !important; /* لون التبرع الأخضر */
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 14px !important;
    border-radius: 8px !important;
    transition: background 0.3s ease !important;
}

/* مظهر الزر عندما يكون معطلاً قبل اختيار مبلغ التبرع */
.donation-btn-locked {
    background-color: #94a3b8 !important; /* رمادي */
    cursor: not-allowed !important;
    opacity: 0.65 !important;
}