diff --git a/components/HotelReservation/SelectRate/Rooms/index.tsx b/components/HotelReservation/SelectRate/Rooms/index.tsx
index 1b3e3f24f..2fe4aea3a 100644
--- a/components/HotelReservation/SelectRate/Rooms/index.tsx
+++ b/components/HotelReservation/SelectRate/Rooms/index.tsx
@@ -243,7 +243,7 @@ export default function Rooms({
)}
-
+
* {
+.roomPanel > * {
overflow: hidden;
}
.roomSelectionPanel {
- composes: _basePanel;
+ composes: roomPanel;
gap: var(--Spacing-x2);
}
-.selectedRoomPanel {
- composes: _basePanel;
-}
-
-.roomSelectionPanelContainer.selected .selectedRoomPanel {
+.roomSelectionPanelContainer.selected .roomPanel {
grid-template-rows: 1fr;
opacity: 1;
height: auto;