.card {
  border-radius: var(--rounded-lg);
  border-width: var(--border);
  padding: var(--size-6);
  box-shadow: var(--shadow-sm);
}
