.h5p-advanced-text ul,
.h5p-advanced-text ol {
  padding: 0;
  margin: 1em 0;
}
.h5p-advanced-text ul > li,
.h5p-advanced-text ol > li {
  margin: 0 0 1em 1.5em;
  padding: 0;
}

.h5p-advanced-text ul > li:last-child,
.h5p-advanced-text ol > li:last-child {
  margin-bottom: 0;
}
.h5p-advanced-text ul > li {
  list-style-type: circle;
}
.h5p-advanced-text ol > li {
  list-style-type: decimal;
}
.h5p-advanced-text.h5p-frame {
  margin: 1em;
}

.h5p-three-sixty {
  position: relative;
  color: #212121;
}
.h5p-three-sixty-scene {
  position: absolute;
  top: 0;
  left: 0;
}
.h5p-three-sixty-controls {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  user-select: none;
  -ms-user-select: none;
}
.h5p-three-sixty-controls:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.h5p-three-sixty-controls img {
  -webkit-user-drag: none;
}
.h5p-three-sixty-camera {
  pointer-events: none;
}
.h5p-three-sixty-camera > * {
  pointer-events: auto;
}

