.fw-map-element-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.fw-map-element {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bs-light);
}
.fw-map-element .fw-reload-notice {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

:root {
  --fw-hotspot-color: #f00;
  --fw-hotspot-size: 1rem;
}

.fw-hotspot-popover .popover-body {
  max-height: 300px;
  padding: 0;
  border-radius: var(--bs-popover-border-radius);
  overflow: auto;
}
.fw-hotspot-popover .fw-hotspot-popover-img {
  border-radius: var(--bs-popover-border-radius) var(--bs-popover-border-radius) 0 0;
}
.fw-hotspot-popover .fw-hotspot-popover-img img {
  border-radius: var(--bs-popover-border-radius) var(--bs-popover-border-radius) 0 0;
}
.fw-hotspot-popover .fw-hotspot-popover-text {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
}

#fw-modal[data-content="block/interactive/hotspots"] .fw-image-container {
  width: 100%;
  flex-basis: 100%;
}
#fw-modal[data-content="block/interactive/hotspots"] .fw-image-container img {
  width: 100%;
  max-width: unset;
  max-height: unset;
  border: 1px solid transparent;
  transition: 0.4s;
}

body.fw-hotspots-select #fw-modal .fw-image-container {
  cursor: crosshair;
}
body.fw-hotspots-select #fw-modal .fw-image-container img {
  border-color: red;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.5);
}

.fw-hotspots-container {
  position: relative;
}

.fw-hotspots-img img {
  width: 100% !important;
}

.fw-hotspots-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fw-hotspot {
  position: absolute;
  width: var(--fw-hotspot-size);
  height: var(--fw-hotspot-size);
  background-color: var(--fw-hotspot-color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.fw-img-compare-placeholder {
  opacity: 0;
}

.fw-img-compare-wrap {
  position: relative;
}
.fw-img-compare-wrap .fw-img-compare-img {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.fw-img-compare-wrap .fw-img-compare-img.fw-img-compare-before {
  left: 0;
  overflow: hidden;
  background-position: 0 0;
  z-index: 10;
}
.fw-img-compare-wrap .fw-img-compare-img.fw-img-compare-before:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: #fff;
}
.fw-img-compare-wrap .fw-img-compare-img.fw-img-compare-after {
  right: 0;
  background-position: 100% 0;
  z-index: 1;
}
.fw-img-compare-wrap .fw-img-compare-handle {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-left: -2px;
  background-color: var(--bs-primary);
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  transform: translate(-50%, -50%);
  cursor: grab;
  pointer-events: none;
  z-index: 30;
}
.fw-img-compare-wrap .fw-img-compare-handle i {
  display: block;
}
.fw-img-compare-wrap .fw-img-compare-cover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.fw-img-compare-wrap .fw-img-compare-labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  z-index: 20;
}
.fw-img-compare-wrap .fw-img-compare-label {
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
}
.fw-img-compare-wrap:hover .fw-img-compare-label {
  opacity: 1;
}
.fw-img-compare-wrap[data-img-compare-layout=vertical] .fw-img-compare-img {
  width: 100%;
  height: 50%;
  background-size: 100% auto;
}
.fw-img-compare-wrap[data-img-compare-layout=vertical] .fw-img-compare-img.fw-img-compare-before:after {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 4px;
}
.fw-img-compare-wrap[data-img-compare-layout=vertical] .fw-img-compare-img.fw-img-compare-after {
  top: auto;
  bottom: 0;
  background-position: 0 100%;
}
.fw-img-compare-wrap[data-img-compare-layout=vertical] .fw-img-compare-handle i {
  transform: rotate(90deg);
}
.fw-img-compare-wrap[data-img-compare-layout=vertical] .fw-img-compare-labels {
  flex-direction: column;
}
.fw-img-compare-wrap.dragging .fw-img-compare-handle {
  cursor: grabbing;
}

/*# sourceMappingURL=fw-interactives.css.map */
