
.wml-vaporize-text-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 200px; /* Default height */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wml-vt-canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.wml-vt-reference {
    /* Hybrid Rendering: Visible Text */
    visibility: visible;
    position: relative; /* Relative creates space in flex container */
    z-index: 2; /* On top of canvas */
    white-space: nowrap;
    /* Styles will be clipped by JS */
}