/* Small safe additions only (optional) */
.vevs-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background: #f3f4f6;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.vevs-icon-button:hover {
  transform: translateY(-1px) scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  background: #e5f6fd;
}

.vevs-icon {
  width: 18px;
  height: 18px;
  display: block;
}
