.reservation-calendar-wrapper{margin:20px 0;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1)}.rdrDateDisplayWrapper,.rdrDefinedRangesWrapper{display:none!important;width:0!important;height:0!important;opacity:0!important;visibility:hidden!important;position:absolute!important;top:0!important;left:0!important}.rdrDays{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:2px;gap:2px}.rdrDay{width:100%;height:60px;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;background:white!important;transition:all .2s ease!important;position:relative}.rdrDay:hover{background:#f8f9fa!important;transform:translateY(-1px)!important;box-shadow:0 2px 8px rgba(0,0,0,.1)!important}.rdrDay:after{content:attr(data-price);position:absolute;bottom:8px;left:50%;transform:translateX(-50%);font-size:11px;color:#667eea;font-weight:600;background:rgba(102,126,234,.1);padding:2px 6px;border-radius:4px}.rdrDayWeekend:after{content:attr(data-price)!important;color:#ff6b6b!important;background:rgba(255,107,107,.1)!important}.rdrDay.rdrDayHoliday:after{content:attr(data-price)!important;color:#ffd700!important;background:rgba(255,215,0,.2)!important;font-weight:700!important}.rdrDayNumber{font-size:16px!important;font-weight:600!important;color:#333!important;margin-bottom:20px!important}.rdrDaySelected{background:#667eea!important}.rdrDaySelected,.rdrDaySelected .rdrDayNumber{color:white!important}.rdrDaySelected:after{color:white!important;background:rgba(255,255,255,.2)!important}.rdrCalendarWrapper{border-radius:12px!important}.rdrCalendarWrapper,.rdrDateRangePickerWrapper,.rdrMonth{width:100%!important}.slx-calendar{background:#1f1f1f;border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:4px}.slx-cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.slx-cal-title{color:#fff;font-weight:600;text-transform:capitalize;font-size:clamp(14px,2.6vw,18px)}.slx-nav-btn{background:transparent;color:#ccc;border:1px solid rgba(255,255,255,.2);border-radius:6px;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.slx-nav-btn:hover{background:rgba(255,255,255,.08)}.slx-grid{display:grid;grid-gap:6px;gap:6px}.slx-grid--weekdays{grid-template-columns:repeat(7,1fr);margin:0 4px}.slx-weekday{color:#9aa0a6;font-size:clamp(10px,1.6vw,12px);text-align:center}.slx-grid--days{grid-template-columns:repeat(7,1fr)}.slx-legend{margin-top:10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px 12px;gap:8px 12px}.slx-legend-item{display:inline-flex;align-items:center;gap:8px;color:#cfcfcf;font-size:12px}.slx-legend-dot{width:12px;height:12px;border-radius:4px;display:inline-block}.slx-legend-dot--blocked{background:repeating-linear-gradient(45deg,rgba(233,90,98,.16),rgba(233,90,98,.16) 6px,rgba(233,90,98,.32) 0,rgba(233,90,98,.32) 12px);border:1px solid rgba(233,90,98,.5)}.slx-day{position:relative;background:#2a2a2a;border:1px solid rgba(255,255,255,.12);border-radius:8px;min-height:40px;padding:2px 0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1px;color:#e5e5e5;min-width:0;container-type:inline-size;font-size:.8cqw}@media (max-width:1200px){.slx-day{font-size:1.5cqw}}@media (max-width:1024px){.slx-day{font-size:2cqw}}@media (max-width:768px){.slx-day{font-size:2.4cqw}}@media (max-width:480px){.slx-day{font-size:3cqw}}.slx-day--empty{background:transparent;border:none}.slx-day--disabled{opacity:.35;pointer-events:none}.slx-day--blocked{background:repeating-linear-gradient(45deg,rgba(233,90,98,.16),rgba(233,90,98,.16) 6px,rgba(233,90,98,.32) 0,rgba(233,90,98,.32) 12px);border-color:rgba(233,90,98,.5);opacity:.8}.slx-day-number{font-size:1em;font-weight:600}.slx-day-price{font-size:.8em!important;font-weight:700;padding:2px 6px;border-radius:4px;background:rgba(102,126,234,.12);color:#aab2ff}@media (max-width:480px){.slx-calendar{padding:10px}.slx-grid{gap:4px}.slx-nav-btn{width:24px;height:24px}}@media (max-width:360px){.slx-calendar{padding:8px}.slx-grid{gap:2px}}.slx-day--weekend .slx-day-price{background:rgba(255,107,107,.12);color:#ff8f8f}.slx-day--holiday .slx-day-price{background:rgba(255,215,0,.18);color:#ffd700}.slx-day--in-range{background:rgba(233,90,98,.18);border-color:rgba(233,90,98,.35)}.slx-day--in-range .slx-day-price{background:rgba(233,90,98,.18);color:#ffdfe1}.slx-day--selected-end,.slx-day--selected-start{background:#E95A62;color:#fff;border-color:#E95A62;outline:none}.slx-day--selected-end .slx-day-number,.slx-day--selected-start .slx-day-number{color:#fff}.slx-day--selected-end .slx-day-price,.slx-day--selected-start .slx-day-price{background:rgba(255,255,255,.22);color:#ffffff}