.posm-svg-guide {
  width: 100%;
  max-width: 1586px;
  margin: 0 auto;
}

.posm-svg-guide svg {
  display: block;
  width: 100%;
  height: auto;
}

.posm-svg-hotspot {
  fill: transparent;
  stroke: transparent;
  stroke-width: 4;
  rx: 6;
  ry: 6;
  cursor: pointer;
  transition:
    fill 0.15s ease,
    stroke 0.15s ease;
}

.posm-svg-hotspot:hover,
.posm-svg-hotspot:focus {
  fill: rgba(244, 126, 40, 0.16);
  stroke: #f47e28;
}

/*.posm-svg-hotspot {
  fill: rgba(244, 126, 40, 0.08);
  stroke: #f47e28;
}*/