/* ============================================
   TICKER MARQUEE — external overrides only
   Base styles live in the Bricks "Ticker CSS" code element.
   This file adds: font-weight fix, homepage toggle, mobile override.
   ============================================ */

.ticker-item {
    font-weight: 500;
}

.ticker-item__text-basic {
    margin: 0;
}

/* Override: Bricks hides .ticker-wrapper at 767px — keep it visible */
@media (max-width: 767px) {
    .ticker-wrapper.brxe-section {
        display: flex !important;
    }
}
