#svt-calendar { max-width:1200px; margin:12px auto; background:#fff; padding:8px; border-radius:8px; }
.svt-modal { position:fixed; inset:0; display:none; background:rgba(0,0,0,0.45); align-items:center; justify-content:center; z-index:20000; }
.fc .fc-event-title, .fc .fc-event-title * { color: #000 !important; }
#svt-calendar.svt-zoom-small .fc-timegrid-slot { height: 18px !important; }
#svt-calendar.svt-zoom-normal .fc-timegrid-slot { height: 40px !important; }
#svt-calendar.svt-zoom-large .fc-timegrid-slot { height: 60px !important; }
@media print { body * { visibility: hidden; } #svt-calendar, #svt-calendar * { visibility: visible; } }
