/* Party package builder — left menu fixed scroll area (500px) */
.pp-diy-workspace {
    min-height: 500px;
    align-items: start;
}

.pp-diy-menu-panel {
    align-self: start;
}

.pp-diy-menu-panel .pp-diy-panel-head {
    flex: 0 0 auto;
}

.pp-diy-menu-list {
    height: 500px !important;
    max-height: 500px !important;
    min-height: 500px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    flex: 0 0 auto !important;
    touch-action: pan-y;
}

@media (max-width: 900px) {
    .pp-diy-workspace {
        min-height: 500px;
    }

    .pp-diy-menu-panel,
    .pp-diy-buckets-panel {
        min-height: 0;
    }

    .pp-diy-menu-list {
        height: 500px !important;
        max-height: 500px !important;
        min-height: 500px !important;
    }
}

@media (max-width: 640px) {
    .pp-diy-workspace {
        min-height: min(500px, 55dvh);
    }

    .pp-diy-menu-panel,
    .pp-diy-buckets-panel {
        min-height: 0;
    }

    .pp-diy-menu-list {
        height: min(500px, 55dvh) !important;
        max-height: min(500px, 55dvh) !important;
        min-height: min(500px, 45dvh) !important;
    }
}
