/**
 * YavinFlow DesignHuddle Integration CSS
 *
 * @package YavinFlow
 * @since 2.0
 */

#dh-editor-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

#dh-close-editor {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10000;
    padding: 8px 16px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

#dh-close-editor:hover {
    background: #005177;
}

#dh-customize-design {
    margin-right: 10px;
}
