body {
  --global-cursor: normal;
}
body.eacf7-cursor-move {
  --global-cursor: move;
}
body.eacf7-change-cursor {
  cursor: var(--global-cursor);
}
body.eacf7-change-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;
}/*# sourceMappingURL=eacf7-preview.css.map */