.top-bar .wrapper {
    width: 100%;
    max-width: 1440px;
    padding-right: 12px;
    padding-left: 12px;
}

.top-bar .header-bar {
    min-width: 0;
}

.top-bar .header-bar .info,
.top-bar .header-bar .create,
.top-bar .header-bar .info span {
    white-space: nowrap;
}

.top-bar .header-bar .info {
    flex: 0 0 auto;
}

.top-bar .header-bar .production-info {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-bar .header-bar .account-link {
    gap: 6px;
}

.top-bar .header-bar .account-link img {
    padding-right: 0;
}

.top-bar .header-bar .pricing-tier-link {
    margin-left: 12px;
    margin-right: 12px;
}

.top-bar .header-bar .pricing-tier-badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 11px;
    border: 1px solid #264e63;
    border-radius: 999px;
    background-color: #32576a;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .25px;
    box-shadow: 0 2px 6px rgba(38, 78, 99, .18);
}

.top-bar .header-bar .pricing-tier-link:hover,
.top-bar .header-bar .pricing-tier-link:focus {
    opacity: 1;
}

.top-bar .header-bar .pricing-tier-link:hover .pricing-tier-badge,
.top-bar .header-bar .pricing-tier-link:focus .pricing-tier-badge {
    background-color: #264e63;
}

.top-bar .header-bar .create {
    flex: 0 0 auto;
    justify-content: center;
    min-width: 280px;
}

.mobile-pricing-tier {
    display: none;
}

@media (min-width: 993px) and (max-width: 1199px) {
    .top-bar .header-bar .production-info,
    .top-bar .header-bar .production-separator {
        display: none;
    }

    .top-bar .header-bar .create {
        min-width: 236px;
        padding-right: 12px;
        padding-left: 12px;
        margin-left: 12px;
    }
}

@media (max-width: 992px) {
    .logo-bar.has-pricing-tier {
        height: 102px;
        overflow: hidden;
    }

    .logo-bar.has-pricing-tier .wrapper {
        height: 72px;
    }

    .mobile-pricing-tier {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        width: 100%;
        height: 30px;
        background-color: #32576a;
        color: #ffffff;
        font-family: "Montserrat", sans-serif;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: .35px;
        text-transform: uppercase;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
    }

    .mobile-pricing-tier:hover,
    .mobile-pricing-tier:focus {
        color: #ffffff;
        background-color: #264e63;
    }

    .mobile-pricing-tier small {
        padding-left: 7px;
        border-left: 1px solid rgba(255, 255, 255, .38);
        color: rgba(255, 255, 255, .82);
        font-size: 9px;
        font-weight: 600;
        letter-spacing: .7px;
    }

    .fxpad.has-pricing-tier {
        height: 102px;
    }

    .fxpad.hb.has-pricing-tier {
        height: 149px;
    }

    .breadcrumb-wrapper.has-pricing-tier {
        top: 102px;
    }
}
