.global-listing-page .listing-selection-toolbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.85rem 1.25rem;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 -12px 28px rgba(15, 23, 42, 0.12);
    transform: translateY(110%);
    opacity: 0;
    pointer-events: none;
    z-index: 1030;
}
.global-listing-page .listing-selection-toolbar.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}
body.gmt-bulkbar-visible {
    padding-bottom: 96px;
}
