﻿.tickwizz,
.tickwizz .rz-html-editor,
.tickwizz .rz-html-editor-content {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    word-wrap: break-word !important;
    white-space: normal !important;
}

    .tickwizz img {
        max-width: 100% !important;
        max-height: 100% !important;
        height: auto !important;
        display: block;
    }
.tickwizz-wrapper {
    height: 100%;
    overflow: hidden;
}

fluent-wizard-step {
    overflow-y: auto;
}