/**
 * This file contains some additional styles to 'fix' the appearance of H5P
 * contents in different scenarios of ILIAS content pages.
 *
 * @author Thibeau Fuhrer <thibeau@sr.solutions>
 */

/**
 * This is a workaround H5P contents displayed inside a popover of interactive
 * images in ILIAS content pages.
 */
.copg-iim-popup:has(.h5p-iframe-wrapper) {
    width: 100%;
}
