.flower-market {
    width: auto !important;  /* defined later than .tableau */
    min-width: 10vw;
    min-height: 19vh;
    bottom: 1vh;
    padding: 0.75vh;
    display: flex;
    flex-direction: row;
    gap: 1vmin;

    transform-origin: bottom center;
}

.flower-market-token-pool-container {
    position: relative;

    width: 10vw;
    max-width: 10vw;
    background: var(--beige-bg);
    border: 1px solid rgba(0, 0, 0, 0.18);
    box-shadow: var(--inset-shadow);
    border-radius: 5px;
    padding: 1vh;

    display: flex;
    flex-direction: column;

    /* box-shadow: inset -5px -5px 5px 5px rgba(0,0,0,0.1); */
}

.flower-market-token-pool {
    display: flex;
    flex-direction: row;
    gap: 0.5vmin;

    justify-content: center;
    align-items: center;
    align-content: center;

    max-width: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    font-size: var(--fs-xl);
    --worker-size: 1.4em;
}

.flower-pad-container {
    display: grid;
}

.flower-pad-placeholder {
    grid-row: 1 / 1;
    grid-column: 1 / 1;

    display: flex;
    flex-direction: row;
    gap: 0.5vmin;
    justify-content: center;
    flex-wrap: wrap;
    background: var(--beige-bg);
    border: 1px solid rgba(0, 0, 0, 0.18);
    box-shadow: var(--inset-shadow);
    padding: 1vh;
    min-width: 10vw;
    border-radius: 5px;
}

.flower-placeholder {
    position: relative;
    height: calc(17vh + 0.5vw);
    width: 5.66vw;
    border-radius: 0.25vw;
    background: rgba(0, 0, 0, 0.03);
}

.flower-pad {
    grid-row: 1 / 1;
    grid-column: 1 / 1;

    display: flex;
    flex-direction: row;
    gap: 0.5vmin;
    justify-content: center;
    flex-wrap: wrap;
    background: var(--beige-bg);
    border: 1px solid rgba(0, 0, 0, 0.18);
    box-shadow: var(--inset-shadow);
    padding: 1vh;
    min-width: 10vw;
    border-radius: 5px;
}
