.card-icon {
  fill: #438bd0;
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  flex-shrink: 0;
  transition: fill 0.3s ease;
}

.card:hover .card-icon {
  fill: #66b0ff;
}