/* Move tooltip to the right as there is not enough space to display it at the top */
.summary-evaluation-content .joubel-tip-container:hover:before {
  transform: translate(1.25em);
  padding-top: 0.025em;
  padding-bottom: 0.025em;
}
/* Move tooltip to the left of the icon element */
.h5p-dialogcards .h5p-dialogcards-card-content .joubel-tip-container:hover:before {
  left: -250%;
  top: 75%;
}

/* Internal embeds of Instructional Trajectory will not have any action buttons visible */
.h5p-content.instructional-trajectory .h5p-actions > .h5p-button:not(.h5p-copyrights) {
  display: none;
}
/* Internal embeds of Instructional Trajectory task type hint styles */
.h5p-content.instructional-trajectory .h5p-actions > .trajectory-hint {
  float: left;
  margin: 0 0.5em 0 0;
  padding: 0 0.75em 0 0.25em;
  background: none;
  text-decoration: none;
  outline: none;
  line-height: 22px;
  color: #999;
}
.h5p-content.instructional-trajectory .h5p-actions > .trajectory-hint > span {
  vertical-align: middle;
}
.h5p-content.instructional-trajectory .h5p-actions > .trajectory-hint > span > svg {
  vertical-align: text-top;
  color: #1a73d9;
  margin-right: 0.1em;
}
