body {
    --global-cursor: normal;

    &.eacf7-cursor-move {
        --global-cursor: move;
    }

    &.eacf7-change-cursor {
        cursor: var(--global-cursor);

        * {
            cursor: var(--global-cursor) !important;
        }
    }
}

.wpcf7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

form.wpcf7-form {
    div#eacf7-preview-insert-field {
        position: absolute;
        width: 150px;
        left: 50%;
        transform: translateX(-50%);
        height: 5px;
        background: linear-gradient(to bottom, #bfb1b1, transparent);
        margin-top: -10px;
    }
}