.teacher-center-v2 .week-day-items > a,
.teacher-center-v2 .week-day-items { align-content: start; grid-auto-rows: max-content; gap: 7px; padding: 8px; max-height: 360px; min-height: 0; overflow-y: auto; overflow-x: hidden; overscroll-behavior-y: contain; scrollbar-width: thin; scrollbar-color: #bfd3d0 transparent; }
.teacher-center-v2 .week-day-items:focus-visible { outline: 2px solid var(--portal-primary); outline-offset: -2px; }
.teacher-center-v2 .week-day-items::-webkit-scrollbar { width: 6px; }
.teacher-center-v2 .week-day-items::-webkit-scrollbar-thumb { background: #bfd3d0; border-radius: 999px; }
.cv2-production .cv2-week-overview > section > div,.cv2-production .cv2-week-mobile > section > div{align-content:start;grid-auto-rows:max-content;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior-y:contain;scrollbar-width:thin;scrollbar-color:#bfd3d0 transparent}
