/* More usable day cards, in one scrollable row at every screen size. */
.app .main-shell, .app .content, .app .work-grid, .app .work-grid > section { min-width: 0; }
.app .content { padding-top: 16px; }
.app .datebar { margin-top: 0; }
.app .week {
  display: flex; flex-wrap: nowrap; width: 100%; max-width: 100%;
  gap: 8px; overflow-x: auto; overscroll-behavior-x: contain;
  scroll-snap-type: x proximity; scrollbar-width: thin;
  padding: 3px 2px 8px; margin-bottom: 14px;
}
.app .week .day {
  flex: 0 0 86px; min-width: 86px; height: 86px;
  border-radius: 10px; padding: 8px 5px; gap: 4px;
  scroll-snap-align: start; touch-action: manipulation;
}
.app .week .day strong { font-size: 24px; line-height: 1.15; }
.app .week .day > span { font-size: 11px; }
.app .week .day small { font-size: 11px; line-height: 1.2; }
.app .timeline .line-badge { min-width: 36px; padding: 4px 8px; font-size: 14px; font-weight: 800; }
.app .ov-print-table td:nth-child(3) { font-size: 11.5pt; font-weight: 800; }
.app.large-text .week .day { flex-basis: 96px; min-width: 96px; height: 94px; }
.app.large-text .week .day strong { font-size: 27px; }
.app.large-text .week .day small { font-size: 12px; }
@media (min-width: 1100px) {
  .app .week .day { flex-grow: 1; }
}
@media (max-width: 700px) {
  .app .content { padding-top: 10px; }
  .welcome input, .app input, .welcome select, .app select, .app textarea { font-size: 16px; }
}
.ov-installed, .ov-installed body { touch-action: pan-x pan-y; }
.ov-installed button, .ov-installed a, .ov-installed input { touch-action: manipulation; }
@media print { .app .week { display: none !important; } }
