.aex-cal-wrap { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:22px; }
.aex-cal-title { font-weight:600; margin-bottom:8px; letter-spacing:.02em; }
.aex-cal-grid { display:grid; grid-template-columns:repeat(7,1fr); gap:3px; }
.aex-cal-dow { text-align:center; font-size:11px; color:var(--aex-muted,#8a8a8a); padding-bottom:4px; }
.aex-cal-day { text-align:center; padding:7px 0; font-size:13px; border-radius:6px; }
.aex-cal-free { background:rgba(255,255,255,.04); color:var(--aex-text,#eee); }
.aex-cal-booked { background:rgba(180,45,46,.22); color:#e8a0a0; text-decoration:line-through; }
.aex-today { outline:1px solid var(--aex-accent,#c9a14a); }
.aex-cal-pad { }
.aex-cal-legend { display:flex; gap:18px; margin-top:14px; font-size:12px; color:var(--aex-muted,#8a8a8a); }
.aex-cal-legend span { display:inline-flex; align-items:center; gap:6px; }
.aex-cal-legend i { width:12px; height:12px; border-radius:3px; display:inline-block; }
.aex-leg-free { background:rgba(255,255,255,.12); }
.aex-leg-booked { background:rgba(180,45,46,.5); }
