.hive-wrap {
  /* The hive shares the resource layer, but appears later in the DOM, so it
     stays above flowers and landscaping while routes and flying characters
     remain visible above it. */
  z-index: 7;
}

.hive {
  transform: rotate(var(--hive-editor-rotation, 0deg)) scale(var(--hive-editor-scale, .94));
  transform-origin: center center;
}
