/* Slight tint in editor to indicate the stage */
.editor-styles-wrapper .wl-fadein-stage.is-preview {
  outline: 1px dashed rgba(60,60,60,.15);
}

/* Editor-specific styles for the slideshow preview */
.wl-fadein-slideshow-editor-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 15px;
    text-align: center;
}

.wl-fadein-slideshow-editor-overlay p {
    margin: 0 0 10px 0;
    font-size: 14px;
}

.wl-fadein-slideshow-editor-overlay .components-button {
    margin: 0;
}
