/* Keep design intact; only style the injected dot */
.mhu-dot {
  position: absolute;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%);
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  line-height: 0;
}
.mhu-dot img { width: 100%; height: auto; display: block; }
.mhu-dot:focus-visible { outline: 2px solid rgba(23,36,55,.4); outline-offset: 2px; }
