.booking-date-strip{width:100%}.booking-date-strip__header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.booking-date-strip__title{color:#111620;margin:0;font-size:1rem;font-weight:600}.booking-date-strip__nav{flex-shrink:0;align-items:center;gap:4px;display:inline-flex}.booking-date-strip__nav-btn{color:#111620;cursor:pointer;background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;transition:background-color .15s cubic-bezier(.4,0,.2,1);display:inline-flex}.booking-date-strip__nav-btn:hover{background:#f8fafc}.booking-date-strip__nav-btn:focus-visible{outline-offset:2px;outline:2px solid #7b5af0}.booking-date-strip__nav-icon{width:1rem;height:1rem}.booking-date-strip__scroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -4px;padding:4px;overflow-x:auto;overflow-y:hidden}.booking-date-strip__scroll::-webkit-scrollbar{display:none}.booking-date-strip__track{gap:8px;min-width:min-content;display:flex}.booking-date-strip__day{color:#111620;cursor:pointer;background:#fff;border:1px solid #d4d5d8;border-radius:9999px;flex-direction:column;flex:0 0 5.125rem;justify-content:center;align-items:center;gap:4px;width:5.125rem;height:5.125rem;padding:8px 4px;transition:background-color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1);display:flex}.booking-date-strip__day:hover:not(:disabled):not(.is-selected){background:#f8fafc;border-color:#bfc1c5}.booking-date-strip__day:focus-visible{outline-offset:2px;outline:2px solid #7b5af0}.booking-date-strip__day.is-selected{color:#fff;box-shadow:none;background:#002cdd;border:none}.booking-date-strip__day.is-selected .booking-date-strip__weekday,.booking-date-strip__day.is-selected .booking-date-strip__month{color:rgba(255,255,255,.92)}.booking-date-strip__day.is-selected .booking-date-strip__date{color:#fff}.booking-date-strip__day.is-disabled,.booking-date-strip__day:disabled{color:#94a3b8;cursor:not-allowed;box-shadow:none;background:#f7f8f8;border-color:transparent}.booking-date-strip__day.is-disabled .booking-date-strip__weekday,.booking-date-strip__day.is-disabled .booking-date-strip__month,.booking-date-strip__day.is-disabled .booking-date-strip__date,.booking-date-strip__day:disabled .booking-date-strip__weekday,.booking-date-strip__day:disabled .booking-date-strip__month,.booking-date-strip__day:disabled .booking-date-strip__date{color:#94a3b8}.booking-date-strip__weekday,.booking-date-strip__month{color:#64748b;font-size:.75rem;line-height:1.2}.booking-date-strip__date{color:#111620;font-size:1.25rem;font-weight:600;line-height:1}
