#RoomImageWidgetContainer {
}

#MyRoomDescriptionWidget {
  overflow: hidden;
}

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


.ajs-region-left {
}
.ajs-region-right {
}
.ajs-scroll-content {
  display: grid;
}
#VerbList01 .ajs-scroll-content {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.ajs-verblist-widget button {
  text-transform: uppercase;
  text-align: center;
  font-size: 0.7rem;
  border-style: inset;
}
#VerbList02 button:not(:hover) {
  border: none;
  background: none;
}
#ObjectList button {
  text-transform: capitalize;
  text-align: left;
}
#ObjectList button:not(:hover) {
  border: none;
  background: none;
}
#InventoryList {
  width: 100%;
  height: 100%;
}
#InventoryList .ajs-scroll-content {
  display: grid;
  grid-template-columns: 50% 50%;
  align-content: start;
}
#InventoryList .ajs-widget-button {
  aspect-ratio: 1;
}
#InventoryList .ajs-scroll-content:before {
  content: "INVENTORY";
  font-weight: bold;
  font-size: 11px;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0.15rem;
}

.ajs-region-header {
  border-bottom: none;
}
.ajs-region-footer {
  border-top: none;
}
.ajs-region-main {
  border-top: var(--ajs-region-border);
}