/* ── Karplexus Marquee Ticker ─────────────────────────────── */

.kmt-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 24px 0;
    background: #d4614a;
}

.kmt-row {
    width: 100%;
    overflow: hidden;
}

.kmt-row + .kmt-row {
    margin-top: 12px;
}

.kmt-track {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: max-content;
    will-change: transform;
    gap: 12px;
}

.kmt-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    flex-shrink: 0;
    border-radius: 5px;
    background: #fff;
    color: #1C1C1C;
    padding: 12px 18px;
    font-size: 24px;
	line-height:  1;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    cursor: default;
    user-select: none;
}
