.pf-interactive {
  max-width: 1200px;
  margin: 0 auto;
}

.pf-image-container {
  position: relative;
  width: 100%;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
}

.pf-image {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.pf-canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.3;
}

.pf-phase {
  margin-top: 12px;
  font-weight: 600;
  color: #333;
  min-height: 1.2em;
  line-height: 1.2;
}
