#RoomDescriptionWidgetContainer {
  /* 
  This sets the height of the top row of the content grid, 
  where we're putting our room description widget, to 50px. 
  This is very short and assumes that our room descriptions 
  only have one line of text. To accommodate longer 
  descriptions, just make this value bigger.  
  */
  --ajs-content-grid-row-1: 60px;
}

#MyRoomDescriptionWidget {
  overflow: hidden;
}

#MyRoomDescriptionWidget .ajs-scroll-content {
  padding: 10px;
}
