#room-stage-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;

    width: 1824px;
    height: 1026px;
}

.drawer-container {
    position: absolute;
    bottom: 0;
    right: 0;
}

.accordion-drawer {
    width: 50rem;
}

.table.table-sm {
    font-size: 0.85em;
}

.drawer-asset-thumbnail {
    width: 180px;
    height: 180px;
    background-size: cover;
    background-position: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    margin: 0.5rem;
}