/* ================================================
   custom-h5p.css - shipaholics Lernportal
   /wp-content/uploads/h5p/custom-h5p.css
   ================================================ */

/* System Font statt Open Sans - kein Download */
html.h5p-iframe,
html.h5p-iframe > body,
.h5p-frame,
.h5p-dialogcards,
.h5p-flashcards {
  font-family: -apple-system, BlinkMacSystemFont,
               "Segoe UI", Arial, sans-serif !important;
}

/* @font-face überschreiben - verhindert Font-Download */
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans'), local('OpenSans');
  font-display: swap;
  unicode-range: U+0000-00FF;
}

/* Rahmen entfernen */
.h5p-container,
.h5p-standalone,
.h5p-dialogcards,
.h5p-content,
html.h5p-iframe body,
html.h5p-iframe .h5p-content {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* H5P Dialog Cards Bild - Größe definieren gegen CLS */
.h5p-dialogcards-image-wrapper img {
  width: 100% !important;
  height: auto !important;
  display: block;
  object-fit: contain;
}