/* MA Elementor Addons — Ticker Banner */

.elementor-widget-ma-ticker-banner,
.elementor-widget-ma-ticker-banner .elementor-widget-container {
    width: 100%;
}

.ma-ticker-banner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 52px;
    overflow: hidden;
    box-sizing: border-box;
}

.ma-ticker-wrap {
    flex: 1;
    overflow: hidden;
    height: 100%;
    position: relative;
    min-width: 0;
}

.ma-ticker-track {
    position: absolute;
    width: 100%;
    will-change: transform;
    top: 0;
    left: 0;
}

.ma-ticker-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 20px;
    color: #ffffff;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ma-ticker-pause {
    flex-shrink: 0;
    width: 44px;
    height: 52px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #ffffff;
}

.ma-ticker-pause svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    display: block;
}
