.crm-card,
.crm-metric-card,
.crm-quick-link {
  transition: all 0.2s ease;
}

.crm-card:hover,
.crm-metric-card:hover {
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

a.crm-quick-link:hover {
  text-decoration: none;
}
