.ticker-financial-market {
    position: relative;
    z-index: 999999;
    width: 100%;
    min-height: 36px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .18);
    box-sizing: border-box;
}

.ticker-financial-market * {
    box-sizing: border-box;
}

.ticker-financial-market .ticker-slide,
.ticker-financial-market .currencies {
    width: 100%;
    min-height: 36px;
}

.ticker-financial-market .currencies {
    display: flex;
    align-items: center;
}

.ticker-financial-market.cmh-align-left .currencies {
    justify-content: flex-start;
}

.ticker-financial-market.cmh-align-center .currencies {
    justify-content: center;
}

.ticker-financial-market.cmh-align-right .currencies {
    justify-content: flex-end;
}

.ticker-financial-market .info {
    padding: 8px 14px;
    line-height: 20px;
}

.ticker-financial-market .info a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    line-height: 20px;
}

.ticker-financial-market .info .name {
    font-weight: 700;
    text-transform: uppercase;
}

.ticker-financial-market .info .separator,
.ticker-financial-market .info .value {
    font-weight: 600;
}

.ticker-financial-market.cmh-position-fixed-top,
.ticker-financial-market.cmh-position-fixed-bottom {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
}

.ticker-financial-market.cmh-position-fixed-top {
    top: 0;
}

.ticker-financial-market.cmh-position-fixed-bottom {
    bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, .18);
    border-bottom: 0;
}

.admin-bar .ticker-financial-market.cmh-position-fixed-top {
    top: 32px;
}

.cmh-shortcode-cotacao {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

@media screen and (max-width: 782px) {
    .admin-bar .ticker-financial-market.cmh-position-fixed-top {
        top: 46px;
    }
}
