.calendar-day { position: relative; }
.calendar-day-select { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: inherit; background: transparent; cursor: pointer; z-index: 1; }
.calendar-day-select:disabled { cursor: not-allowed; }
.calendar-day-select:focus-visible { outline: 3px solid #c5a572; outline-offset: -3px; }
.calendar-day .day-clear { z-index: 2; }
.calendar-keyboard-help { color: inherit; opacity: 0.8; font-size: 0.8rem; line-height: 1.5; margin: 0.75rem 0; }
