/* V280 - Lista de produtos compacta, com rolagem realmente interna. */
@media (min-width: 981px) {
  .sales-workspace .sales-layout {
    align-items: start !important;
  }

  .sales-workspace .sales-left-stack,
  .sales-workspace #salesProductsStep,
  .sales-workspace #salesProductsStep .sales-builder {
    min-height: 0;
  }

  .sales-workspace #salesProductResults {
    display: block;
    flex: none;
    height: clamp(360px, 48vh, 440px) !important;
    min-height: 360px !important;
    max-height: 440px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior-y: contain;
    scrollbar-gutter: stable;
    touch-action: pan-y;
  }
}

@media (max-width: 980px) {
  .sales-workspace #salesProductResults {
    display: block;
    height: 360px !important;
    min-height: 280px !important;
    max-height: 52vh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior-y: contain;
    scrollbar-gutter: stable;
    touch-action: pan-y;
  }
}
