.date-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(82px, 1fr);
  gap: 8px;
  margin-bottom: 18px;
  overflow-x: auto;
  padding-bottom: 7px;
  scroll-snap-type: x mandatory;
}
.date-strip button {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.14);
  background: #090b09;
  color: var(--text);
  cursor: pointer;
  scroll-snap-align: start;
}
.date-strip small,.date-strip span { color: var(--muted); font-size: .65rem; }
.date-strip strong { margin: 4px 0; color: var(--gold2); font: 400 1.55rem Georgia,serif; }
.date-strip button.selected { border-color: var(--gold); background: rgba(220,179,93,.13); box-shadow: inset 0 -3px var(--gold); }
.date-strip button:disabled { opacity: .35; text-decoration: line-through; cursor: not-allowed; }
.staff-options img { width:42px; height:42px; border-radius:50%; object-fit:cover; }
