/* Windmill-inspired custom utilities */
.shadow-xs { box-shadow: 0 0 0 1px rgba(0,0,0,0.05); }
[x-cloak] { display: none; }
.calendar-cell { min-height: 90px; }
@media print {
  .no-print { display: none !important; }
  body { background: white !important; }
}
