.elementor-7473 .elementor-element.elementor-element-6e62f54{--display:flex;}/* Start custom CSS */<style>
.redux-modal-head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

/* reposition the close button */
.redux-close {
  position: absolute;
  top: -16px;       /* lifts above the card edge */
  right: -16px;     /* aligns to corner */
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #3366CC;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0,0,0,.25);
  transition: background .2s ease;
}
.redux-close:hover { background: #2e5ab6; }
</style>/* End custom CSS */