.field--widget-h5p-editor > .panel {
    border: 0;
    padding: 0;
    background-color: unset;
    box-shadow: unset;
    border-radius: 0px;
}

.field--widget-h5p-editor > .panel > .panel-heading {
    display: none;
}

.field--widget-h5p-editor > .panel > .panel-body {
    padding: 0px;
}

.field--widget-h5p-editor > .panel > .panel-body > .form-type-item > .control-label {
    display: none;
}

.field--widget-h5p-editor > .panel > .panel-body > .form-type-item {
    max-width: 960px;
    margin: 2em auto;
}

div#edit-group-h5p-settings--content .form-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--bg-highlight);
}

/**
** H5P iframe widget
**/

.h5p-content ul.h5p-actions {
    padding: 10px;
    height: unset;
    font-size: 14px;
    background: var(--bg-highlight);
    border-top: 1px solid var(--bg-highlight-overlay);
    border-bottom: 1px solid var(--bg-highlight-overlay);
}