.smart-combobox-list {
  max-height: 28rem;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.smart-combobox[data-popup-placement='above'] .smart-combobox-list {
  top: auto;
  bottom: calc(100% + 0.35rem);
}

.smart-combobox-list[data-scrollable] {
  box-shadow:
    0 1rem 2.5rem rgba(0, 0, 0, 0.38),
    inset 0 -1.2rem 1.2rem -1.25rem rgba(32, 213, 180, 0.55);
}
