@keyframes marquee {
    0% { transform: translateX(1%); }
    100% { transform: translateX(-65%); }
}

.mza-banner-wrapper {
    padding: 5px 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 222;
    width: 100%;
}

.marquee-content {
    display: inline-flex;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
    font-family: 'Cera Pro', sans-serif;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 1px;
    width: max-content;
}

.marquee-copy {
    display: flex;
    gap: 35px;
    align-items: center;
    padding-right: 35px;
    flex-shrink: 0;
}

.marquee-copy span {
    color: #ffffff;
    font-weight: 900;
}

.code-box {
    color: rgb(255, 230, 0) !important;
    font-weight: 900;
    padding: 8px;
}

.terms {
    font-size: 12px !important;
    color: #ffffff;
    text-align: center;
    margin-top: 2px;
}

#ast-mobile-header {
    top: 20px !important;
}

#ast-desktop-header {
    margin-top: -10px;
}

@media (min-width: 768px) {
    .ast-main-header-wrap.is-sticky .ast-builder-grid-row {
        display: grid !important;
    }
}
