.icon-svg {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}

.icon-svg:hover {
  filter: drop-shadow(0 0 1px rgba(22, 93, 255, 0.8));
  transform: scale(1.1);
}
