/* Two-week booking calendar: swipe across the date row to view all 14 days. */
.date-strip{justify-content:flex-start;overflow-x:auto;padding-bottom:5px;scroll-snap-type:x proximity}
.date{flex:0 0 57px;scroll-snap-align:start}
