.running-line {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    height: 41px;
    background: #111010;
    padding: 13px 0;
    line-height: 1.2;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 25;
}

.running-line ~ .site {
    margin-top: 41px;
}

.running-line ~ .site .header-sticky--normal {
    position: fixed;
    top: 41px;
    z-index: 1500;
}

.running-line-wrap {
    display: flex;
}

.running-line-content {
    display: flex;
    align-items: center;
    margin-right: 64px;

    font-size: 12px;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none;
    white-space: nowrap;
}