/*
 * Order flow parity layer.
 *
 * The engine still owns validation, bid creation, state transitions and
 * payment data.  This file only maps the route and bid fragments to the
 * public 001K order composition.
 */

html body.onek-body.onek-exchange-route,
html body.onek-body.onek-exchange-step {
    background: #2c2d31 !important;
}

html body.onek-body.onek-exchange-route .onek-main,
html body.onek-body.onek-exchange-step .onek-main {
    overflow: visible !important;
    background: #2c2d31 !important;
}

html body.onek-body.onek-exchange-route .onek-page,
html body.onek-body.onek-exchange-step .onek-page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 0 0 20px !important;
    background: transparent !important;
}

html body.onek-body.onek-exchange-route .main-wrapper {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    max-width: 1252px !important;
    min-height: 0 !important;
    margin: 30px auto 76px !important;
    padding: 32px 76px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #0f0f0f !important;
    box-shadow: none !important;
}

html body.onek-body.onek-exchange-step .main-wrapper {
    box-sizing: border-box !important;
    display: block !important;
    width: calc(100vw - 60px) !important;
    max-width: 1258px !important;
    min-height: 0 !important;
    margin: 15px auto 0 !important;
    padding: 32px 67px 57px 82px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #0f0f0f !important;
    box-shadow: none !important;
}

