
/* /ef_charity/static/src/components/ef_portal_charity/ef_portal_charity.scss */
 .text-truncate-2{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}@keyframes charity-fade-in{from{opacity: 0; transform: translateY(5px);}to{opacity: 1; transform: translateY(0);}}.charity-card{animation: charity-fade-in 0.4s ease-out both;}