
.shadow-elegant[data-v-3c1aaef4] {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
}

/* Custom date input styling */
input[type="date"][data-v-3c1aaef4]::-webkit-calendar-picker-indicator {
  opacity: 0.5;
  cursor: pointer;
}
input[type="date"][data-v-3c1aaef4]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}
