.context-menu {
  max-width: calc(100vw - 16px);
  max-height: calc(100dvh - 16px);
  overflow-y: auto;
}
.world-interactions:not(:empty) {
  display: grid;
  gap: 6px;
  border-top: 1px solid var(--line);
  margin-top: 8px;
  padding-top: 8px;
}
.world-interactions button {
  width: 100%;
  min-height: 44px;
  white-space: normal;
  overflow-wrap: anywhere;
}
