.gst-widget {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    line-height: normal;
}

.gst-canvas-wrap {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.gst-canvas {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.gst-text-probe {
    display: block;
    visibility: hidden;
    white-space: pre;
    font-family: Arial, sans-serif;
    font-size: 96px;
    font-weight: 700;
    line-height: normal;
    pointer-events: none;
}
