/**
 * 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.
 */

.wp-block-dblocks-hotspot {
  position: relative;
  background-color: unset !important;
  color: unset !important;
  font-size: unset !important;
  border: unset !important;
  border-radius: unset !important;

  *:not(button) {
    margin: 0;
    padding: 0;
  }

  .drag-point {
    position: absolute;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    background-color: black;
    color: white;
    border-radius: 500px;
    font-size: 1.5rem;
    width: 3rem;
    height: 3rem;
  }
}
