/* Hide empty drag container in H5P Drag Text */

.questionset .h5p-drag-text .h5p-drag-draggables-container.no-handles.hide {
  display: none !important;
}
.questionset .h5p-drag-text .h5p-drag-draggables-container
{
  display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    background: rgb(255 255 255 / 0.22) !important;
    border: 1px solid #e7ebf0 !important;
    border-radius: var(--h5p-radius-lg) !important;
    padding: 18px !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    justify-content: center;}
