.wrapper.svelte-puhorh {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 1rem
}

.asset-wrap.svelte-puhorh {
    width: 75%
}

.multiplier.svelte-puhorh {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    left: 51%;
    top: 40%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    text-shadow: 0 1.2px 0 rgba(0, 0, 0, .5);
    z-index: 20
}

.multiplier.popped.svelte-puhorh>* {
    color: var(--red-500)
}

.info-wrap.svelte-puhorh {
    width: 100%;
    padding: 1em;
    display: flex;
    flex-direction: row;
    gap: 1em;
    overflow: visible;
    background: var(--grey-500);
    box-shadow: var(--shadows-md), var(--shadows-inset);
    border-radius: var(--border-radius-base)
}

.info-wrap.stacked.svelte-puhorh {
    flex-direction: column
}

.input-wrap.svelte-puhorh {
    display: flex;
    width: 100%;
    gap: 1em
}

.input-wrap.svelte-puhorh>* {
    flex: 1
}