.card-item {
  box-shadow: var(--shadow);

  &:hover {
    background-color: var(--light-gray);
  }
}

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