html body.onek-body.onek-exchange-route .main-wrapper > .inner,
html body.onek-body.onek-exchange-step .main-wrapper > .inner,
html body.onek-body.onek-exchange-route .main-wrapper .inner-content,
html body.onek-body.onek-exchange-step .main-wrapper .inner-content {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body.onek-body.onek-exchange-route .main-wrapper > .aside,
html body.onek-body.onek-exchange-step .main-wrapper > .aside {
    display: none !important;
}

html body.onek-body.onek-exchange-route .onek-route-order,
html body.onek-body.onek-exchange-route .onek-route-order *,
html body.onek-body.onek-exchange-step .onek-created,
html body.onek-body.onek-exchange-step .onek-created * {
    box-sizing: border-box;
}

html body.onek-body.onek-exchange-route .onek-route-order,
html body.onek-body.onek-exchange-step .onek-created {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    color: #f4f4f5;
    font-family: Gilroy, Arial, Helvetica, sans-serif;
}

html body.onek-body.onek-exchange-route .onek-route-order__header,
html body.onek-body.onek-exchange-step .onek-created__header {
    position: relative;
    min-height: 75px;
}

html body.onek-body.onek-exchange-route .onek-route-order__back,
html body.onek-body.onek-exchange-step .onek-created__back {
    display: flex !important;
    width: 100%;
    height: 24px;
    align-items: center;
    gap: 0 !important;
    color: #f7f7f7 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    text-decoration: none !important;
}

html body.onek-body.onek-exchange-step .onek-created__mobile-close {
    display: none !important;
}

html body.onek-body.onek-exchange-route .onek-route-order__back::before,
html body.onek-body.onek-exchange-step .onek-created__back::before {
    content: none !important;
}

html body.onek-body.onek-exchange-route .onek-route-order__back-arrow,
html body.onek-body.onek-exchange-step .onek-created__back-arrow {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 20px;
}

html body.onek-body.onek-exchange-route .onek-route-order__back-text,
html body.onek-body.onek-exchange-step .onek-created__back-text {
    margin-left: 12px;
}

html body.onek-body.onek-exchange-route .onek-route-order__title,
html body.onek-body.onek-exchange-step .onek-created__title {
    margin: 16px 0 0 !important;
    color: #fff !important;
    font-size: 32px !important;
    font-weight: 500 !important;
    line-height: 34.88px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

html body.onek-body.onek-exchange-route .onek-route-order__grid,
html body.onek-body.onek-exchange-step .onek-created__grid {
    width: 100% !important;
    min-height: 0 !important;
}

/* New-order form. */
html body.onek-body.onek-exchange-route .onek-route-order__grid {
    display: grid !important;
    width: 1100px !important;
    max-width: 100% !important;
    min-height: 804px !important;
    grid-template-columns: 512px minmax(0, 588px) !important;
    grid-template-rows: max-content minmax(0, 1fr) !important;
    grid-template-areas:
        "left rules"
        "checks rules" !important;
    gap: 0 !important;
    align-items: start !important;
    justify-content: center !important;
    margin: 90px auto 0 !important;
}

html body.onek-body.onek-exchange-route .onek-route-order__left {
    grid-area: left;
    min-width: 0;
    padding: 0 !important;
    border: 0 !important;
}

html body.onek-body.onek-exchange-route .onek-route-order-summary {
    display: flex !important;
    width: 512px !important;
    max-width: 100% !important;
    flex-direction: column !important;
    gap: 0 !important;
}

html body.onek-body.onek-exchange-route .onek-route-order-summary__line {
    min-height: 24px !important;
    grid-template-columns: 139px minmax(0, auto) auto 24px !important;
    column-gap: 8px !important;
    margin: 0 0 30px !important;
}

html body.onek-body.onek-exchange-route .onek-route-order-summary__line > span {
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

html body.onek-body.onek-exchange-route .onek-route-order-summary__line strong {
    margin-left: 28px !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    white-space: nowrap;
}

html body.onek-body.onek-exchange-route .onek-route-order-summary__line em {
    color: #fff !important;
    margin-left: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
}

html body.onek-body.onek-exchange-route .onek-route-order-summary__line--wide {
    grid-template-columns: 139px minmax(0, 1fr) !important;
}

html body.onek-body.onek-exchange-route .onek-route-order-summary__line--wide strong {
    font-size: 24px !important;
    line-height: 24px !important;
}

html body.onek-body.onek-exchange-route .onek-route-order-summary__rate {
    gap: 13px !important;
    min-height: 40px !important;
    margin-top: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
}

html body.onek-body.onek-exchange-route .onek-route-order-summary__timer {
    width: 40px !important;
    height: 40px !important;
    flex: 0 0 40px !important;
    border-width: 2px !important;
    font-size: 16px !important;
}

html body.onek-body.onek-exchange-route .onek-route-order-fields {
    width: 380px !important;
    gap: 32px !important;
    margin-top: 42px !important;
}

html body.onek-body.onek-exchange-route .onek-route-order-fields h2 {
    margin: 0 0 -4px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
}

html body.onek-body.onek-exchange-route .onek-route-order-fields input {
    height: 50px !important;
    border-radius: 4px !important;
    font-size: 16px !important;
}

html body.onek-body.onek-exchange-route .onek-route-order-checks label {
    min-height: 32px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    text-transform: none !important;
}

html body.onek-body.onek-exchange-route .onek-route-order-checks {
    grid-area: checks;
    width: calc(100% - 30px) !important;
    gap: 8px !important;
    align-self: start !important;
    margin: 32px 30px 0 0 !important;
}

html body.onek-body.onek-exchange-route .onek-route-order-rules {
    grid-area: rules;
    width: 588px !important;
    max-width: 100% !important;
    height: 804px !important;
    max-height: 804px !important;
    overflow: auto !important;
    padding: 0 45px 0 0 !important;
    color: #f1f1f2 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20.44px !important;
    scrollbar-color: #869092 #2c2d31;
    scrollbar-width: thin;
}

html body.onek-body.onek-exchange-route .onek-route-order-rules h2 {
    margin: 0 0 32px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20.44px !important;
}

html body.onek-body.onek-exchange-route .onek-route-order-rules p {
    margin: 0 0 20px !important;
}

html body.onek-body.onek-exchange-route .onek-route-order > .xchange_submit_div {
    display: block !important;
    width: 100% !important;
    margin: 65px auto 0 !important;
}

html body.onek-body.onek-exchange-route .onek-route-order > .xchange_submit_div input.xchange_submit {
    display: flex !important;
    width: 220px !important;
    height: 50px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border-radius: 24px !important;
    background: #1f5ea8 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 14px !important;
}

html body.onek-body.onek-exchange-route .onek-route-order > .xchange_submit_div input.xchange_submit:hover,
html body.onek-body.onek-exchange-route .onek-route-order > .xchange_submit_div input.xchange_submit:focus-visible {
    background: #5483bb !important;
}

html body.onek-body.onek-exchange-route .onek-route-order > .ajax_post_bids_res {
    width: 100% !important;
    margin: 16px auto 0 !important;
}

html body.onek-body.onek-exchange-route .onek-route-order > .ajax_post_bids_res:empty {
    display: none !important;
    min-height: 0 !important;
    margin: 0 !important;
}

/* Active/completed/cancelled order. */
html body.onek-body.onek-exchange-step .onek-created__grid {
    display: grid !important;
    width: 1109px !important;
    max-width: 100% !important;
    grid-template-columns: 437px minmax(0, 672px) !important;
    gap: 0 !important;
    align-items: stretch !important;
    margin: 72px auto 0 !important;
}

html body.onek-body.onek-exchange-step .onek-created-details {
    display: flex !important;
    width: 437px !important;
    min-width: 0;
    min-height: 660px !important;
    flex-direction: column !important;
    padding: 0 !important;
    border: 0 !important;
    border-right: 2px solid #d9d9d9 !important;
}

/* Keep one desktop divider: the legacy pseudo-element duplicates this border. */
html body.onek-body.onek-exchange-step .onek-created-details::after {
    content: none !important;
    display: none !important;
}

html body.onek-body.onek-exchange-step .onek-created-details h2 {
    max-width: 270px;
    margin: 0 0 35px !important;
    color: #fff !important;
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 33.88px !important;
    text-transform: uppercase !important;
}

html body.onek-body.onek-exchange-step .onek-created-details dl {
    display: grid !important;
    gap: 24px !important;
    margin: 0 !important;
}

html body.onek-body.onek-exchange-step .onek-created-details dl > div {
    display: grid !important;
    grid-template-columns: 140px minmax(0, 1fr) !important;
    gap: 16px !important;
    align-items: start !important;
}

html body.onek-body.onek-exchange-step .onek-created-details dt,
html body.onek-body.onek-exchange-step .onek-created-details dd {
    margin: 0 !important;
    color: #f3f3f4 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 23.36px !important;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

html body.onek-body.onek-exchange-step .onek-created-details dd {
    font-weight: 600 !important;
    text-transform: none;
}

html body.onek-body.onek-exchange-step .onek-created-details__status {
    display: inline-flex !important;
    min-width: 0 !important;
    min-height: 0 !important;
    align-items: center;
    justify-content: center;
    padding: 7.5px 10.5px !important;
    border-radius: 16px !important;
    background: #1473e7 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 9.52px !important;
}

html body.onek-body.onek-exchange-step .onek-created--cancelled .onek-created-details__status,
html body.onek-body.onek-exchange-step .onek-created--canceled .onek-created-details__status {
    background: #ed2626 !important;
}

html body.onek-body.onek-exchange-step .onek-created[data-onek-status="in_processing"] .onek-created-details__status,
html body.onek-body.onek-exchange-step .onek-created[data-onek-status="verification_completed"] .onek-created-details__status {
    background: #d7ab0d !important;
}

html body.onek-body.onek-exchange-step .onek-created[data-onek-status="during_payout"] .onek-created-details__status {
    background: #8e54ec !important;
}

html body.onek-body.onek-exchange-step .onek-created--completed .onek-created-details__status,
html body.onek-body.onek-exchange-step .onek-created[data-onek-status="completed"] .onek-created-details__status {
    background: #1aac61 !important;
}

html body.onek-body.onek-exchange-step .onek-created-details__bottom {
    margin-top: auto !important;
}

html body.onek-body.onek-exchange-step .onek-created-details__period {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    margin-top: 40px !important;
}

html body.onek-body.onek-exchange-step .onek-created-details__clock {
    position: relative;
    display: flex !important;
    width: 35px !important;
    height: 35px !important;
    flex: 0 0 35px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #0f0f0f !important;
    box-shadow: none !important;
}

html body.onek-body.onek-exchange-step .onek-created-details__clock-outer,
html body.onek-body.onek-exchange-step .onek-created-details__clock-inner,
html body.onek-body.onek-exchange-step .onek-created-details__clock-progress {
    position: absolute;
    display: block;
    overflow: hidden;
}

html body.onek-body.onek-exchange-step .onek-created-details__clock-outer {
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    z-index: 2;
}

html body.onek-body.onek-exchange-step .onek-created-details__clock-inner {
    top: 5px;
    left: 5px;
    width: 25px;
    height: 25px;
    z-index: 2;
}

html body.onek-body.onek-exchange-step .onek-created-details__clock-progress {
    top: 0;
    left: 0;
    width: 35px;
    min-width: 35px;
    height: 35px;
    z-index: 1;
}

html body.onek-body.onek-exchange-step .onek-created-details__clock-progress circle {
    fill: #000;
    stroke: #fff;
    stroke-width: 6px;
    stroke-dasharray: 107;
    stroke-dashoffset: 107;
    stroke-linecap: butt;
    transform: rotate(-90deg);
    transform-origin: center;
    transition: stroke-dashoffset 1s linear;
}

html body.onek-body.onek-exchange-step .onek-created-details__period strong {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    margin-left: 12px;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    text-transform: none !important;
}

html body.onek-body.onek-exchange-step .onek-created-details__period b {
    display: block;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 19px !important;
}

html body.onek-body.onek-exchange-step .onek-created-details .block_paybutton {
    width: auto !important;
    margin: 40px 0 0 !important;
    padding: 0 !important;
}

html body.onek-body.onek-exchange-step .onek-created-details .cancel_paybutton {
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #5d87b9 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 31.4px !important;
    text-decoration: underline !important;
    text-transform: none !important;
}

html body.onek-body.onek-exchange-step .onek-created-details .cancel_paybutton:hover,
html body.onek-body.onek-exchange-step .onek-created-details .cancel_paybutton:focus-visible {
    color: #257add !important;
}

html body.onek-body.onek-exchange-step .onek-created-details__refresh {
    display: flex !important;
    align-items: center !important;
    margin: 40px 0 0 !important;
    color: #fff !important;
}

html body.onek-body.onek-exchange-step .onek-created-details__refresh img {
    display: block;
    width: 18.78px;
    height: 21.03px;
    flex: 0 0 auto;
}

html body.onek-body.onek-exchange-step .onek-created-details__refresh span {
    margin-left: 18.25px;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
}

html body.onek-body.onek-exchange-step .onek-created-main {
    min-width: 0;
    padding-left: 32px !important;
}

html body.onek-body.onek-exchange-step .onek-created-instructions {
    width: 100% !important;
    height: 383px !important;
    padding: 32px 16px 25px 32px !important;
    border: 0 !important;
    border-radius: 25px !important;
    background: #2c2d31 !important;
    color: #f4f4f5 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
}

html body.onek-body.onek-exchange-step .onek-created-instructions__inner {
    width: 100% !important;
    height: 326px !important;
    max-height: 326px !important;
    overflow: auto !important;
    padding: 0 31px 0 0 !important;
    font-family: Gilroy, Arial, Helvetica, sans-serif;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    scrollbar-width: thin;
    scrollbar-color: #f5f5f5 transparent;
}

html body.onek-body.onek-exchange-step .onek-created-instructions h2 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 26.88px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

html body.onek-body.onek-exchange-step .onek-created-instructions p {
    margin: 0 0 16px !important;
}

html body.onek-body.onek-exchange-step .onek-created-instructions ol {
    margin: 0 0 16px !important;
    padding-left: 36px !important;
    list-style: decimal !important;
    counter-reset: none !important;
}

html body.onek-body.onek-exchange-step .onek-created-instructions li {
    padding-left: 8px !important;
    counter-increment: none !important;
    line-height: inherit !important;
}

html body.onek-body.onek-exchange-step .onek-created-instructions li::before {
    display: none !important;
    content: none !important;
}

html body.onek-body.onek-exchange-step .onek-created-instructions h2.onek-created-instructions__state-title {
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 26.88px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

html body.onek-body.onek-exchange-step .onek-created-instructions p.onek-created-instructions__state-text {
    margin: 42px 0 16px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 21.44px !important;
    text-align: center !important;
    text-transform: none !important;
}

html body.onek-body.onek-exchange-step .onek-created-payment {
    position: relative;
    display: grid !important;
    width: 100% !important;
    min-height: 251px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 32px !important;
    margin: 26px 0 0 !important;
    padding: 32px 32px 20px 24px !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 24px !important;
    background: #0f0f0f !important;
}

html body.onek-body.onek-exchange-step .onek-created-payment::after {
    content: "";
    position: static;
    grid-column: 1 / -1;
    grid-row: 2;
    height: 1px;
    margin: 28px 0;
    background: #35363a;
}

html body.onek-body.onek-exchange-step .onek-created-payment__item {
    min-width: 0;
    color: #f5f5f5 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
}

html body.onek-body.onek-exchange-step .onek-created-payment__item > span {
    display: block;
    margin-bottom: 16px;
    color: #e1e1e1 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    text-transform: uppercase !important;
}

html body.onek-body.onek-exchange-step .onek-created-payment__item:nth-of-type(n + 3) {
    padding-top: 32px;
}

@media (max-width: 1280px) {
    html body.onek-body.onek-exchange-route .onek-header > .onek-rate-strip,
    html body.onek-body.onek-exchange-step .onek-header > .onek-rate-strip {
        display: none !important;
    }

    html body.onek-body.onek-exchange-route,
    html body.onek-body.onek-exchange-step,
    html body.onek-body.onek-exchange-route .onek-main,
    html body.onek-body.onek-exchange-step .onek-main {
        background: linear-gradient(180deg, #4b4e55 0%, #131313 100%) !important;
    }

    html body.onek-body.onek-exchange-route .onek-page,
    html body.onek-body.onek-exchange-step .onek-page {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 0 40px !important;
    }

    html body.onek-body.onek-exchange-route .main-wrapper,
    html body.onek-body.onek-exchange-step .main-wrapper {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 32px 0 0 !important;
        border-radius: 0 !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order__header,
    html body.onek-body.onek-exchange-step .onek-created__header {
        display: flex !important;
        min-height: 27px !important;
        flex-direction: row-reverse !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 3px 0 0 !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order__title,
    html body.onek-body.onek-exchange-step .onek-created__title {
        margin: 0 !important;
        font-size: 18px !important;
        font-weight: 500 !important;
        line-height: 24px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order__back,
    html body.onek-body.onek-exchange-step .onek-created__mobile-close {
        position: absolute !important;
        top: 0 !important;
        right: 16px !important;
        width: 24px !important;
        height: 24px !important;
        overflow: hidden !important;
    }

    html body.onek-body.onek-exchange-step .onek-created__back {
        display: none !important;
    }

    html body.onek-body.onek-exchange-step .onek-created__mobile-close {
        display: block !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order__back-text,
    html body.onek-body.onek-exchange-step .onek-created__back-text {
        display: none !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order__grid,
    html body.onek-body.onek-exchange-step .onek-created__grid {
        display: flex !important;
        width: 100% !important;
        max-width: none !important;
        flex-direction: column !important;
        gap: 0 !important;
        min-height: 0 !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order__grid {
        margin: 38px 0 0 !important;
    }

    html body.onek-body.onek-exchange-step .onek-created__grid {
        margin: 24px 0 0 !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order__left {
        display: block !important;
        order: 1;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 40px !important;
        border: 0 !important;
        border-radius: 0 !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-details {
        order: 1;
        width: calc(100% - 32px) !important;
        min-height: 0 !important;
        margin: 0 16px !important;
        padding: 28px 25px 37px !important;
        border: 1px solid #e1e1e1 !important;
        border-radius: 8px !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-details h2 {
        max-width: none !important;
        margin: 0 0 32px !important;
        font-size: 14px !important;
        line-height: 17px !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-details dl {
        gap: 16px !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-details dl > div {
        grid-template-columns: 45% 55% !important;
        gap: 0 !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-details dt,
    html body.onek-body.onek-exchange-step .onek-created-details dd {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-details dt {
        padding-left: 14px !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-details dd {
        font-size: 16px !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-details__status {
        min-width: 0 !important;
        min-height: 0 !important;
        padding: 7.5px 10.5px !important;
        border-radius: 16px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 9.52px !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-details__bottom {
        display: flex !important;
        flex-direction: column !important;
        margin-top: 0 !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-details__period {
        order: 1;
        margin-top: 22px !important;
        padding: 0 0 39px 14px !important;
        border-bottom: 1px solid #d9d9d9 !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-details__clock {
        width: 35px !important;
        height: 35px !important;
        flex-basis: 35px !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-details__period strong {
        font-size: 12px !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-details__period b {
        font-size: 14px !important;
        font-weight: 500 !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-details .block_paybutton {
        order: 3;
        margin: 53px 0 0 !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-details .block_paybutton_ins {
        justify-content: center !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-details .cancel_paybutton {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-details__refresh {
        order: 2;
        justify-content: center !important;
        margin: 24px 0 0 !important;
        text-align: center !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-details__refresh img {
        width: 12.5px;
        height: 14px;
    }

    html body.onek-body.onek-exchange-step .onek-created-details__refresh span {
        margin-left: 16px;
        font-size: 12px !important;
        line-height: 12px !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-main {
        order: 2;
        width: 100% !important;
        padding: 0 !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-instructions {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        margin: 20px 0 0 !important;
        padding: 18px 15px 21px 26px !important;
        border-radius: 0 !important;
        background: #091a2e !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 16px !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-instructions__inner {
        height: auto !important;
        max-height: 360px !important;
        overflow: auto !important;
        padding-right: 11px !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 16px !important;
        scrollbar-color: auto;
        scrollbar-width: auto;
    }

    html body.onek-body.onek-exchange-step .onek-created-instructions h2 {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-instructions h2.onek-created-instructions__state-title {
        font-size: 24px !important;
        line-height: 26.88px !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-instructions p.onek-created-instructions__state-text {
        margin: 42px 0 16px !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 21.44px !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-payment {
        width: calc(100% - 32px) !important;
        min-height: 0 !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 24px 22px !important;
        margin: 15px 16px 0 !important;
        padding: 32px 32px 20px 24px !important;
        border-radius: 24px !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-payment::after {
        display: none !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-payment__item {
        grid-column: auto !important;
        grid-row: auto !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-payment__item,
    html body.onek-body.onek-exchange-step .onek-created-payment__item > span {
        font-size: 10px !important;
        font-weight: 500 !important;
        line-height: 10px !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-payment__item > span {
        margin-bottom: 8px;
    }

    html body.onek-body.onek-exchange-step .onek-created-payment__item strong,
    html body.onek-body.onek-exchange-step .onek-created-payment__address span,
    html body.onek-body.onek-exchange-step .onek-created-payment__waiting {
        font-size: 11px !important;
        font-weight: 700 !important;
        line-height: 16px !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-payment__item:nth-of-type(n + 3) {
        padding-top: 0 !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-summary {
        width: 100% !important;
        padding: 0 !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-summary__line {
        min-height: 24px !important;
        grid-template-columns: 102px minmax(0, 1fr) auto 24px !important;
        column-gap: 8px !important;
        margin: 0 0 16px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-summary__line > span {
        font-size: 16px !important;
        line-height: 16px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-summary__line strong {
        margin-left: 0 !important;
        font-size: 20px !important;
        line-height: 20px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-summary__line em {
        margin-left: 0 !important;
        font-size: 12px !important;
        line-height: 12px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-summary__line--wide {
        grid-template-columns: 102px minmax(0, 1fr) !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-summary__logo {
        width: 24px !important;
        height: 24px !important;
        border-radius: 6px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-summary__line--wide strong {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-summary__rate {
        gap: 13px !important;
        margin-top: 14px !important;
        padding-left: 0 !important;
        font-size: 12px !important;
        line-height: 12px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-summary__timer {
        width: 40px !important;
        height: 40px !important;
        flex-basis: 40px !important;
        font-size: 16px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-fields {
        width: 100% !important;
        gap: 32px !important;
        margin-top: 42px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-fields h2 {
        margin-bottom: -18.5px !important;
        font-size: 16px !important;
        line-height: 20px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-fields input {
        height: 50px !important;
        padding: 0 16px !important;
        border-radius: 4px !important;
        font-size: 16px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-rules {
        order: 2;
        width: 100% !important;
        max-width: none !important;
        height: 360px !important;
        max-height: 360px !important;
        margin: 32px 0 0 !important;
        padding: 18px 40px !important;
        border-radius: 0 !important;
        background: #091a2e !important;
        font-size: 14px !important;
        line-height: 20.44px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-rules h2 {
        margin: 0 0 32px !important;
        font-size: 14px !important;
        line-height: 20.44px !important;
        text-align: left !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-checks {
        order: 3;
        width: 100% !important;
        gap: 8px !important;
        margin: 24px 0 0 !important;
        padding: 0 40px 8px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-checks label {
        min-height: 32px !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 14px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order > .xchange_submit_div {
        box-sizing: border-box !important;
        width: 100% !important;
        min-height: 130px !important;
        margin: 38px auto 0 !important;
        padding: 0 0 80px !important;
    }
}

@media (max-width: 420px) {
    html body.onek-body.onek-exchange-step .onek-created-payment {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    }
}

html body.onek-body.onek-exchange-step .onek-created-payment.is-cash-direction .onek-created-payment__qr {
    border-radius: 0 !important;
}

/* QR orders add an implicit third column; span it without changing no-QR cards. */
@media (min-width: 1281px) {
    html body.onek-body.onek-exchange-step .onek-created-payment:has(> .onek-created-payment__qr)::after {
        grid-column: 1 / span 3 !important;
        grid-row: 2 !important;
    }
}

/* Final mobile order-flow parity against the public 001K request screens. */
@media (max-width: 1280px) {
    html body.onek-body.onek-exchange-route .onek-header__bar,
    html body.onek-body.onek-exchange-step .onek-header__bar {
        position: relative;
        background: #0f0f0f !important;
    }

    html body.onek-body.onek-exchange-route .onek-header__bar::after,
    html body.onek-body.onek-exchange-step .onek-header__bar::after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        height: 70px;
        background: linear-gradient(180deg, #202020 0%, #3f3f3f 100%);
        content: '';
        opacity: .5;
        pointer-events: none;
    }

    html body.onek-body.onek-exchange-route .onek-route-order__back::before,
    html body.onek-body.onek-exchange-route .onek-route-order__back::after,
    html body.onek-body.onek-exchange-step .onek-created__mobile-close::before,
    html body.onek-body.onek-exchange-step .onek-created__mobile-close::after {
        display: none !important;
        content: none !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order__back-arrow,
    html body.onek-body.onek-exchange-step .onek-created__mobile-close-icon {
        display: block !important;
        width: 24px !important;
        height: 24px !important;
        flex: 0 0 24px !important;
        overflow: hidden !important;
        background: url('../images/menu-close-reference.svg') center / 24px 24px no-repeat !important;
        color: transparent !important;
        font-size: 0 !important;
        line-height: 0 !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-summary__line {
        grid-template-columns: 102px max-content max-content 24px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-summary__line--wide {
        grid-template-columns: 102px minmax(0, 1fr) !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-fields h2::after {
        width: 20px !important;
        height: 20px !important;
        flex: 0 0 20px !important;
        border-width: 1.5px !important;
        font-size: 14px !important;
        line-height: 17px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-checks label {
        text-transform: uppercase !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-details h2 {
        text-align: center !important;
    }

    html body.onek-body.onek-exchange-step .onek-created--canceled .onek-created__title {
        text-transform: none !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-payment.is-cash-direction {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        grid-auto-flow: row !important;
        row-gap: 18px !important;
        padding-bottom: 18px !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-payment.is-cash-direction .onek-created-payment__item--give {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-payment.is-cash-direction .onek-created-payment__item--address {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-payment.is-cash-direction .onek-created-payment__item--receive {
        grid-column: 1 !important;
        grid-row: 2 !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-payment.is-cash-direction .onek-created-payment__item--location {
        grid-column: 1 !important;
        grid-row: 3 !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-payment.is-cash-direction .onek-created-payment__qr {
        grid-column: 2 !important;
        grid-row: 2 / span 2 !important;
        width: 114px !important;
        height: 114px !important;
        align-self: start !important;
        justify-self: start !important;
    }

    html body.onek-body.onek-exchange-step .onek-created-payment.is-cash-direction .onek-created-payment__qr canvas {
        width: 114px !important;
        height: 114px !important;
    }
}

@media (max-width: 720px) {
    html body.onek-body.onek-exchange-step .onek-created--new .onek-created-details {
        min-height: 558px !important;
    }

    html body.onek-body.onek-exchange-step .onek-created--new .onek-created-payment.is-cash-direction {
        min-height: 286px !important;
    }

    html body.onek-body.onek-exchange-step .onek-created--canceled .onek-created-details {
        min-height: 373px !important;
        padding-bottom: 64px !important;
    }

    html body.onek-body.onek-exchange-step .onek-created--canceled .onek-created-payment.is-cash-direction {
        min-height: 268px !important;
    }
}

/* Semantic help control: compact layouts keep the established pseudo-icon. */
html body.onek-body.onek-exchange-route .onek-route-order-fields__heading {
    position: relative;
}

html body.onek-body.onek-exchange-route .onek-route-order-fields__desktop-colon,
html body.onek-body.onek-exchange-route .onek-route-order-help {
    display: none;
}

@media (max-width: 1280px) {
    html body.onek-body.onek-exchange-route .onek-route-order-fields__heading {
        margin-bottom: -15px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-fields__heading h2 {
        margin-bottom: 0 !important;
    }
}

/* Exact wide-screen request summary and applicant-help parity. */
@media (min-width: 1281px) {
    html body.onek-body.onek-exchange-route .onek-route-order__back {
        width: max-content !important;
        font-size: 16px !important;
        line-height: 16px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order__back-arrow {
        background: url('../images/arrow_backwh.svg') center / 20px 20px no-repeat !important;
        color: transparent !important;
        font-size: 0 !important;
        line-height: 0 !important;
        transform: rotate(180deg);
    }

    html body.onek-body.onek-exchange-route .onek-route-order__back-text {
        margin-left: 9px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-summary {
        align-items: flex-start !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-summary__line {
        width: max-content !important;
        max-width: 100% !important;
        grid-template-columns: 139px max-content max-content 24px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-summary__line em {
        position: relative;
        top: 2px;
        margin-left: 14px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-summary__line--wide {
        grid-template-columns: 139px max-content !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-fields__heading {
        display: flex;
        min-height: 28px;
        align-items: center;
        margin-bottom: -8px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-fields__heading h2 {
        display: block;
        margin: 0 !important;
        line-height: 18px !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-fields__heading h2::after {
        display: none !important;
        content: none !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-fields__desktop-colon {
        display: inline;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-help {
        position: relative;
        display: block;
        width: 32px;
        height: 28px;
        flex: 0 0 32px;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-help__trigger {
        box-sizing: border-box;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 0 8px;
        padding: 0;
        appearance: none;
        border: 0;
        border-radius: 50%;
        background: transparent url("../images/order-help-reference.svg") center / 24px 24px no-repeat;
        color: transparent;
        cursor: help;
        font-family: Gilroy, Arial, Helvetica, sans-serif;
        font-size: 0;
        font-weight: 500;
        line-height: 20px;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-help__trigger:focus-visible {
        outline: 2px solid #5d87b9;
        outline-offset: 3px;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-help__tooltip {
        position: absolute;
        z-index: 20;
        left: 0;
        bottom: 50px;
        box-sizing: border-box;
        width: 317px;
        display: block;
        padding: 1px;
        border-radius: 8px;
        background: linear-gradient(190.01deg, #b7b7b7 -2.46%, #5d87b9 103.31%);
        box-shadow: 0 6px 12px rgba(135, 135, 135, .2);
        color: #fff;
        opacity: 0;
        pointer-events: none;
        text-align: left;
        transition: .3s;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-help__inner {
        box-sizing: border-box;
        display: block;
        padding: 12px;
        border-radius: 7px;
        background: #0f0f0f;
        color: #fff;
        font-family: Gilroy, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-help__tooltip::after {
        position: absolute;
        left: 20px;
        bottom: -8px;
        box-sizing: border-box;
        width: 16px;
        height: 16px;
        padding: 1px;
        border-radius: 0 0 4px;
        background: #0f0f0f;
        content: "";
        transform: rotate(45deg);
    }

    html body.onek-body.onek-exchange-route .onek-route-order-help:hover .onek-route-order-help__tooltip,
    html body.onek-body.onek-exchange-route .onek-route-order-help:focus-within .onek-route-order-help__tooltip {
        opacity: 1;
    }
}

/* The reference keeps both help bubbles usable on compact and touch layouts. */
@media (max-width: 1280px) {
    html body.onek-body.onek-exchange-route .onek-route-order-fields__heading {
        display: flex;
        min-height: 27.5px;
        align-items: center;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-fields__heading h2 {
        display: block;
        margin: 0 !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-fields__heading h2::after {
        display: none !important;
        content: none !important;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-fields__desktop-colon {
        display: inline;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-help {
        position: relative;
        display: block;
        width: 32px;
        height: 27.5px;
        flex: 0 0 32px;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-help__trigger {
        box-sizing: border-box;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 0 8px;
        padding: 0;
        appearance: none;
        border: 0;
        border-radius: 50%;
        background: transparent url("../images/order-help-reference.svg") center / 24px 24px no-repeat;
        color: transparent;
        cursor: help;
        font-family: Gilroy, Arial, Helvetica, sans-serif;
        font-size: 0;
        font-weight: 500;
        line-height: 20px;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-help__trigger:focus-visible {
        outline: 2px solid #5d87b9;
        outline-offset: 3px;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-help__tooltip {
        position: absolute;
        z-index: 20;
        left: -100px;
        bottom: 50px;
        box-sizing: border-box;
        width: min(317px, calc(100vw - 80px));
        display: block;
        padding: 1px;
        border-radius: 8px;
        background: linear-gradient(190.01deg, #b7b7b7 -2.46%, #5d87b9 103.31%);
        box-shadow: 0 6px 12px rgba(135, 135, 135, .2);
        color: #fff;
        opacity: 0;
        pointer-events: none;
        text-align: left;
        transition: .3s;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-help__inner {
        box-sizing: border-box;
        display: block;
        padding: 12px;
        border-radius: 7px;
        background: #0f0f0f;
        color: #fff;
        font-family: Gilroy, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-help__tooltip::after {
        position: absolute;
        left: 110px;
        bottom: -8px;
        box-sizing: border-box;
        width: 16px;
        height: 16px;
        border-right: 1px solid #5d87b9;
        border-bottom: 1px solid #5d87b9;
        border-radius: 0 0 4px;
        background: #0f0f0f;
        content: "";
        transform: rotate(45deg);
    }

    html body.onek-body.onek-exchange-route .onek-route-order-fields__heading--recipient .onek-route-order-help__tooltip {
        left: -170px;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-fields__heading--recipient .onek-route-order-help__tooltip::after {
        left: 180px;
    }

    html body.onek-body.onek-exchange-route .onek-route-order-help:hover .onek-route-order-help__tooltip,
    html body.onek-body.onek-exchange-route .onek-route-order-help:focus-within .onek-route-order-help__tooltip {
        opacity: 1;
    }
}

/*
 * Desktop homepage parity only.
 *
 * Mobile keeps its original rule in onek.css. This copies the established
 * mobile homepage timer to desktop without changing the mobile homepage.
 */
@media (min-width: 721px) {
    html body.onek-body.onek-landing-page .onek-terminal--exchange .onek-route-timer {
        --onek-route-progress: 86.666%;
        width: 40px;
        height: 40px;
        border: 0 !important;
        border-radius: 50%;
        background:
            radial-gradient(circle, #0f0f0f 0 17px, transparent 17.5px),
            conic-gradient(from -90deg, #2d8eea var(--onek-route-progress), transparent 0) !important;
        font-size: 16px;
        line-height: 40px;
    }
}

/*
 * The pre-submit order countdown uses its own JS variable in degrees. Match
 * the established homepage ring without changing either homepage breakpoint
 * or the separate created-order SVG clock.
 */
html body.onek-body.onek-exchange-route .onek-route-order-summary__timer {
    --onek-rate-progress: 360deg;
    border: 0 !important;
    background:
        radial-gradient(circle, #0f0f0f 0 17px, transparent 17.5px),
        conic-gradient(from -90deg, #2d8eea var(--onek-rate-progress), transparent 0) !important;
}

/*
 * Owner-only confirmation shown after a provider deposit is credited.
 * Keep the code visually distinct from the surrounding order copy so it
 * cannot be mistaken for the request hash or overlooked below the main card.
 */
html body.onek-body.onek-exchange-step .onek-cash-delivery-code {
    box-sizing: border-box;
    display: flex;
    width: calc(100% - 40px);
    max-width: 520px;
    margin: 24px auto;
    padding: 20px 22px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    border: 1px solid #5d87b9;
    border-radius: 16px;
    background: #161719;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .28);
    color: #f0f2f6;
    text-align: center;
}

html body.onek-body.onek-exchange-step .onek-created-details > .onek-cash-delivery-code {
    width: calc(100% - 40px);
    margin: 24px 20px 0;
}

html body.onek-body.onek-exchange-step .onek-cash-delivery-code strong {
    display: block;
    font-family: Gilroy, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

html body.onek-body.onek-exchange-step .onek-cash-delivery-code code {
    box-sizing: border-box;
    display: block;
    min-width: 240px;
    padding: 12px 16px;
    border: 1px solid #f0f2f6;
    border-radius: 9px;
    background: #2c2d31;
    color: #fff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .16em;
    user-select: all;
}

html body.onek-body.onek-exchange-step .onek-cash-delivery-code p {
    margin: 0;
    color: #c8cbd1;
    font-family: Gilroy, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

@media (max-width: 720px) {
    html body.onek-body.onek-exchange-step .onek-cash-delivery-code {
        width: calc(100% - 32px);
        margin: 18px auto 24px;
        padding: 18px 16px;
    }

    html body.onek-body.onek-exchange-step .onek-created-details > .onek-cash-delivery-code {
        width: 100%;
        margin: 22px 0 0;
    }

    html body.onek-body.onek-exchange-step .onek-cash-delivery-code code {
        min-width: 0;
        width: 100%;
        font-size: 24px;
        letter-spacing: .12em;
    }
}
