#work-card .tenant-slim-inner {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  padding-left: 4px;
  padding-right: 2px;
}
#work-card .work-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y;
  margin: 0 -4px;
  padding: 0 4px 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(90, 90, 90, .45) transparent;
}
#work-card .work-scroll::-webkit-scrollbar { height: 5px; }
#work-card .work-scroll::-webkit-scrollbar-track { background: transparent; }
#work-card .work-scroll::-webkit-scrollbar-thumb {
  background: rgba(90, 90, 90, .4);
  border-radius: 99px;
}
#work-card .work-scroller {
  width: max-content;
  min-width: 100%;
}
#work-card .work-scroller .mini span {
  white-space: nowrap;
  overflow: visible;
  flex: none;
}
