.bb-11240-wrapper {
    width: 100%;
    position: relative;
    z-index: 999;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}

.bb-11240-wrapper.bb-11240-sticky {
    position: fixed;
    left: 0;
    width: 100vw;
}

.bb-11240-wrapper.bb-11240-sticky-top {
    top: 0;
}

.bb-11240-wrapper.bb-11240-sticky-bottom {
    bottom: 0;
}

.elementor-editor-active .bb-11240-wrapper.bb-11240-sticky {
    position: relative;
    width: 100%;
}

.bb-11240-track-container {
    display: block;
    width: 100%;
    overflow: hidden;
}

.bb-11240-track {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 15px;
    width: 100% !important;
    transform: none !important;
}

.bb-11240-item {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 5px 15px;
}

.bb-11240-content {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.bb-11240-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bb-11240-icon i {
    display: inline-block;
}

.bb-11240-icon svg {
    display: inline-block;
    height: 1em;
    width: 1em;
}

/* Mobile Ticker Layout */
@media (max-width: 767px) {
    .bb-11240-track-container {
        display: block !important;
        width: 100% !important;
        overflow: hidden !important;
        position: relative !important;
    }

    .bb-11240-track {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
        gap: 0 !important;
        will-change: transform;
    }

    .bb-11240-item {
        padding: 0 !important;
        flex-shrink: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    .bb-11240-content {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important;
    }
}
