.b-message {
    width: 100vw;
    background: var(--Primitives-Slate-Slate-4, #ECEEF0);
    padding: 12px 0;

    color: var(--Tokens-Text-Text-Mid-Contrast, #4D565C);

    font-family: "PPNV";
    font-size: 14px;
    font-style: normal;
    font-weight: 375;
    line-height: 18px;
    letter-spacing: 0.42px;

    display: flex;
    align-items: center;
}

.b-message strong {
    font-weight: 550;
}

.b-message :is(a, a:hover) {
    color: inherit !important;
    text-decoration-line: underline !important;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    text-underline-position: from-font;
    white-space: nowrap;
}

.b-message p:last-of-type {
    margin-bottom: 0;
}

.b-message-row {
    display: flex;
    align-items: center;
}

.b-message-pre {
    margin: -6px 0;
    margin-right: 20px;
    color: var(--Tokens-Text-Text-Hi-Contrast, #010203);
    font-feature-settings: 'ss09' on;
    font-family: "Items";
    font-size: 36px;
    font-style: italic;
    font-weight: 350 !important;
    line-height: 36px;
    letter-spacing: 0.72px;
    font-variation-settings: 'wdth' 550;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .bottom-message {
        padding: 10px 0;
        font-family: "PPNV";
        font-size: 12px;
        font-style: normal;
        font-weight: 375;
        line-height: 14px;
        letter-spacing: 0.36px;
    }

    .b-message-pre {
        display: none;
    }

    .fee_img {
        display: none;
    }
}