[data-v-e8a312cf] img {
  max-width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
[data-v-e8a312cf] img:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}