/* ============================================
   COMPONENT - CARDS
   ============================================
   Augments daisyUI's cards (.card) - Bulma's .box class is no longer
   used in the templates, and has been removed.
   ============================================ */

.card {
    transition: box-shadow 0.2s ease-in-out;
}

.card:hover {
    box-shadow: var(--shadow-md);
}
