/* MOB365 v13: scroll i qëndrueshëm dhe layout pa prerje. */
html:has(.pos-sales-page),
body:has(.pos-sales-page) {
    height: 100%;
    overflow: hidden !important;
}

.pos-sales-page {
    height: 100dvh !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

.pos-sales-page .sales-content,
.pos-sales-page .sales-card {
    min-height: 0 !important;
    overflow: hidden !important;
}

.pos-sales-page .sales-table-wrap {
    height: 100% !important;
    min-height: 0 !important;
    overflow-x: auto !important;
    overflow-y: scroll !important;
    scrollbar-gutter: stable;
    overscroll-behavior: contain;
}

.pos-sales-page .sales-table thead {
    position: sticky !important;
    top: 0 !important;
    z-index: 5 !important;
}

.pos-layout-premium .market-result-list {
    overflow-y: auto !important;
    scrollbar-gutter: stable;
}

@media (max-width: 820px) {
    html:has(.pos-sales-page),
    body:has(.pos-sales-page) {
        height: auto;
        overflow: auto !important;
    }

    .pos-sales-page {
        height: auto !important;
        min-height: 100dvh !important;
        overflow: visible !important;
    }

    .pos-sales-page .sales-content,
    .pos-sales-page .sales-card,
    .pos-sales-page .sales-table-wrap {
        height: auto !important;
        overflow: visible !important;
    }
}
