.stacking-plans {
    width: 100%;
    /* overflow-x: hidden; */
}

.stacking-content {
    display: flex;
    flex-direction: column;
    margin-top: 27px;
}

.stack-row {
    min-height: 45px;
    display: flex;
}

.stack-floor {
    font-size: 14px;
    font-weight: 600;
    min-width: 70px;
    padding-top: 8px;
}

.row-stacks {
    display: flex;
    column-gap: 3px;
    row-gap: 3px;
    margin-bottom: 3px;
    width: 93%;
    margin-left: 8px;
    flex-wrap: wrap;
}

.row-stack-btn {
    background: #fff;
    border: none;
    padding: 0;
}

.stack-box {
    min-height: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #e9e9e9;
}