@font-face{
    font-family: ss1;
    src: url('/wp-content/themes/assembly-cemtp/fonts/Averta-Regular.woff2') format('woff2');
    src: url('/wp-content/themes/assembly-cemtp/fonts/Averta-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}
@font-face{
    font-family: ss1;
    src: url('/wp-content/themes/assembly-cemtp/fonts/Averta-Bold.woff2') format('woff2');
    src: url('/wp-content/themes/assembly-cemtp/fonts/Averta-Bold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}


.h5p-actions {
    display: none;
}

.h5p-content {
    border-bottom: 1px solid #EEE;
}

html.h5p-iframe, html.h5p-iframe > body {
    font-family: ss1, sans-serif;
}

.h5peditor .ui-dialog .h5p-joubelui-button, .h5peditor .h5p-joubelui-button, .h5p-joubelui-button {
    font-family: ss1, sans-serif;
}
.h5p-question-introduction strong, .instruction-text strong{
    color: #1a73d9;
}
.h5p-dragquestion .h5p-question-introduction {
    display: none;
}

.h5p-drag-text .h5p-question-introduction {
    font-size: 1.4em;
}
.h5p-image-hotspot-question .h5p-question-introduction {
    font-size: 1.4em;
}

.h5p-drag-text .h5p-question-content {
    font-size: 1.3em;
}

.h5p-question-check-answer+.h5p-question-show-solution{
    display: none;
}

.h5p-image-hotspot-question .hotspot-feedback:before {
    left: 0;
    top: 0;
}

.h5p-question-check-answer {
    visibility: hidden;
    pointer-events: none;
}

.h5p-question-check-answer.active {
    visibility: visible;
    pointer-events: all;
}

.h5p-multichoice h2 strong {
    color: #1a73d9;
}

.h5p-dialogcards-card-text-area {
    font-size: 2rem;
}

.h5p-crossword .h5p-crossword-input-container {
    font-size: 1.4rem;
}
.h5p-crossword .h5p-crossword-input-fields-group-solution-container {
    display: none;
}
.h5p-crossword-input-fields-group-input {
    font-size: inherit;
}
.h5p-dragquestion .h5p-static > p {
    line-height: 1.25;
}
@media screen and (max-width: 1550px){
    .h5p-crossword .h5p-crossword-input-container {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 1300px){
    .h5p-crossword .h5p-crossword-input-container {
        font-size: 1rem;
    }
}
@media screen and (max-width: 46.25em){
    .h5p-crossword .h5p-crossword-content {
        flex-direction: row;
    }
    .h5p-crossword .h5p-crossword-input-container {
        width: 200px;
        margin-left: 10px;
    }
    .h5p-crossword .h5p-crossword-table-wrapper {
        width: 100%;
    }
}