html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f1f2f6;
  font-family: Arial, sans-serif;
}

.prx-figma-page {
  width: 100%;
  padding: 0;
}

.prx-figma-frame {
  position: relative;
  width: min(100%, 2520px);
  margin: 0 auto;
  background: #fff;
}

.prx-figma-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.prx-hotspot {
  position: absolute;
  display: block;
  background: transparent;
  border-radius: 6px;
  text-decoration: none;
}

.prx-hotspot:focus-visible {
  outline: 2px solid #2558f3;
  outline-offset: 2px;
}

body.logged-in .prx-hotspot:hover {
  background: rgba(37, 88, 243, 0.08);
}
