/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */


/*  Editor Styling   */
.hotspot-editor {
    position: relative;
}

.marker {
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    background-color: white;
    text-align: center;
}
