.cactusmc-hero-block-host {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 29rem);
  height: clamp(4.9rem, 11.5vw, 6.3rem);
  margin-inline: auto;
  cursor: grab;
  touch-action: none;
  user-select: none;
  z-index: 2;
}

.cactusmc-hero-block-region {
  position: relative;
  overflow: hidden;
}

.cactusmc-hero-block-host.is-dragging {
  cursor: grabbing;
}

.cactusmc-hero-block-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.cactusmc-hero-block-canvas {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.cactusmc-hero-block-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 768px) {
  .cactusmc-hero-block-host {
    width: min(100%, 20rem);
    height: clamp(3.6rem, 13vw, 4.8rem);
  }

  .cactusmc-hero-block-canvas {
    width: 100%;
    height: 100%;
  }
}
