.launch-offer-bar {
    position: relative;
    z-index: 18;
    color: #fff;
    background: #202737;
}

.launch-offer-bar .container {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.launch-offer-bar span {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
}

.launch-offer-bar b {
    flex: none;
    padding: 5px 9px;
    border-radius: 8px 8px 8px 3px;
    color: #3e302c;
    background: #f5c95f;
    font-size: 9px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.launch-offer-bar em {
    overflow: hidden;
    color: #eef0f5;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.launch-offer-bar a {
    display: inline-flex;
    flex: none;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 10px;
    font-weight: 850;
    text-decoration: none;
}

.workspace-launch-offer {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 9px;
    border-radius: 9px;
    color: #6a4e22;
    background: #fff5d7;
    font-size: 9px;
    text-decoration: none;
    white-space: nowrap;
}

.workspace-launch-offer span {
    color: #c48a13;
}

.export-launch-note {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 12px 0 0;
    padding: 11px 13px;
    border: 1px solid #ead9a9;
    border-radius: 11px;
    color: #725924;
    background: #fff9e8;
    font-size: 10px;
}

.export-launch-note span {
    color: #c58c14;
}

@media (max-width: 760px) {
    .launch-offer-bar .container {
        min-height: 52px;
    }

    .launch-offer-bar b,
    .workspace-launch-offer {
        display: none;
    }

    .launch-offer-bar em {
        white-space: normal;
        line-height: 1.3;
    }

    .launch-offer-bar a {
        font-size: 0;
    }
}
