.rawlooks-tagged-image,
.rawlooks-tagged-item {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.rawlooks-tagged-image picture,
.rawlooks-tagged-item picture,
.rawlooks-tagged-image img,
.rawlooks-tagged-item img {
  display: block;
  width: 100%;
}
.rawlooks-tagged-hotspots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 15;
  opacity: 1;
  visibility: visible;
}
.rawlooks-tagged-hotspots .rawlooks-tagged-hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  border-radius: 999px;
  height: 28px;
  min-width: 28px;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  pointer-events: auto !important;
  white-space: nowrap;
  overflow: hidden;
  user-select: none;
  z-index: 20;
  font-family: inherit;
  line-height: 1;
}
.rawlooks-tagged-hotspots .rawlooks-tagged-hotspot * {
  pointer-events: none;
}
.rawlooks-tagged-hotspots .rawlooks-tagged-hotspot .hotspot-icon {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  overflow: hidden;
}
.rawlooks-tagged-hotspots .rawlooks-tagged-hotspot .hotspot-icon svg {
  width: 12px;
  height: 12px;
  display: block;
  flex-shrink: 0;
}
.rawlooks-tagged-hotspots .rawlooks-tagged-hotspot .hotspot-label {
  font-family: var(--font1, "Courier New", Courier, monospace), monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000;
  max-width: 0;
  opacity: 0;
  padding: 0;
  transition: max-width 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease, padding 0.25s ease;
  overflow: hidden;
  white-space: nowrap;
}
.rawlooks-tagged-hotspots .rawlooks-tagged-hotspot:hover,
.rawlooks-tagged-hotspots .rawlooks-tagged-hotspot:focus-visible,
.rawlooks-tagged-hotspots .rawlooks-tagged-hotspot.is-active {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.65);
  z-index: 25;
  outline: none;
}
.rawlooks-tagged-hotspots .rawlooks-tagged-hotspot:hover .hotspot-icon,
.rawlooks-tagged-hotspots .rawlooks-tagged-hotspot:focus-visible .hotspot-icon,
.rawlooks-tagged-hotspots .rawlooks-tagged-hotspot.is-active .hotspot-icon {
  display: none;
}
.rawlooks-tagged-hotspots .rawlooks-tagged-hotspot:hover .hotspot-label,
.rawlooks-tagged-hotspots .rawlooks-tagged-hotspot:focus-visible .hotspot-label,
.rawlooks-tagged-hotspots .rawlooks-tagged-hotspot.is-active .hotspot-label {
  max-width: 320px;
  opacity: 1;
  padding: 0 12px;
  color: #000;
}
.rawlooks-tagged-image.tags-lightbox-only .rawlooks-tagged-hotspots,
.rawlooks-tagged-hotspots.tags-lightbox-only,
[data-show-img-tags="1"] .rawlooks-tagged-hotspots {
  display: none !important;
}
#swipebox-overlay .rawlooks-tagged-hotspots {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
