.room-summary-step {
    padding: 30px;
}

.room-summary-step .scanner-title {
    text-align: center;
    margin: 50px 0 50px 0;
}


.room-summary-step .room-summary-step-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.room-summary-step .root {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: auto;
    gap: 20px;
}

.room-summary-step .main-section {
    flex: 1;
    overflow: auto;
}

.room-summary-step .bottom-section {}
