html,
body {
  margin: 0;
  padding: 0;
}

[hidden] {
  display: none !important;
}

.design-stage {
  position: relative;
  width: 100%;
  container-type: inline-size;
}

.design-image {
  width: 100%;
  height: auto;
  display: block;
}

.hotspots {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hotspots a {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

.hotspots rect {
  pointer-events: all;
}

/* Invisible input over the inner part of the search panel in AI.png. */
.search-form {
  position: absolute;
  left: 27.63671875%;
  top: 18.5546875%;
  width: 48.681640625%;
  height: 3.662109375%;
  margin: 0;
}

.search-form input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
  font: inherit;
  font-size: 1.5625cqw;
  color: #ffff00;
  caret-color: currentColor;
  -webkit-tap-highlight-color: transparent;
}
